Home
last modified time | relevance | path

Searched defs:getDestructorType (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_shared.hpp205 …>::value, const SharedHandle<DestructorTypeOf<HandleType>> &>::type getDestructorType() const VULK… in getDestructorType() function in VULKAN_HPP_NAMESPACE::SharedHandleBase
719 const DestructorType & getDestructorType() const VULKAN_HPP_NOEXCEPT in getDestructorType() function in VULKAN_HPP_NAMESPACE::SharedHandleBaseNoDestroy
Dvulkan_shared.hpp205 …>::value, const SharedHandle<DestructorTypeOf<HandleType>> &>::type getDestructorType() const VULK… in getDestructorType() function in VULKAN_HPP_NAMESPACE::SharedHandleBase
925 const DestructorType & getDestructorType() const VULKAN_HPP_NOEXCEPT in getDestructorType() function in VULKAN_HPP_NAMESPACE::SharedHandleBaseNoDestroy
/aosp_15_r20/external/swiftshader/include/vulkan/
H A Dvulkan_shared.hpp214 …>::value, const SharedHandle<DestructorTypeOf<HandleType>> &>::type getDestructorType() const VULK… in getDestructorType() function in VULKAN_HPP_NAMESPACE::SharedHandleBase
1028 const DestructorType & getDestructorType() const VULKAN_HPP_NOEXCEPT in getDestructorType() function in VULKAN_HPP_NAMESPACE::SharedHandleBaseNoDestroy
/aosp_15_r20/external/angle/third_party/vulkan-headers/src/include/vulkan/
H A Dvulkan_shared.hpp239 …>::value, const SharedHandle<DestructorTypeOf<HandleType>> &>::type getDestructorType() const VULK… in getDestructorType() function in VULKAN_HPP_NAMESPACE::SharedHandleBase
1100 const DestructorType & getDestructorType() const VULKAN_HPP_NOEXCEPT in getDestructorType() function in VULKAN_HPP_NAMESPACE::SharedHandleBaseNoDestroy
/aosp_15_r20/external/vulkan-headers/include/vulkan/
H A Dvulkan_shared.hpp239 …>::value, const SharedHandle<DestructorTypeOf<HandleType>> &>::type getDestructorType() const VULK… in getDestructorType() function in VULKAN_HPP_NAMESPACE::SharedHandleBase
1077 const DestructorType & getDestructorType() const VULKAN_HPP_NOEXCEPT in getDestructorType() function in VULKAN_HPP_NAMESPACE::SharedHandleBaseNoDestroy
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaExprCXX.cpp326 ParsedType Sema::getDestructorType(const DeclSpec& DS, ParsedType ObjectType) { in getDestructorType() function in Sema