Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/dawn/src/include/dawn/
DEnumClassBitmasks.h33 struct UnderlyingType { struct
38 using UnderlyingType = std::underlying_type<T>; argument
/third_party/flutter/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
Dsafe_math.h234 struct UnderlyingType struct
240 struct UnderlyingType<CheckedNumeric<NumericType>> argument
/third_party/boost/boost/core/
Dscoped_enum.hpp115 #define BOOST_SCOPED_ENUM_UT_DECLARE_BEGIN(EnumType, UnderlyingType) \ argument
179 #define BOOST_SCOPED_ENUM_UT_DECLARE_BEGIN(EnumType,UnderlyingType) enum class EnumType : Underlyin… argument
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DBinaryStream.h62 using UnderlyingType = typename std::underlying_type<EnumT>::type; in readEnum() local
221 using UnderlyingType = typename std::underlying_type<EnumT>::type; in writeEnum() local
/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/flutter/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/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()