Home
last modified time | relevance | path

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

/build/blueprint/
Dcontext_test.go157 _, _, errs := ctx.parseOne(".", "Blueprint", r, parser.NewScope(nil), nil)
Dcontext.go1065 file, subBlueprints, errs = c.parseOne(rootDir, filename, f, scope, parent)
1090 func (c *Context) parseOne(rootDir, filename string, reader io.Reader, func