Searched defs:GetValueFromJsonObject (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Djson.cc252 bool GetValueFromJsonObject(const Json::Value& in, const std::string& k, function
265 return GetValueFromJsonObject(in, k, &x) && GetIntFromJson(x, out);
271 return GetValueFromJsonObject(in, k, &x) && GetUIntFromJson(x, out);
277 return GetValueFromJsonObject(in, k, &x) && GetStringFromJson(x, out);
283 return GetValueFromJsonObject(in, k, &x) && GetBoolFromJson(x, out);
289 return GetValueFromJsonObject(in, k, &x) && GetDoubleFromJson(x, out);

Completed in 1412 milliseconds