Searched refs:field_sfixed32_ (Results 1 – 2 of 2) sorted by relevance
135 (field_sfixed32_ == other.field_sfixed32_) && in operator ==()176 static_assert(sizeof(field_sfixed32_) == sizeof(proto.field_sfixed32()), in FromProto()178 field_sfixed32_ = in FromProto()179 static_cast<decltype(field_sfixed32_)>(proto.field_sfixed32()); in FromProto()246 static_assert(sizeof(field_sfixed32_) == sizeof(proto->field_sfixed32()), in ToProto()249 static_cast<decltype(proto->field_sfixed32())>(field_sfixed32_)); in ToProto()
88 int32_t field_sfixed32() const { return field_sfixed32_; } in field_sfixed32()89 void set_field_sfixed32(int32_t value) { field_sfixed32_ = value; } in set_field_sfixed32()120 int32_t field_sfixed32_ = {}; variable