Searched defs:genFileInfo (Results 1 – 1 of 1) sorted by relevance
32 type genFileInfo struct { struct33 base string // The basename of the path34 path string // The full path to the final file35 expected bool // Whether the file is expected by the rules36 created bool // Whether the file was created by protoc37 from *genFileInfo // The actual file protoc produced if not Path38 unique bool // True if this base name is unique in expected results39 ambiguious bool // True if there were more than one possible outputs that matched this file