Searched refs:bool_variable (Results 1 – 6 of 6) sorted by relevance
48 bool* bool_variable() const { in bool_variable() function115 return *bool_variable() == bool_default(); in IsDefault()140 *bool_variable() = bool_default(); in Reset()190 buffer.Add("%s", (*flag->bool_variable() ? "true" : "false")); in ToString()237 if (f->type() != Flag::TYPE_BOOL || *(f->bool_variable())) { in argv()392 *flag->bool_variable() = !is_bool; in SetFlagsFromCommandLine()
89 bool* bool_variable() const { in bool_variable() function
217 *flag->bool_variable() = !is_bool; in SetFlagsFromCommandLine()
104 bool* bool_variable() const { in bool_variable() function
234 *flag->bool_variable() = !is_bool; in SetFlagsFromCommandLine()
91 dump_ = *FlagList::Lookup("yuvscaler_dump")->bool_variable(); in SetUp()