Home
last modified time | relevance | path

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

/third_party/protobuf/php/src/Google/Protobuf/Internal/FieldDescriptorProto/
DType.php107 const TYPE_SINT64 = 18; define in Google\\Protobuf\\Internal\\FieldDescriptorProto\\Type
/third_party/protobuf/php/src/Google/Protobuf/Field/
DKind.php129 const TYPE_SINT64 = 18; define in Google\\Protobuf\\Field\\Kind
/third_party/protobuf/src/google/protobuf/
Dtype.proto103 TYPE_SINT64 = 18; enumerator
Ddescriptor.proto169 TYPE_SINT64 = 18; // Uses ZigZag encoding. enumerator
Dtype.pb.cc310 constexpr Field_Kind Field::TYPE_SINT64; member in Field
Ddescriptor.h615 TYPE_SINT64 = 18, // int64, ZigZag-encoded varint on the wire enumerator
Dwire_format_lite.h130 TYPE_SINT64 = 18, enumerator
Dtype.pb.h570 static constexpr Kind TYPE_SINT64 = variable
Ddescriptor.pb.cc1255 constexpr FieldDescriptorProto_Type FieldDescriptorProto::TYPE_SINT64; member in FieldDescriptorProto
Ddescriptor.pb.h1881 static constexpr Type TYPE_SINT64 = variable
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto130 TYPE_SINT64 = 18; // Uses ZigZag encoding. enumerator
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto130 TYPE_SINT64 = 18; // Uses ZigZag encoding. enumerator
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto130 TYPE_SINT64 = 18; // Uses ZigZag encoding. enumerator
/third_party/grpc/third_party/upb/benchmarks/
Ddescriptor_sv.proto165 TYPE_SINT64 = 18; // Uses ZigZag encoding. enumerator
Ddescriptor.proto165 TYPE_SINT64 = 18; // Uses ZigZag encoding. enumerator
/third_party/protobuf/python/google/protobuf/
Ddescriptor.py478 TYPE_SINT64 = 18 variable in FieldDescriptor