Home
last modified time | relevance | path

Searched defs:cpp_type (Results 1 – 5 of 5) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dextension_set_heavy.cc133 inline FieldDescriptor::CppType cpp_type(FieldType type) { in cpp_type() function
Ddescriptor.h2271 inline FieldDescriptor::CppType FieldDescriptor::cpp_type() const { in cpp_type() function
2287 inline const char* FieldDescriptor::CppTypeName(CppType cpp_type) { in CppTypeName()
Dextension_set.cc64 inline WireFormatLite::CppType cpp_type(FieldType type) { in cpp_type() function
Dgenerated_message_reflection.cc2252 FieldDescriptor::CppType cpp_type, in RepeatedFieldData()
/third_party/protobuf/python/google/protobuf/
Ddescriptor.py536 def __new__(cls, name, full_name, index, number, type, cpp_type, label, argument
548 def __init__(self, name, full_name, index, number, type, cpp_type, label, argument