Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dtype.proto102 TYPE_SINT64 = 18; enumerator
Dwire_format_lite.h114 TYPE_SINT64 = 18, enumerator
Ddescriptor.proto153 TYPE_SINT64 = 18; // Uses ZigZag encoding. enumerator
Ddescriptor.h466 TYPE_SINT64 = 18, // int64, ZigZag-encoded varint on the wire enumerator
Dtype.pb.h375 static const Kind TYPE_SINT64 = variable
Dtype.pb.cc999 const Field_Kind Field::TYPE_SINT64; member in google::protobuf::Field
Ddescriptor.pb.h1055 static const Type TYPE_SINT64 = variable
Ddescriptor.pb.cc4239 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_SINT64; 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.proto130 TYPE_SINT64 = 18; // Uses ZigZag encoding. enumerator
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/
DInternalNano.java68 public static final int TYPE_SINT64 = 18; field in InternalNano
DExtension.java75 public static final int TYPE_SINT64 = InternalNano.TYPE_SINT64; field in Extension
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto130 TYPE_SINT64 = 18; // Uses ZigZag encoding. enumerator
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Ddescriptor.py439 TYPE_SINT64 = 18 variable in FieldDescriptor