Searched refs:GetBoolFromJsonObject (Results 1 – 4 of 4) sorted by relevance
76 bool GetBoolFromJsonObject(const Json::Value& in,
276 bool GetBoolFromJsonObject(const Json::Value& in, in GetBoolFromJsonObject() function
281 EXPECT_TRUE(rtc::GetBoolFromJsonObject(json_output, "mBool", &m_bool)); in TEST()
28 if (rtc::GetBoolFromJsonObject(root, param_name, &v)) { in ReadParam()