Searched refs:field_sfixed64_ (Results 1 – 2 of 2) sorted by relevance
133 (field_sfixed64_ == other.field_sfixed64_) && in operator ==()167 static_assert(sizeof(field_sfixed64_) == sizeof(proto.field_sfixed64()), in FromProto()169 field_sfixed64_ = in FromProto()170 static_cast<decltype(field_sfixed64_)>(proto.field_sfixed64()); in FromProto()236 static_assert(sizeof(field_sfixed64_) == sizeof(proto->field_sfixed64()), in ToProto()239 static_cast<decltype(proto->field_sfixed64())>(field_sfixed64_)); in ToProto()
82 int64_t field_sfixed64() const { return field_sfixed64_; } in field_sfixed64()83 void set_field_sfixed64(int64_t value) { field_sfixed64_ = value; } in set_field_sfixed64()118 int64_t field_sfixed64_ = {}; variable