Home
last modified time | relevance | path

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

/external/golang-protobuf/protoc-gen-go/generator/
Dgenerator.go380 type constOrVarSymbol struct { struct
381 sym string
382 typ string // either "const" or "var"
383 cast string // if non-empty, a type cast is required (used for enums)
386 func (cs constOrVarSymbol) GenerateAlias(g *Generator, filename string, pkg GoPackageName) {