Home | History | Annotate | Download | only in src

Lines Matching refs:TYPE_BOOL

38     TYPE_BOOL,
61 DCHECK(type_ == TYPE_BOOL);
104 DCHECK(type_ == TYPE_BOOL);
136 case TYPE_BOOL:
163 case TYPE_BOOL:
200 case Flag::TYPE_BOOL: return "bool";
216 case Flag::TYPE_BOOL:
266 bool disabled = f->type() == Flag::TYPE_BOOL && !*f->bool_variable();
271 if (f->type() != Flag::TYPE_BOOL) {
402 if (flag->type() != Flag::TYPE_BOOL &&
421 case Flag::TYPE_BOOL:
471 bool is_bool_type = flag->type() == Flag::TYPE_BOOL ||