Lines Matching defs:string
62 func processFile(filename string, in io.Reader, out io.Writer) error {
146 func processModule(module *parser.Module, moduleName string,
175 func getRecursiveProperty(module *parser.Module, name string, prefixes []string) (prop *parser.Prop…
180 func createRecursiveProperty(module *parser.Module, name string, prefixes []string,
186 func getOrCreateRecursiveProperty(module *parser.Module, name string, prefixes []string,
222 func processParameter(value parser.Expression, paramName, moduleName string,
270 func targetedModule(name string) bool {
283 func visitFile(path string, f os.FileInfo, err error) error {
293 func walkDir(path string) {
379 func (f stringPtrFlag) Set(s string) error {
400 func (m *identSet) Set(s string) error {
432 func (p *qualifiedProperty) Set(s string) error {