Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dtype.proto100 TYPE_SINT32 = 17; enumerator
Dwire_format_lite.h113 TYPE_SINT32 = 17, enumerator
Ddescriptor.proto152 TYPE_SINT32 = 17; // Uses ZigZag encoding. enumerator
Ddescriptor.h465 TYPE_SINT32 = 17, // int32, ZigZag-encoded varint on the wire enumerator
Dtype.pb.h373 static const Kind TYPE_SINT32 = variable
Dtype.pb.cc998 const Field_Kind Field::TYPE_SINT32; member in google::protobuf::Field
Ddescriptor.pb.h1053 static const Type TYPE_SINT32 = variable
Ddescriptor.pb.cc4238 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_SINT32; 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.proto129 TYPE_SINT32 = 17; // Uses ZigZag encoding. enumerator
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/
DInternalNano.java67 public static final int TYPE_SINT32 = 17; field in InternalNano
DExtension.java74 public static final int TYPE_SINT32 = InternalNano.TYPE_SINT32; field in Extension
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto129 TYPE_SINT32 = 17; // Uses ZigZag encoding. enumerator
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Ddescriptor.py438 TYPE_SINT32 = 17 variable in FieldDescriptor