Searched refs:GetDoubleFromJsonObject (Results 1 – 4 of 4) sorted by relevance
79 bool GetDoubleFromJsonObject(const Json::Value& in,
281 bool GetDoubleFromJsonObject(const Json::Value& in, in GetDoubleFromJsonObject() function
260 EXPECT_TRUE(rtc::GetDoubleFromJsonObject(json_output, "mDouble", &m_double)); in TEST()304 rtc::GetDoubleFromJsonObject(json_output, "mInt64", &m_int64_as_double)); in TEST()
51 if (rtc::GetDoubleFromJsonObject(root, param_name, &v)) { in ReadParam()