Searched refs:UseRBE (Results 1 – 6 of 6) sorted by relevance
272 if ret.UseRBE() {299 UseRbe: proto.Bool(config.UseRBE()),826 func (c *configImpl) UseRBE() bool { func837 if !c.UseRBE() {920 return c.UseGoma() || c.UseRBE()
254 if ctx.Config().UseRBE() && !supports.RBE {
813 func (c *config) UseRBE() bool { func814 return Bool(c.productVariables.UseRBE)830 return c.UseGoma() || c.UseRBE()
214 UseRBE *bool `json:",omitempty"` member
448 } else if ctx.Config().UseRBE() && r.remoteable.RBE {
166 $(call add_json_bool, UseRBE, $(filter-out false,$(USE_RBE)))