Searched refs:field_fixed32_ (Results 1 – 2 of 2) sorted by relevance
134 (field_fixed32_ == other.field_fixed32_) && in operator ==()172 static_assert(sizeof(field_fixed32_) == sizeof(proto.field_fixed32()), in FromProto()174 field_fixed32_ = static_cast<decltype(field_fixed32_)>(proto.field_fixed32()); in FromProto()241 static_assert(sizeof(field_fixed32_) == sizeof(proto->field_fixed32()), in ToProto()244 static_cast<decltype(proto->field_fixed32())>(field_fixed32_)); in ToProto()
85 uint32_t field_fixed32() const { return field_fixed32_; } in field_fixed32()86 void set_field_fixed32(uint32_t value) { field_fixed32_ = value; } in set_field_fixed32()119 uint32_t field_fixed32_ = {}; variable