Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dtype.proto98 TYPE_SFIXED64 = 16; enumerator
Dwire_format_lite.h112 TYPE_SFIXED64 = 16, enumerator
Ddescriptor.proto151 TYPE_SFIXED64 = 16; enumerator
Ddescriptor.h464 TYPE_SFIXED64 = 16, // int64, exactly eight bytes on the wire enumerator
Dtype.pb.h371 static const Kind TYPE_SFIXED64 = variable
Dtype.pb.cc997 const Field_Kind Field::TYPE_SFIXED64; member in google::protobuf::Field
Ddescriptor.pb.h1051 static const Type TYPE_SFIXED64 = variable
Ddescriptor.pb.cc4237 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_SFIXED64; member in google::protobuf::FieldDescriptorProto
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto128 TYPE_SFIXED64 = 16; enumerator
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/
DInternalNano.java66 public static final int TYPE_SFIXED64 = 16; field in InternalNano
DExtension.java73 public static final int TYPE_SFIXED64 = InternalNano.TYPE_SFIXED64; field in Extension
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto128 TYPE_SFIXED64 = 16; enumerator
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Ddescriptor.py437 TYPE_SFIXED64 = 16 variable in FieldDescriptor