Searched defs:TYPE_SINT32 (Results 1 - 5 of 5) sorted by relevance

/external/protobuf/python/google/protobuf/
H A Ddescriptor.py344 TYPE_SINT32 = 17 variable in class:FieldDescriptor
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.h115 TYPE_SINT32 = 17, enumerator in enum:google::protobuf::internal::WireFormatLite::FieldType
H A Ddescriptor.h305 // take 10 bytes. Use TYPE_SINT32 if negative
319 TYPE_SINT32 = 17, // int32, ZigZag-encoded varint on the wire enumerator in enum:google::protobuf::FieldDescriptor::Type
330 CPPTYPE_INT32 = 1, // TYPE_INT32, TYPE_SINT32, TYPE_SFIXED32
H A Ddescriptor.pb.cc543 "32\020\017\022\021\n\rTYPE_SFIXED64\020\020\022\017\n\013TYPE_SINT32\020\021"
2185 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_SINT32; member in class:google::protobuf::FieldDescriptorProto
H A Ddescriptor.pb.h762 static const Type TYPE_SINT32 = FieldDescriptorProto_Type_TYPE_SINT32; member in class:google::protobuf::FieldDescriptorProto

Completed in 37 milliseconds