Searched refs:GetAsInteger (Results 1 – 8 of 8) sorted by relevance
12 return value.GetAsInteger(field); in Convert()
73 bool result = node.GetAsInteger(&value); in BuildJSONString()
433 bool Value::GetAsInteger(int* out_value) const { in GetAsInteger() function in base::Value788 return value->GetAsInteger(out_value); in GetInteger()912 return value->GetAsInteger(out_value); in GetIntegerWithoutPathExpansion()1139 return value->GetAsInteger(out_value); in GetInteger()
305 bool GetAsInteger(int* out_value) const;
75 } else if (value->GetAsInteger(&int_value)) { in PrintDictValue()109 } else if (value->GetAsInteger(&int_value)) { in PrintValue()
36 value->GetAsInteger(&inner);
112 int64_t GetAsInteger() const { in GetAsInteger() function
120 int64_t GetAsInteger() const { in GetAsInteger() function