Searched defs:TYPE_GROUP (Results 1 – 7 of 7) sorted by relevance
/external/protobuf/src/google/protobuf/ | ||
D | unknown_field_set.h | 137 TYPE_GROUP enumerator |
D | descriptor.proto | 109 TYPE_GROUP = 10; // Tag-delimited aggregate. enumerator |
D | wire_format_lite.h | 108 TYPE_GROUP = 10, enumerator |
D | descriptor.h | 311 TYPE_GROUP = 10, // Tag-delimited message. Deprecated. enumerator |
D | descriptor.pb.cc | 2178 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_GROUP; member in google::protobuf::FieldDescriptorProto |
D | descriptor.pb.h | 755 static const Type TYPE_GROUP = FieldDescriptorProto_Type_TYPE_GROUP; variable |
/external/protobuf/python/google/protobuf/ | ||
D | descriptor.py | 337 TYPE_GROUP = 10 variable in FieldDescriptor |