Searched defs:oneofField (Results 1 – 2 of 2) sorted by relevance
1898 type oneofField struct { struct1899 fieldCommon1900 subFields []*oneofSubField // All the possible oneof fields1901 … // The full comment for the field, e.g. "// Types that are valid to be assigned to MyOneof:\n\\"1905 func (f *oneofField) decl(g *Generator, mc *msgCtx) {1915 func (f *oneofField) getter(g *Generator, mc *msgCtx) {1954 func (f *oneofField) setter(g *Generator, mc *msgCtx) {
473 final java.lang.reflect.Field oneofField; in newSchemaForRawMessageInfo() local