Home | History | Annotate | Download | only in src

Lines Matching refs:TYPE_BOOL

36   enum FlagType { TYPE_BOOL, TYPE_MAYBE_BOOL, TYPE_INT, TYPE_FLOAT,
53 DCHECK(type_ == TYPE_BOOL);
91 DCHECK(type_ == TYPE_BOOL);
118 case TYPE_BOOL:
143 case TYPE_BOOL:
177 case Flag::TYPE_BOOL: return "bool";
191 case Flag::TYPE_BOOL:
238 bool disabled = f->type() == Flag::TYPE_BOOL && !*f->bool_variable();
243 if (f->type() != Flag::TYPE_BOOL) {
374 if (flag->type() != Flag::TYPE_BOOL &&
393 case Flag::TYPE_BOOL:
425 bool is_bool_type = flag->type() == Flag::TYPE_BOOL ||