HomeSort by relevance Sort by last modified time
    Searched refs:GetAsInteger (Results 1 - 5 of 5) sorted by null

  /external/chromium/base/
values.cc 111 bool Value::GetAsInteger(int* in_value) const {
156 bool FundamentalValue::GetAsInteger(int* out_value) const {
196 return GetAsInteger(&lhs) && other->GetAsInteger(&rhs) && lhs == rhs;
462 return value->GetAsInteger(out_value);
558 return value->GetAsInteger(out_value);
705 return value->GetAsInteger(out_value);
values.h 91 virtual bool GetAsInteger(int* out_value) const;
130 virtual bool GetAsInteger(int* out_value) const;
values_unittest.cc 395 ASSERT_TRUE(copy_int->GetAsInteger(&copy_int_value));
472 ASSERT_TRUE(copy_list_element_0->GetAsInteger(&copy_list_element_0_value));
480 ASSERT_TRUE(copy_list_element_1->GetAsInteger(&copy_list_element_1_value));
  /external/chromium/base/json/
json_writer.cc 71 bool result = node->GetAsInteger(&value);
json_reader_unittest.cc 52 ASSERT_TRUE(root->GetAsInteger(&int_val));
69 ASSERT_TRUE(root->GetAsInteger(&int_val));

Completed in 1120 milliseconds