Searched defs:cpp_type (Results 1 – 6 of 6) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/ |
D | descriptor.py | 497 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/ |
D | message.cc | 415 FieldDescriptor::CppType cpp_type, in RepeatedFieldData()
|
D | descriptor.h | 1865 inline FieldDescriptor::CppType FieldDescriptor::cpp_type() const { in cpp_type() function 1881 inline const char* FieldDescriptor::CppTypeName(CppType cpp_type) { in CppTypeName()
|
D | extension_set_heavy.cc | 128 inline FieldDescriptor::CppType cpp_type(FieldType type) { in cpp_type() function
|
D | extension_set.cc | 56 inline WireFormatLite::CppType cpp_type(FieldType type) { in cpp_type() function
|
D | generated_message_reflection.cc | 2237 FieldDescriptor::CppType cpp_type, in RepeatedFieldData()
|