Searched defs:TYPE_SINT32 (Results 1 - 7 of 7) sorted by relevance
| /third_party/protobuf/python/google/protobuf/ | ||
| H A D | descriptor.py | 477 TYPE_SINT32 = 17 variable in FieldDescriptor |
| /third_party/protobuf/src/google/protobuf/ | ||
| H A D | type.pb.cc | 309 constexpr Field_Kind Field::TYPE_SINT32; member in Field |
| H A D | descriptor.h | 614 TYPE_SINT32 = 17, // int32, ZigZag-encoded varint on the wire enumerator |
| H A D | type.pb.h | 568 static constexpr Kind TYPE_SINT32 = member in PROTOBUF_FINAL |
| H A D | wire_format_lite.h | 129 TYPE_SINT32 = 17, enumerator |
| H A D | descriptor.pb.cc | 1254 constexpr FieldDescriptorProto_Type FieldDescriptorProto::TYPE_SINT32; member in FieldDescriptorProto |
| H A D | descriptor.pb.h | 1879 static constexpr Type TYPE_SINT32 = member in PROTOBUF_FINAL |
Completed in 56 milliseconds