Searched defs:TYPE_SINT32 (Results 1 – 6 of 6) sorted by relevance
/external/protobuf/src/google/protobuf/ | ||
D | descriptor.proto | 118 TYPE_SINT32 = 17; // Uses ZigZag encoding. enumerator |
D | wire_format_lite.h | 115 TYPE_SINT32 = 17, enumerator |
D | descriptor.h | 319 TYPE_SINT32 = 17, // int32, ZigZag-encoded varint on the wire enumerator |
D | descriptor.pb.cc | 2185 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_SINT32; member in google::protobuf::FieldDescriptorProto |
D | descriptor.pb.h | 762 static const Type TYPE_SINT32 = FieldDescriptorProto_Type_TYPE_SINT32; variable |
/external/protobuf/python/google/protobuf/ | ||
D | descriptor.py | 344 TYPE_SINT32 = 17 variable in FieldDescriptor |