Searched refs:msgCtx (Results 1 – 1 of 1) sorted by relevance
1769 type msgCtx struct { struct1806 func (f *simpleField) decl(g *Generator, mc *msgCtx) {1811 func (f *simpleField) getter(g *Generator, mc *msgCtx) {1844 func (f *simpleField) setter(g *Generator, mc *msgCtx) {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) {1960 decl(g *Generator, mc *msgCtx) // print declaration within the struct argument1961 getter(g *Generator, mc *msgCtx) // print getter argument1962 setter(g *Generator, mc *msgCtx) // print setter if applicable argument[all …]