Home | History | Annotate | Download | only in src

Lines Matching refs:TYPE_BOOL

31   enum FlagType { TYPE_BOOL, TYPE_MAYBE_BOOL, TYPE_INT, TYPE_FLOAT,
48 DCHECK(type_ == TYPE_BOOL);
86 DCHECK(type_ == TYPE_BOOL);
113 case TYPE_BOOL:
138 case TYPE_BOOL:
172 case Flag::TYPE_BOOL: return "bool";
186 case Flag::TYPE_BOOL:
233 bool disabled = f->type() == Flag::TYPE_BOOL && !*f->bool_variable();
238 if (f->type() != Flag::TYPE_BOOL) {
369 if (flag->type() != Flag::TYPE_BOOL &&
388 case Flag::TYPE_BOOL:
420 bool is_bool_type = flag->type() == Flag::TYPE_BOOL ||