Searched refs:GetAsInteger (Results 1 – 5 of 5) sorted by relevance
111 bool Value::GetAsInteger(int* in_value) const { in GetAsInteger() function in Value156 bool FundamentalValue::GetAsInteger(int* out_value) const { in GetAsInteger() function in FundamentalValue196 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()
91 virtual bool GetAsInteger(int* out_value) const;130 virtual bool GetAsInteger(int* out_value) const;
395 ASSERT_TRUE(copy_int->GetAsInteger(©_int_value)); in TEST()472 ASSERT_TRUE(copy_list_element_0->GetAsInteger(©_list_element_0_value)); in TEST()480 ASSERT_TRUE(copy_list_element_1->GetAsInteger(©_list_element_1_value)); in TEST()
71 bool result = node->GetAsInteger(&value); in BuildJSONString()
52 ASSERT_TRUE(root->GetAsInteger(&int_val)); in TEST()69 ASSERT_TRUE(root->GetAsInteger(&int_val)); in TEST()