Home
last modified time | relevance | path

Searched refs:msgCtx (Results 1 – 1 of 1) sorted by relevance

/external/golang-protobuf/protoc-gen-go/generator/
Dgenerator.go1769 type msgCtx struct { struct
1806 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 argument
1961 getter(g *Generator, mc *msgCtx) // print getter argument
1962 setter(g *Generator, mc *msgCtx) // print setter if applicable argument
[all …]