Home
last modified time | relevance | path

Searched refs:TypeToCppType (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dextension_set_heavy.cc134 return FieldDescriptor::TypeToCppType( in cpp_type()
Ddescriptor.h803 static CppType TypeToCppType(Type type);
2279 inline FieldDescriptor::CppType FieldDescriptor::TypeToCppType(Type type) { in TypeToCppType() function
Dwire_format_unittest.cc77 EXPECT_EQ(implicit_cast<int>(FieldDescriptor::TypeToCppType( in TEST()
Dwire_format.cc1529 GOOGLE_DCHECK_EQ(FieldDescriptor::TypeToCppType(field->type()), value.type()); in MapKeyDataOnlyByteSize()