Home
last modified time | relevance | path

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

/external/golang-protobuf/protoc-gen-go/generator/
Dgenerator.go1898 type oneofField struct { struct
1899 fieldCommon
1900 subFields []*oneofSubField // All the possible oneof fields
1901 … // 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) {