Home
last modified time | relevance | path

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

/external/golang-protobuf/cmd/protoc-gen-go/internal_gengo/
Dinit.go35 type structFields struct { struct
36 count int
37 unexported map[int]string
40 func (sf *structFields) append(name string) {
Dmain.go349 …enMessageInternalFields(g *protogen.GeneratedFile, f *fileInfo, m *messageInfo, sf *structFields) {
369 …(g *protogen.GeneratedFile, f *fileInfo, m *messageInfo, field *protogen.Field, sf *structFields) {