Home
last modified time | relevance | path

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

/third_party/protobuf/php/src/Google/Protobuf/Internal/FieldDescriptorProto/
DType.php95 const TYPE_SFIXED64 = 16; define in Google\\Protobuf\\Internal\\FieldDescriptorProto\\Type
/third_party/protobuf/php/src/Google/Protobuf/Field/
DKind.php117 const TYPE_SFIXED64 = 16; define in Google\\Protobuf\\Field\\Kind
/third_party/protobuf/src/google/protobuf/
Dtype.proto99 TYPE_SFIXED64 = 16; enumerator
Ddescriptor.proto167 TYPE_SFIXED64 = 16; enumerator
Dtype.pb.cc308 constexpr Field_Kind Field::TYPE_SFIXED64; member in Field
Ddescriptor.h613 TYPE_SFIXED64 = 16, // int64, exactly eight bytes on the wire enumerator
Dwire_format_lite.h128 TYPE_SFIXED64 = 16, enumerator
Dtype.pb.h566 static constexpr Kind TYPE_SFIXED64 = variable
Ddescriptor.pb.cc1253 constexpr FieldDescriptorProto_Type FieldDescriptorProto::TYPE_SFIXED64; member in FieldDescriptorProto
Ddescriptor.pb.h1877 static constexpr Type TYPE_SFIXED64 = variable
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto128 TYPE_SFIXED64 = 16; enumerator
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto128 TYPE_SFIXED64 = 16; enumerator
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto128 TYPE_SFIXED64 = 16; enumerator
/third_party/protobuf/python/google/protobuf/
Ddescriptor.py476 TYPE_SFIXED64 = 16 variable in FieldDescriptor