Home
last modified time | relevance | path

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

/third_party/gn/src/base/json/
Djson_value_converter.cc12 return value.GetAsInteger(field); in Convert()
Djson_writer.cc73 bool result = node.GetAsInteger(&value); in BuildJSONString()
/third_party/gn/src/base/
Dvalues.cc433 bool Value::GetAsInteger(int* out_value) const { in GetAsInteger() function in base::Value
788 return value->GetAsInteger(out_value); in GetInteger()
912 return value->GetAsInteger(out_value); in GetIntegerWithoutPathExpansion()
1139 return value->GetAsInteger(out_value); in GetInteger()
Dvalues.h305 bool GetAsInteger(int* out_value) const;
/third_party/gn/src/gn/
Dcommand_desc.cc75 } else if (value->GetAsInteger(&int_value)) { in PrintDictValue()
109 } else if (value->GetAsInteger(&int_value)) { in PrintValue()
/third_party/node/tools/inspector_protocol/lib/
Dbase_string_adapter_cc.template36 value->GetAsInteger(&inner);
/third_party/json/benchmarks/thirdparty/benchmark/src/
Dsysinfo.cc112 int64_t GetAsInteger() const { in GetAsInteger() function
/third_party/benchmark/src/
Dsysinfo.cc120 int64_t GetAsInteger() const { in GetAsInteger() function