Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dtype.proto100 TYPE_SINT32 = 17; enumerator
Dwire_format_lite.h113 TYPE_SINT32 = 17, enumerator
Ddescriptor.proto151 TYPE_SINT32 = 17; // Uses ZigZag encoding. enumerator
Ddescriptor.h465 TYPE_SINT32 = 17, // int32, ZigZag-encoded varint on the wire enumerator
Dtype.pb.h365 static const Kind TYPE_SINT32 = variable
Dtype.pb.cc1001 const Field_Kind Field::TYPE_SINT32; member in google::protobuf::Field
Ddescriptor.pb.h1028 static const Type TYPE_SINT32 = variable
Ddescriptor.pb.cc4195 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_SINT32; member in google::protobuf::FieldDescriptorProto
/external/protobuf/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
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto129 TYPE_SINT32 = 17; // Uses ZigZag encoding. enumerator
/external/nanopb-c/generator/google/protobuf/
Ddescriptor.py378 TYPE_SINT32 = 17 variable in FieldDescriptor
/external/protobuf/python/google/protobuf/
Ddescriptor.py438 TYPE_SINT32 = 17 variable in FieldDescriptor