Searched defs:GetAsBoolean (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Interpreter/
H A DOptionValue.cpp59 OptionValue::GetAsBoolean () function in class:OptionValue
67 OptionValue::GetAsBoolean () const function in class:OptionValue
327 const OptionValueBoolean *option_value = GetAsBoolean ();
336 OptionValueBoolean *option_value = GetAsBoolean ();
/external/chromium_org/base/
H A Dvalues.cc92 bool Value::GetAsBoolean(bool* out_value) const { function in class:base::Value
184 bool FundamentalValue::GetAsBoolean(bool* out_value) const { function in class:base::FundamentalValue
228 return GetAsBoolean(&lhs) && other->GetAsBoolean(&rhs) && lhs == rhs;
490 return value->GetAsBoolean(bool_value);
629 return value->GetAsBoolean(out_value);
887 return value->GetAsBoolean(bool_value);

Completed in 627 milliseconds