Home
last modified time | relevance | path

Searched refs:HasDestructor (Results 1 - 2 of 2) sorted by relevance

/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_shared.hpp51 struct HasDestructor : std::integral_constant<bool, !std::is_same<DestructorTypeOf<HandleType>, NoDestructor>::value> struct
207 typename std::enable_if<HasDestructor<T>::value, const SharedHandle<DestructorTypeOf<HandleType>> &>::type getDestructorType() const VULKAN_HPP_NOEXCEPT
214 static typename std::enable_if<!HasDestructor<T>::value, void>::type internalDestroy( const HeaderType & control, HandleType handle ) VULKAN_HPP_NOEXCEPT
220 static typename std::enable_if<HasDestructor<T>::value, void>::type internalDestroy( const HeaderType & control, HandleType handle ) VULKAN_HPP_NOEXCEPT
253 template <typename T = HandleType, typename = typename std::enable_if<HasDestructor<T>::value>::type>
259 template <typename T = HandleType, typename = typename std::enable_if<!HasDestructor<T>::value>::type>
285 typename std::conditional<HasDestructor<HandleType>::value,
289 using SelectorType = typename std::conditional<HasDestructor<HandleType>::value, DestructorType, HandleType>::type;
302 typename std::enable_if<HasDestructor<T>::value, void>::type destroy( DestructorType parent, HandleType handle ) const VULKAN_HPP_NOEXCEPT
309 typename std::enable_if<!HasDestructor<
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
H A Dconformance_aliases.h127 HasDestructor,

Completed in 2 milliseconds