Searched defs:TypeEnum (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DType.cs771 [pbr::OriginalName("TYPE_ENUM")] TypeEnum = 14, enumerator in enum:Google.Protobuf.WellKnownTypes.Field.Types.Kind
/external/spirv-llvm/lib/SPIRV/Mangler/
H A DParameterType.h82 enum TypeEnum { enum in namespace:SPIR
117 /// @param TypeEnum type id.
118 ParamType(TypeEnum typeId) : m_typeId(typeId) {};
144 TypeEnum getTypeId() const {
154 TypeEnum m_typeId;
160 const static TypeEnum enumTy;
198 const static TypeEnum enumTy;
259 const static TypeEnum enumTy;
306 const static TypeEnum enumTy;
344 const static TypeEnum enumT
[all...]

Completed in 233 milliseconds