Searched defs:TYPE_SINT64 (Results 1 - 7 of 7) sorted by relevance
/third_party/protobuf/python/google/protobuf/ | ||
H A D | descriptor.py | 478 TYPE_SINT64 = 18 variable in FieldDescriptor |
/third_party/protobuf/src/google/protobuf/ | ||
H A D | type.pb.cc | 310 constexpr Field_Kind Field::TYPE_SINT64; member in Field |
H A D | descriptor.h | 615 TYPE_SINT64 = 18, // int64, ZigZag-encoded varint on the wire enumerator |
H A D | type.pb.h | 570 static constexpr Kind TYPE_SINT64 = member in PROTOBUF_FINAL |
H A D | wire_format_lite.h | 130 TYPE_SINT64 = 18, enumerator |
H A D | descriptor.pb.cc | 1255 constexpr FieldDescriptorProto_Type FieldDescriptorProto::TYPE_SINT64; member in FieldDescriptorProto |
H A D | descriptor.pb.h | 1881 static constexpr Type TYPE_SINT64 = member in PROTOBUF_FINAL |
Completed in 56 milliseconds