Home
last modified time | relevance | path

Searched defs:TYPE_INT32 (Results 1 – 15 of 15) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/FieldDescriptorProto/
DType.php42 const TYPE_INT32 = 5; define in Google\\Protobuf\\Internal\\FieldDescriptorProto\\Type
/third_party/protobuf/php/src/Google/Protobuf/Field/
DKind.php51 const TYPE_INT32 = 5; define in Google\\Protobuf\\Field\\Kind
/third_party/protobuf/src/google/protobuf/
Dtype.proto77 TYPE_INT32 = 5; enumerator
Ddescriptor.proto150 TYPE_INT32 = 5; enumerator
Dtype.pb.cc297 constexpr Field_Kind Field::TYPE_INT32; member in Field
Ddescriptor.h599 TYPE_INT32 = 5, // int32, varint on the wire. Negative numbers enumerator
Dwire_format_lite.h117 TYPE_INT32 = 5, enumerator
Dtype.pb.h544 static constexpr Kind TYPE_INT32 = variable
Ddescriptor.pb.cc1242 constexpr FieldDescriptorProto_Type FieldDescriptorProto::TYPE_INT32; member in FieldDescriptorProto
Ddescriptor.pb.h1855 static constexpr Type TYPE_INT32 = variable
/third_party/protobuf/src/google/protobuf/util/internal/
Ddatapiece.h64 TYPE_INT32 = 1, enumerator
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto115 TYPE_INT32 = 5; enumerator
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto115 TYPE_INT32 = 5; enumerator
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto115 TYPE_INT32 = 5; enumerator
/third_party/protobuf/python/google/protobuf/
Ddescriptor.py465 TYPE_INT32 = 5 variable in FieldDescriptor