Searched refs:field_fixed64_ (Results 1 – 2 of 2) sorted by relevance
132 (field_fixed64_ == other.field_fixed64_) && in operator ==()163 static_assert(sizeof(field_fixed64_) == sizeof(proto.field_fixed64()), in FromProto()165 field_fixed64_ = static_cast<decltype(field_fixed64_)>(proto.field_fixed64()); in FromProto()231 static_assert(sizeof(field_fixed64_) == sizeof(proto->field_fixed64()), in ToProto()234 static_cast<decltype(proto->field_fixed64())>(field_fixed64_)); in ToProto()
79 uint64_t field_fixed64() const { return field_fixed64_; } in field_fixed64()80 void set_field_fixed64(uint64_t value) { field_fixed64_ = value; } in set_field_fixed64()117 uint64_t field_fixed64_ = {}; variable