Searched defs:TYPE_MESSAGE (Results 1 - 5 of 5) sorted by relevance

/external/protobuf/python/google/protobuf/
H A Ddescriptor.py338 TYPE_MESSAGE = 11 variable in class:FieldDescriptor
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.h109 TYPE_MESSAGE = 11, enumerator in enum:google::protobuf::internal::WireFormatLite::FieldType
H A Ddescriptor.h312 TYPE_MESSAGE = 11, // Length-delimited message. enumerator in enum:google::protobuf::FieldDescriptor::Type
339 CPPTYPE_MESSAGE = 10, // TYPE_MESSAGE, TYPE_GROUP
449 // If type is TYPE_MESSAGE or TYPE_GROUP, returns a descriptor for the
1356 field_type != FieldDescriptor::TYPE_MESSAGE &&
H A Ddescriptor.pb.cc541 "\020\n\014TYPE_MESSAGE\020\013\022\016\n\nTYPE_BYTES\020\014\022\017\n\013TYP"
2179 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_MESSAGE; member in class:google::protobuf::FieldDescriptorProto
H A Ddescriptor.pb.h756 static const Type TYPE_MESSAGE = FieldDescriptorProto_Type_TYPE_MESSAGE; member in class:google::protobuf::FieldDescriptorProto

Completed in 69 milliseconds