Home
last modified time | relevance | path

Searched refs:bool_variable (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dflags.cc47 bool* bool_variable() const { in bool_variable() function
114 return *bool_variable() == bool_default(); in IsDefault()
139 *bool_variable() = bool_default(); in Reset()
187 os << (*flag.bool_variable() ? "true" : "false"); in operator <<()
233 bool disabled = f->type() == Flag::TYPE_BOOL && !*f->bool_variable(); in argv()
389 *flag->bool_variable() = !is_bool; in SetFlagsFromCommandLine()