Home
last modified time | relevance | path

Searched refs:STLSetIntersection (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/system_wrappers/source/
Dstl_util_unittest.cc181 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/
Dstl_util_unittest.cc421 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()
Dstl_util.h209 ResultType STLSetIntersection(const Arg1& a1, const Arg2& a2) { in STLSetIntersection() function
/external/webrtc/webrtc/system_wrappers/include/
Dstl_util.h243 ResultType STLSetIntersection(const Arg1& a1, const Arg2& a2) { in STLSetIntersection() function