Home
last modified time | relevance | path

Searched defs:isProto3_OneofUnion (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/golang-protobuf/internal/testprotos/nullable/
H A Dnullable.go180 type isProto3_OneofUnion interface{ isProto3_OneofUnion() } methodSpec
216 func (*Proto3_OneofBool) isProto3_OneofUnion() {} func
217 func (*Proto3_OneofInt32) isProto3_OneofUnion() {} func
218 func (*Proto3_OneofInt64) isProto3_OneofUnion() {} func
219 func (*Proto3_OneofUint32) isProto3_OneofUnion() {} func
220 func (*Proto3_OneofUint64) isProto3_OneofUnion() {} func
221 func (*Proto3_OneofFloat) isProto3_OneofUnion() {} func
222 func (*Proto3_OneofDouble) isProto3_OneofUnion() {} func
223 func (*Proto3_OneofString) isProto3_OneofUnion() {} func
224 func (*Proto3_OneofBytes) isProto3_OneofUnion() {} func
[all …]