Searched refs:UseRBER8 (Results 1 – 7 of 7) sorted by relevance
136 "UseRBER8": false,
212 $(call add_json_bool, UseRBER8, $(filter-out false,$(RBE_R8)))
296 UseRBER8 *bool `json:",omitempty"` member
1157 func (c *config) UseRBER8() bool { func1158 return Bool(c.productVariables.UseRBER8)