Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/
Dtext_handler.h46 struct IdType { struct
49 IdTypeClass type_class; argument
52 // Default equality operator for IdType. Tests if all members are the same. argument
/external/swiftshader/third_party/SPIRV-Tools/source/
Dtext_handler.h46 struct IdType { struct
49 IdTypeClass type_class; argument
52 // Default equality operator for IdType. Tests if all members are the same. argument
/external/webrtc/webrtc/libjingle/xmpp/
Dmucroomlookuptask.h32 enum IdType { enum
/external/perfetto/src/tracing/core/
Did_allocator_unittest.cc25 using IdType = uint32_t; in TEST() typedef
/external/clang/lib/CodeGen/
DCGObjCMac.cpp239 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getGetPropertyFn() local
254 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getSetPropertyFn() local
282 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getOptimizedSetPropertyFn() local
/external/v8/src/ast/
Dast.h2220 enum IdType { kIdTypeInvalid = -1, kIdTypeTopLevel = 0 }; enum