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