Searched refs:STLSetIntersection (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/system_wrappers/source/ |
D | stl_util_unittest.cc | 181 TEST(STLUtilTest, STLSetIntersection) { in TEST() argument 199 EXPECT_EQ(result, STLSetIntersection<std::set<int> >(a1, a2)); in TEST() 206 EXPECT_EQ(result, STLSetIntersection<std::set<int> >(a2, a1)); in TEST() 213 EXPECT_EQ(result, STLSetIntersection<std::vector<int> >(a1, a2)); in TEST() 220 EXPECT_EQ(result, STLSetIntersection<std::vector<int> >(a2, a1)); in TEST()
|
/external/libchrome/base/ |
D | stl_util_unittest.cc | 421 TEST(STLUtilTest, STLSetIntersection) { in TEST() argument 439 EXPECT_EQ(result, STLSetIntersection<std::set<int> >(a1, a2)); in TEST() 446 EXPECT_EQ(result, STLSetIntersection<std::set<int> >(a2, a1)); in TEST() 453 EXPECT_EQ(result, STLSetIntersection<std::vector<int> >(a1, a2)); in TEST() 460 EXPECT_EQ(result, STLSetIntersection<std::vector<int> >(a2, a1)); in TEST()
|
D | stl_util.h | 209 ResultType STLSetIntersection(const Arg1& a1, const Arg2& a2) { in STLSetIntersection() function
|
/external/webrtc/webrtc/system_wrappers/include/ |
D | stl_util.h | 243 ResultType STLSetIntersection(const Arg1& a1, const Arg2& a2) { in STLSetIntersection() function
|