Home
last modified time | relevance | path

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

/third_party/protobuf/php/src/Google/Protobuf/Internal/FieldDescriptorProto/
DType.php67 const TYPE_GROUP = 10; define in Google\\Protobuf\\Internal\\FieldDescriptorProto\\Type
/third_party/protobuf/php/src/Google/Protobuf/Field/
DKind.php81 const TYPE_GROUP = 10; define in Google\\Protobuf\\Field\\Kind
/third_party/python/Lib/lib2to3/
Dbtm_utils.py14 TYPE_GROUP = -3 variable
/third_party/protobuf/src/google/protobuf/
Dtype.proto87 TYPE_GROUP = 10; enumerator
Dunknown_field_set.h237 TYPE_GROUP enumerator
Ddescriptor.proto159 TYPE_GROUP = 10; enumerator
Dtype.pb.cc302 constexpr Field_Kind Field::TYPE_GROUP; member in Field
Ddescriptor.h606 TYPE_GROUP = 10, // Tag-delimited message. Deprecated. enumerator
Dwire_format_lite.h122 TYPE_GROUP = 10, enumerator
Dtype.pb.h554 static constexpr Kind TYPE_GROUP = variable
Ddescriptor.pb.cc1247 constexpr FieldDescriptorProto_Type FieldDescriptorProto::TYPE_GROUP; member in FieldDescriptorProto
Ddescriptor.pb.h1865 static constexpr Type TYPE_GROUP = variable
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto120 TYPE_GROUP = 10; // Tag-delimited aggregate. enumerator
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto120 TYPE_GROUP = 10; // Tag-delimited aggregate. enumerator
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto120 TYPE_GROUP = 10; // Tag-delimited aggregate. enumerator
/third_party/protobuf/python/google/protobuf/
Ddescriptor.py470 TYPE_GROUP = 10 variable in FieldDescriptor