Home
last modified time | relevance | path

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

/third_party/protobuf/php/src/Google/Protobuf/Internal/FieldDescriptorProto/
DType.php73 const TYPE_MESSAGE = 11; define in Google\\Protobuf\\Internal\\FieldDescriptorProto\\Type
/third_party/protobuf/php/src/Google/Protobuf/Field/
DKind.php87 const TYPE_MESSAGE = 11; define in Google\\Protobuf\\Field\\Kind
/third_party/protobuf/src/google/protobuf/
Dtype.proto89 TYPE_MESSAGE = 11; enumerator
Ddescriptor.proto160 TYPE_MESSAGE = 11; // Length-delimited aggregate. enumerator
Dtype.pb.cc303 constexpr Field_Kind Field::TYPE_MESSAGE; member in Field
Ddescriptor.h607 TYPE_MESSAGE = 11, // Length-delimited message. enumerator
Dwire_format_lite.h123 TYPE_MESSAGE = 11, enumerator
Dtype.pb.h556 static constexpr Kind TYPE_MESSAGE = variable
Ddescriptor.pb.cc1248 constexpr FieldDescriptorProto_Type FieldDescriptorProto::TYPE_MESSAGE; member in FieldDescriptorProto
Ddescriptor.pb.h1867 static constexpr Type TYPE_MESSAGE = variable
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto121 TYPE_MESSAGE = 11; // Length-delimited aggregate. enumerator
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto121 TYPE_MESSAGE = 11; // Length-delimited aggregate. enumerator
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto121 TYPE_MESSAGE = 11; // Length-delimited aggregate. enumerator
/third_party/grpc/third_party/upb/benchmarks/
Ddescriptor_sv.proto156 TYPE_MESSAGE = 11; // Length-delimited aggregate. enumerator
Ddescriptor.proto156 TYPE_MESSAGE = 11; // Length-delimited aggregate. enumerator
/third_party/protobuf/python/google/protobuf/
Ddescriptor.py471 TYPE_MESSAGE = 11 variable in FieldDescriptor