Home
last modified time | relevance | path

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

/external/golang-protobuf/protoc-gen-go/generator/
Dgenerator.go411 ImportMap map[string]string // Mapping from .proto file name to import path member
476 g.ImportMap = make(map[string]string)
501 g.ImportMap[k[1:]] = v
737 if substitution, ok := g.ImportMap[f.GetName()]; ok {