Home | History | Annotate | Download | only in blueprint

Lines Matching defs:NewContext

274 func newContext() *Context {
288 // NewContext creates a new Context object. The created context initially has
292 func NewContext() *Context {
293 ctx := newContext()
351 // ctx := blueprint.NewContext()