Lines Matching refs:blueprint
23 blueprintSingletonContext() blueprint.SingletonContext
28 ModuleName(module blueprint.Module) string
29 ModuleDir(module blueprint.Module) string
30 ModuleSubDir(module blueprint.Module) string
31 ModuleType(module blueprint.Module) string
32 BlueprintFile(module blueprint.Module) string
38 moduleProvider(module blueprint.Module, provider blueprint.AnyProviderKey) (any, bool)
40 ModuleErrorf(module blueprint.Module, format string, args ...interface{})
45 …Rule(pctx PackageContext, name string, params blueprint.RuleParams, argNames ...string) blueprint.…
65 VisitAllModulesBlueprint(visit func(blueprint.Module))
99 ruleParams map[blueprint.Rule]blueprint.RuleParams
104 func (s *singletonAdaptor) GenerateBuildActions(ctx blueprint.SingletonContext) {
107 sctx.ruleParams = make(map[blueprint.Rule]blueprint.RuleParams)
120 func (s *singletonAdaptor) RuleParamsForTests() map[blueprint.Rule]blueprint.RuleParams {
129 blueprint.SingletonContext
132 ruleParams map[blueprint.Rule]blueprint.RuleParams
135 func (s *singletonContextAdaptor) blueprintSingletonContext() blueprint.SingletonContext {
151 …tor) Rule(pctx PackageContext, name string, params blueprint.RuleParams, argNames ...string) bluep…
194 func visitAdaptor(visit func(Module)) func(blueprint.Module) {
195 return func(module blueprint.Module) {
205 func predAdaptor(pred func(Module) bool) func(blueprint.Module) bool {
206 return func(module blueprint.Module) bool {
215 func (s *singletonContextAdaptor) VisitAllModulesBlueprint(visit func(blueprint.Module)) {
282 func (s *singletonContextAdaptor) moduleProvider(module blueprint.Module, provider blueprint.AnyPro…