Searched defs:TYPE_SFIXED64 (Results 1 - 7 of 7) sorted by relevance
| /third_party/protobuf/python/google/protobuf/ | ||
| H A D | descriptor.py | 476 TYPE_SFIXED64 = 16 variable in FieldDescriptor |
| /third_party/protobuf/src/google/protobuf/ | ||
| H A D | type.pb.cc | 308 constexpr Field_Kind Field::TYPE_SFIXED64; member in Field |
| H A D | descriptor.h | 613 TYPE_SFIXED64 = 16, // int64, exactly eight bytes on the wire enumerator |
| H A D | type.pb.h | 566 static constexpr Kind TYPE_SFIXED64 = member in PROTOBUF_FINAL |
| H A D | wire_format_lite.h | 128 TYPE_SFIXED64 = 16, enumerator |
| H A D | descriptor.pb.cc | 1253 constexpr FieldDescriptorProto_Type FieldDescriptorProto::TYPE_SFIXED64; member in FieldDescriptorProto |
| H A D | descriptor.pb.h | 1877 static constexpr Type TYPE_SFIXED64 = member in PROTOBUF_FINAL |
Completed in 54 milliseconds