Home
last modified time | relevance | path

Searched defs:Functor (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/libs/intrusive/example/
Ddoc_function_hooks.cpp30 struct Functor struct
33 typedef list_member_hook<> hook_type;
34 typedef hook_type* hook_ptr;
35 typedef const hook_type* const_hook_ptr;
36 typedef MyClass value_type;
37 typedef value_type* pointer;
38 typedef const value_type* const_pointer;
62 typedef list< MyClass, function_hook< Functor> > List; argument
Ddoc_recursive_member.cpp22 struct Functor struct
25 typedef list_member_hook<> hook_type;
49 list< Recursive, function_hook< Functor> > children; argument
/third_party/boost/libs/math/test/compile_test/
Dtools_series_inc_test.cpp16 struct Functor struct
23 Functor func; argument
/third_party/boost/boost/algorithm/string/detail/
Dcase_conv.hpp86 FunctorT Functor) in transform_range_copy()
99 FunctorT Functor) in transform_range()
111 FunctorT Functor) in transform_range_copy()
/third_party/boost/libs/hana/include/boost/hana/concept/
Dfunctor.hpp25 struct Functor struct
/third_party/boost/boost/hana/concept/
Dfunctor.hpp25 struct Functor struct
/third_party/abseil-cpp/absl/functional/
Dbind_front_test.cc45 struct Functor { struct
46 std::string operator()() & { return "&"; } in operator ()()
47 std::string operator()() const& { return "const&"; } in operator ()()
48 std::string operator()() && { return "&&"; } in operator ()()
49 std::string operator()() const&& { return "const&&"; } in operator ()()
/third_party/skia/third_party/externals/abseil-cpp/absl/functional/
Dbind_front_test.cc45 struct Functor { struct
46 std::string operator()() & { return "&"; } in operator ()()
47 std::string operator()() const& { return "const&"; } in operator ()()
48 std::string operator()() && { return "&&"; } in operator ()()
49 std::string operator()() const&& { return "const&&"; } in operator ()()
/third_party/boost/boost/function/
Dfunction_base.hpp52 # define BOOST_FUNCTION_ENABLE_IF_NOT_INTEGRAL(Functor,Type) \ argument
530 compare_equal(const Function& f, const Functor&, int, true_type) in compare_equal()
535 compare_not_equal(const Function& f, const Functor&, int, in compare_not_equal()
/third_party/boost/libs/filesystem/test/
Doperations_test.cpp110 #define CHECK_EXCEPTION(Functor,Expect) throws_fs_error(Functor,Expect,__LINE__) argument
/third_party/googletest/googlemock/test/
Dgmock-actions_test.cc1001 TEST(InvokeWithoutArgsTest, Functor) { in TEST() argument
Dgmock-more-actions_test.cc312 TEST(InvokeTest, Functor) { in TEST() argument
Dgmock-matchers_test.cc4680 struct Functor { in TEST() struct
4681 std::string operator()(int input) const { in TEST()