Searched refs:kTypeNames (Results 1 – 2 of 2) sorted by relevance
21 static const char* kTypeNames[] = { variable38 static_assert(arraysize(kTypeNames) == static_cast<size_t>(Type::kLast) + 1, in PrettyDescriptor()42 return kTypeNames[uint_type]; in PrettyDescriptor()48 os << kTypeNames[uint_type]; in operator <<()
21 static const char* kTypeNames[] = { variable50 static_assert(COUNT_OF(kTypeNames) == static_cast<size_t>(Primitive::kPrimLast) + 1, in PrettyDescriptor()53 return kTypeNames[type]; in PrettyDescriptor()66 os << kTypeNames[int_type]; in operator <<()