Searched refs:NOEXCEPT (Results 1 - 6 of 6) sorted by relevance

/prebuilts/ndk/current/sources/third_party/vulkan/src/layers/
H A Dcore_validation_types.h42 #define NOEXCEPT noexcept macro
44 #define NOEXCEPT macro
108 inline bool operator==(MT_OBJ_HANDLE_TYPE a, MT_OBJ_HANDLE_TYPE b) NOEXCEPT { return a.handle == b.handle && a.type == b.type; }
112 size_t operator()(MT_OBJ_HANDLE_TYPE obj) const NOEXCEPT { return hash<uint64_t>()(obj.handle) ^ hash<uint32_t>()(obj.type); }
H A Dcore_validation.h40 #define NOEXCEPT noexcept macro
42 #define NOEXCEPT macro
H A Ddescriptor_sets.h39 #define NOEXCEPT noexcept macro
41 #define NOEXCEPT macro
/prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
H A Dcore_validation_types.h42 #define NOEXCEPT noexcept macro
44 #define NOEXCEPT macro
108 inline bool operator==(MT_OBJ_HANDLE_TYPE a, MT_OBJ_HANDLE_TYPE b) NOEXCEPT { return a.handle == b.handle && a.type == b.type; }
112 size_t operator()(MT_OBJ_HANDLE_TYPE obj) const NOEXCEPT { return hash<uint64_t>()(obj.handle) ^ hash<uint32_t>()(obj.type); }
H A Dcore_validation.h40 #define NOEXCEPT noexcept macro
42 #define NOEXCEPT macro
H A Ddescriptor_sets.h39 #define NOEXCEPT noexcept macro
41 #define NOEXCEPT macro

Completed in 650 milliseconds