Home
last modified time | relevance | path

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

/build/blueprint/
Dcontext.go630 type fileParseContext struct { struct
638 parent *fileParseContext argument
805 blueprintsCh := make(chan fileParseContext)
810 doneParsingCh := make(chan fileParseContext)
814 var pending []fileParseContext
824 startParseBlueprintsFile := func(blueprint fileParseContext) {
862 foundParseableBlueprint := func(blueprint fileParseContext) {
870 startParseDescendants := func(blueprint fileParseContext) {
874 …foundParseableBlueprint(fileParseContext{descendant, parser.NewScope(blueprint.Scope), &blueprint,…
880 startParseDescendants(fileParseContext{"", parser.NewScope(nil), nil, nil})
[all …]