Searched refs:UseRBE (Results 1 – 6 of 6) sorted by relevance
262 if ret.UseRBE() {787 func (c *configImpl) UseRBE() bool { func798 if !c.UseRBE() {821 return c.UseGoma() || c.UseRBE()
254 if ctx.Config().UseRBE() && !supports.RBE {
811 func (c *config) UseRBE() bool { func812 return Bool(c.productVariables.UseRBE)828 return c.UseGoma() || c.UseRBE()
228 UseRBE *bool `json:",omitempty"` member
448 } else if ctx.Config().UseRBE() && r.remoteable.RBE {
164 $(call add_json_bool, UseRBE, $(filter-out false,$(USE_RBE)))