Searched refs:FieldTypeName (Results 1 – 6 of 6) sorted by relevance
37 static const char *FieldTypeName[] = { variable58 return FType > kFieldType_MAX ? "???" : FieldTypeName[FType]; in TypeName()
78 vars["type_constant"] = FieldTypeName(GetType(descriptor)); in InitTemplateVars()
233 const char* FieldTypeName(const FieldDescriptor::Type field_type);
74 std::string(FieldTypeName(field->type())); in WireType()
444 const char* FieldTypeName(FieldDescriptor::Type field_type) { in FieldTypeName() function