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

/external/chromium_org/third_party/webrtc/base/
H A Djson_unittest.cc166 std::vector<T> VecOf3(const T& a, const T& b, const T& c) { function in namespace:__anon15671
184 std::vector<Json::Value> in = VecOf3<Json::Value>("a", "b", "c");
200 std::vector<int> in = VecOf3<int>(1, 2, 3);
216 std::vector<unsigned int> in = VecOf3<unsigned int>(1, 2, 3);
232 std::vector<std::string> in = VecOf3<std::string>("a", "b", "c");
248 std::vector<bool> in = VecOf3<bool>(false, true, false);
264 std::vector<double> in = VecOf3<double>(1.0, 2.0, 3.0);

Completed in 54 milliseconds