()
| 161 | func (x *Proto3) ProtoMessage() {} |
| 162 | func (x *Proto3) Reset() { *x = Proto3{} } |
| 163 | func (x *Proto3) String() string { return prototext.Format(protoimpl.X.ProtoMessageV2Of(x)) } |
| 164 | func (x *Proto3) XXX_OneofWrappers() []any { |
| 165 | return []any{ |
| 166 | (*Proto3_OneofBool)(nil), |
nothing calls this directly
no test coverage detected