Lines Matching full:scope_
620 scope_ *basicScope
621 sync.Mutex // protects scope_ during lazy creation
669 scope_: ruleScope,
706 if r.scope_ == nil {
707 r.scope_ = makeRuleScope(r.pctx.scope, r.argNames)
709 return r.scope_
725 scope_ *basicScope
726 sync.Mutex // protects scope_ during lazy creation
775 scope_: ruleScope,
816 if r.scope_ == nil {
817 r.scope_ = makeRuleScope(r.pctx.scope, r.argNames)
819 return r.scope_
832 scope_ *basicScope
833 sync.Mutex // protects scope_ during lazy creation
856 if r.scope_ == nil {
857 r.scope_ = makeRuleScope(nil, nil)
859 return r.scope_