Home
last modified time | relevance | path

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

/external/chromium/base/
Dvalues.cc111 bool Value::GetAsInteger(int* in_value) const { in GetAsInteger() function in Value
156 bool FundamentalValue::GetAsInteger(int* out_value) const { in GetAsInteger() function in FundamentalValue
196 return GetAsInteger(&lhs) && other->GetAsInteger(&rhs) && lhs == rhs; in Equals()
462 return value->GetAsInteger(out_value); in GetInteger()
558 return value->GetAsInteger(out_value); in GetIntegerWithoutPathExpansion()
705 return value->GetAsInteger(out_value); in GetInteger()
Dvalues.h91 virtual bool GetAsInteger(int* out_value) const;
130 virtual bool GetAsInteger(int* out_value) const;
Dvalues_unittest.cc395 ASSERT_TRUE(copy_int->GetAsInteger(&copy_int_value)); in TEST()
472 ASSERT_TRUE(copy_list_element_0->GetAsInteger(&copy_list_element_0_value)); in TEST()
480 ASSERT_TRUE(copy_list_element_1->GetAsInteger(&copy_list_element_1_value)); in TEST()
/external/chromium/base/json/
Djson_writer.cc71 bool result = node->GetAsInteger(&value); in BuildJSONString()
Djson_reader_unittest.cc52 ASSERT_TRUE(root->GetAsInteger(&int_val)); in TEST()
69 ASSERT_TRUE(root->GetAsInteger(&int_val)); in TEST()