Home
last modified time | relevance | path

Searched defs:TYPE_GROUP (Results 1 – 7 of 7) sorted by relevance

/external/protobuf/src/google/protobuf/
Dunknown_field_set.h137 TYPE_GROUP enumerator
Ddescriptor.proto109 TYPE_GROUP = 10; // Tag-delimited aggregate. enumerator
Dwire_format_lite.h108 TYPE_GROUP = 10, enumerator
Ddescriptor.h311 TYPE_GROUP = 10, // Tag-delimited message. Deprecated. enumerator
Ddescriptor.pb.cc2178 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_GROUP; member in google::protobuf::FieldDescriptorProto
Ddescriptor.pb.h755 static const Type TYPE_GROUP = FieldDescriptorProto_Type_TYPE_GROUP; variable
/external/protobuf/python/google/protobuf/
Ddescriptor.py337 TYPE_GROUP = 10 variable in FieldDescriptor