Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Ddescriptor.py497 def __new__(cls, name, full_name, index, number, type, cpp_type, label, argument
507 def __init__(self, name, full_name, index, number, type, cpp_type, label, argument
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmessage.cc415 FieldDescriptor::CppType cpp_type, in RepeatedFieldData()
Ddescriptor.h1865 inline FieldDescriptor::CppType FieldDescriptor::cpp_type() const { in cpp_type() function
1881 inline const char* FieldDescriptor::CppTypeName(CppType cpp_type) { in CppTypeName()
Dextension_set_heavy.cc128 inline FieldDescriptor::CppType cpp_type(FieldType type) { in cpp_type() function
Dextension_set.cc56 inline WireFormatLite::CppType cpp_type(FieldType type) { in cpp_type() function
Dgenerated_message_reflection.cc2237 FieldDescriptor::CppType cpp_type, in RepeatedFieldData()