Searched refs:JsonVecOf3 (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/rtc_base/strings/ |
D | json_unittest.cc | 178 Json::Value JsonVecOf3(const T& a, const T& b, const T& c) { in JsonVecOf3() function 194 Json::Value inj = JsonVecOf3<Json::Value>("a", "b", "c"); in TEST() 210 Json::Value inj = JsonVecOf3<int>(1, 2, 3); in TEST() 226 Json::Value inj = JsonVecOf3<unsigned int>(1, 2, 3); in TEST() 242 Json::Value inj = JsonVecOf3<std::string>("a", "b", "c"); in TEST() 258 Json::Value inj = JsonVecOf3<bool>(false, true, false); in TEST() 274 Json::Value inj = JsonVecOf3<double>(1.0, 2.0, 3.0); in TEST()
|