HomeSort by relevance Sort by last modified time
    Searched defs:bool_variable (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
flags.h 101 bool* bool_variable() const { function in class:Flag
  /external/v8/src/
flags.cc 70 bool* bool_variable() const { function in struct:v8::internal::__anon14410::Flag
132 return *bool_variable() == bool_default();
155 *bool_variable() = bool_default();
201 buffer.Add("%s", (*flag->bool_variable() ? "true" : "false"));
243 if (f->type() != Flag::TYPE_BOOL || *(f->bool_variable())) {
393 *flag->bool_variable() = !is_bool;

Completed in 1881 milliseconds