Searched defs:Functor (Results 1 – 13 of 13) sorted by relevance
/third_party/boost/libs/intrusive/example/ |
D | doc_function_hooks.cpp | 30 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
|
D | doc_recursive_member.cpp | 22 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/ |
D | tools_series_inc_test.cpp | 16 struct Functor struct 23 Functor func; argument
|
/third_party/boost/boost/algorithm/string/detail/ |
D | case_conv.hpp | 86 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/ |
D | functor.hpp | 25 struct Functor struct
|
/third_party/boost/boost/hana/concept/ |
D | functor.hpp | 25 struct Functor struct
|
/third_party/abseil-cpp/absl/functional/ |
D | bind_front_test.cc | 45 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/ |
D | bind_front_test.cc | 45 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/ |
D | function_base.hpp | 52 # 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/ |
D | operations_test.cpp | 110 #define CHECK_EXCEPTION(Functor,Expect) throws_fs_error(Functor,Expect,__LINE__) argument
|
/third_party/googletest/googlemock/test/ |
D | gmock-actions_test.cc | 1001 TEST(InvokeWithoutArgsTest, Functor) { in TEST() argument
|
D | gmock-more-actions_test.cc | 312 TEST(InvokeTest, Functor) { in TEST() argument
|
D | gmock-matchers_test.cc | 4680 struct Functor { in TEST() struct 4681 std::string operator()(int input) const { in TEST()
|