Searched defs:TypeId (Results 1 – 7 of 7) sorted by relevance
66 constexpr char DataType::TypeId(DataType::Type type) { in TypeId() function
34 using TypeId = uint8_t; // tt in 0xpptteeee variable
65 public @interface TypeId {} annotation in ProgramType
60 struct TypeId { struct64 DISALLOW_COPY_AND_ASSIGN(TypeId); argument
89 message TypeId { message
64 class TypeId; variable620 explicit TypeId(StringId* string_id) : string_id_(string_id) { size_ = kTypeIdItemSize; } in TypeId() function
182 unsigned TypeId = EPT->getType(); in GetPackerAPIName() local