Searched defs:isProto3_OneofUnion (Results 1 – 1 of 1) sorted by relevance
180 type isProto3_OneofUnion interface{ isProto3_OneofUnion() } methodSpec216 func (*Proto3_OneofBool) isProto3_OneofUnion() {} func217 func (*Proto3_OneofInt32) isProto3_OneofUnion() {} func218 func (*Proto3_OneofInt64) isProto3_OneofUnion() {} func219 func (*Proto3_OneofUint32) isProto3_OneofUnion() {} func220 func (*Proto3_OneofUint64) isProto3_OneofUnion() {} func221 func (*Proto3_OneofFloat) isProto3_OneofUnion() {} func222 func (*Proto3_OneofDouble) isProto3_OneofUnion() {} func223 func (*Proto3_OneofString) isProto3_OneofUnion() {} func224 func (*Proto3_OneofBytes) isProto3_OneofUnion() {} func[all …]