Home
last modified time | relevance | path

Searched defs:UnderlyingType (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DBinaryStream.h73 using UnderlyingType = typename std::underlying_type<EnumT>::type; in readEnum() local
242 using UnderlyingType = typename std::underlying_type<EnumT>::type; in writeEnum() local
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DEmulatedIntrinsics.cpp27 struct UnderlyingType struct
29 using Type = typename decltype(rr::Extract(std::declval<RValue<T>>(), 0))::rvalue_underlying_type;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeEnum.cpp299 const auto UnderlyingType = in getLength() local
/third_party/skia/third_party/externals/angle2/src/common/
DPackedEnums.h30 using UnderlyingType = typename std::underlying_type<E>::type; in EnumSize() local
73 using UnderlyingType = typename std::underlying_type<E>::type; variable
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DTypedIntegerTests.cpp148 TEST_F(TypedIntegerTest, UnderlyingType) { in TEST_F() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h529 StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType) in EnumRecord()
536 TypeIndex UnderlyingType; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDIBuilder.cpp508 DIType *UnderlyingType, StringRef UniqueIdentifier, bool IsScoped) { in createEnumerationType()
/third_party/libabigail/tests/lib/
Dcatch.hpp4087 using UnderlyingType = typename decltype(generatorExpression())::type; in generate() typedef