Home
last modified time | relevance | path

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

/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DCombinatorial_map_save_load.h365 struct EmptyFunctor
414 EmptyFunctor f;
421 EmptyFunctor f;
848 EmptyFunctor f;
855 EmptyFunctor f;
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/
H A Dbind_unittest.cc1348 TEST_F(BindTest, EmptyFunctor) { in TEST_F() argument
1354 struct EmptyFunctor { in TEST_F() struct
1363 EXPECT_TRUE(internal::IsCallableObject<EmptyFunctor>::value); in TEST_F()
1365 EXPECT_EQ(42, BindOnce(EmptyFunctor()).Run()); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/
H A Dbind_unittest.cc1325 TEST_F(BindTest, EmptyFunctor) { in TEST_F() argument
1331 struct EmptyFunctor { in TEST_F() struct
1340 EXPECT_TRUE(internal::IsCallableObject<EmptyFunctor>::value); in TEST_F()
1342 EXPECT_EQ(42, BindOnce(EmptyFunctor()).Run()); in TEST_F()
/dports/graphics/opencv/opencv-4.5.3/modules/core/test/
H A Dtest_mat.cpp612 struct EmptyFunctor struct
751 a.forEach<Point3i>(EmptyFunctor<Point3i>()); in run()
752 b.forEach<Point3i>(EmptyFunctor<const Point3i>()); in run()
753 c.forEach<Point3i>(EmptyFunctor<Point3i>()); in run()