Home
last modified time | relevance | path

Searched defs:TYPE_SFIXED32 (Results 1 – 14 of 14) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/FieldDescriptorProto/
DType.php91 const TYPE_SFIXED32 = 15; define in Google\\Protobuf\\Internal\\FieldDescriptorProto\\Type
/third_party/protobuf/php/src/Google/Protobuf/Field/
DKind.php111 const TYPE_SFIXED32 = 15; define in Google\\Protobuf\\Field\\Kind
/third_party/protobuf/src/google/protobuf/
Dtype.proto97 TYPE_SFIXED32 = 15; enumerator
Ddescriptor.proto166 TYPE_SFIXED32 = 15; enumerator
Dtype.pb.cc307 constexpr Field_Kind Field::TYPE_SFIXED32; member in Field
Ddescriptor.h612 TYPE_SFIXED32 = 15, // int32, exactly four bytes on the wire enumerator
Dwire_format_lite.h127 TYPE_SFIXED32 = 15, enumerator
Dtype.pb.h564 static constexpr Kind TYPE_SFIXED32 = variable
Ddescriptor.pb.cc1252 constexpr FieldDescriptorProto_Type FieldDescriptorProto::TYPE_SFIXED32; member in FieldDescriptorProto
Ddescriptor.pb.h1875 static constexpr Type TYPE_SFIXED32 = variable
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto127 TYPE_SFIXED32 = 15; enumerator
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto127 TYPE_SFIXED32 = 15; enumerator
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto127 TYPE_SFIXED32 = 15; enumerator
/third_party/protobuf/python/google/protobuf/
Ddescriptor.py475 TYPE_SFIXED32 = 15 variable in FieldDescriptor