Searched refs:JsonVecOf3 (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Djson_unittest.cc174 Json::Value JsonVecOf3(const T& a, const T& b, const T& c) { function in namespace:__anon15671
190 Json::Value inj = JsonVecOf3<Json::Value>("a", "b", "c");
206 Json::Value inj = JsonVecOf3<int>(1, 2, 3);
222 Json::Value inj = JsonVecOf3<unsigned int>(1, 2, 3);
238 Json::Value inj = JsonVecOf3<std::string>("a", "b", "c");
254 Json::Value inj = JsonVecOf3<bool>(false, true, false);
270 Json::Value inj = JsonVecOf3<double>(1.0, 2.0, 3.0);

Completed in 111 milliseconds