Searched defs:TYPE_FIXED64 (Results 1 - 8 of 8) sorted by relevance
/third_party/protobuf/src/google/protobuf/ | ||
H A D | unknown_field_set.h | 235 TYPE_FIXED64, enumerator |
H A D | type.pb.cc | 298 constexpr Field_Kind Field::TYPE_FIXED64; member in Field |
H A D | descriptor.h | 602 TYPE_FIXED64 = 6, // uint64, exactly eight bytes on the wire. enumerator |
H A D | type.pb.h | 546 static constexpr Kind TYPE_FIXED64 = member in PROTOBUF_FINAL |
H A D | wire_format_lite.h | 118 TYPE_FIXED64 = 6, enumerator |
H A D | descriptor.pb.cc | 1243 constexpr FieldDescriptorProto_Type FieldDescriptorProto::TYPE_FIXED64; member in FieldDescriptorProto |
H A D | descriptor.pb.h | 1857 static constexpr Type TYPE_FIXED64 = member in PROTOBUF_FINAL |
/third_party/protobuf/python/google/protobuf/ | ||
H A D | descriptor.py | 466 TYPE_FIXED64 = 6 variable in FieldDescriptor |
Completed in 58 milliseconds