Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.proto118 TYPE_SINT32 = 17; // Uses ZigZag encoding. enumerator
Dwire_format_lite.h115 TYPE_SINT32 = 17, enumerator
Ddescriptor.h319 TYPE_SINT32 = 17, // int32, ZigZag-encoded varint on the wire enumerator
Ddescriptor.pb.cc2185 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_SINT32; member in google::protobuf::FieldDescriptorProto
Ddescriptor.pb.h762 static const Type TYPE_SINT32 = FieldDescriptorProto_Type_TYPE_SINT32; variable
/external/protobuf/python/google/protobuf/
Ddescriptor.py344 TYPE_SINT32 = 17 variable in FieldDescriptor