Home
last modified time | relevance | path

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

/build/blueprint/
Dcontext.go705 type fileParseContext struct { struct
713 parent *fileParseContext argument
884 blueprintsCh := make(chan fileParseContext)
889 doneParsingCh := make(chan fileParseContext)
893 var pending []fileParseContext
903 startParseBlueprintsFile := func(blueprint fileParseContext) {
941 foundParseableBlueprint := func(blueprint fileParseContext) {
949 startParseDescendants := func(blueprint fileParseContext) {
953 …foundParseableBlueprint(fileParseContext{descendant, parser.NewScope(blueprint.Scope), &blueprint,…
959 startParseDescendants(fileParseContext{"", parser.NewScope(nil), nil, nil})
[all …]