Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dwire_format_lite.h113 TYPE_SINT32 = 17, enumerator
Ddescriptor.proto131 TYPE_SINT32 = 17; // Uses ZigZag encoding. enumerator
Ddescriptor.h368 TYPE_SINT32 = 17, // int32, ZigZag-encoded varint on the wire enumerator
Ddescriptor.pb.cc2540 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_SINT32; member in google::protobuf::FieldDescriptorProto
Ddescriptor.pb.h790 static const Type TYPE_SINT32 = FieldDescriptorProto_Type_TYPE_SINT32; variable
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto129 TYPE_SINT32 = 17; // Uses ZigZag encoding. enumerator
/external/protobuf/java/src/main/java/com/google/protobuf/nano/
DExtension.java74 public static final int TYPE_SINT32 = 17; field in Extension
/external/nanopb-c/generator/google/protobuf/
Ddescriptor.py378 TYPE_SINT32 = 17 variable in FieldDescriptor
/external/protobuf/python/google/protobuf/
Ddescriptor.py399 TYPE_SINT32 = 17 variable in FieldDescriptor