Home
last modified time | relevance | path

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

/third_party/protobuf/php/src/Google/Protobuf/Internal/FieldDescriptorProto/
DType.php101 const TYPE_SINT32 = 17; define in Google\\Protobuf\\Internal\\FieldDescriptorProto\\Type
/third_party/protobuf/php/src/Google/Protobuf/Field/
DKind.php123 const TYPE_SINT32 = 17; define in Google\\Protobuf\\Field\\Kind
/third_party/protobuf/src/google/protobuf/
Dtype.proto101 TYPE_SINT32 = 17; enumerator
Ddescriptor.proto168 TYPE_SINT32 = 17; // Uses ZigZag encoding. enumerator
Dtype.pb.cc309 constexpr Field_Kind Field::TYPE_SINT32; member in Field
Ddescriptor.h614 TYPE_SINT32 = 17, // int32, ZigZag-encoded varint on the wire enumerator
Dwire_format_lite.h129 TYPE_SINT32 = 17, enumerator
Dtype.pb.h568 static constexpr Kind TYPE_SINT32 = variable
Ddescriptor.pb.cc1254 constexpr FieldDescriptorProto_Type FieldDescriptorProto::TYPE_SINT32; member in FieldDescriptorProto
Ddescriptor.pb.h1879 static constexpr Type TYPE_SINT32 = variable
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto129 TYPE_SINT32 = 17; // Uses ZigZag encoding. enumerator
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto129 TYPE_SINT32 = 17; // Uses ZigZag encoding. enumerator
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto129 TYPE_SINT32 = 17; // Uses ZigZag encoding. enumerator
/third_party/protobuf/python/google/protobuf/
Ddescriptor.py477 TYPE_SINT32 = 17 variable in FieldDescriptor