/third_party/boost/libs/phoenix/test/function/ |
D | lazy_make_pair_tests.cpp | 33 class make_pair class 46 struct make_pair { struct 54 struct result<This(A0, A1)> 76 operator()(A0 const & a0, A1 const & a1) const in operator ()()
|
/third_party/boost/boost/proto/functional/std/ |
D | utility.hpp | 24 struct make_pair struct 32 struct result<This(First, Second)> 43 std::pair<First, Second> operator()(First const &first, Second const &second) const in operator ()()
|
/third_party/boost/boost/fusion/support/ |
D | pair.hpp | 96 struct make_pair struct 99 typename detail::as_fusion_element<Second>::type> type; 118 make_pair(Second const& val) in make_pair() function
|
/third_party/boost/boost/hana/fwd/ |
D | pair.hpp | 155 constexpr auto make_pair = make<pair_tag>; variable
|
/third_party/boost/libs/proto/test/ |
D | examples.cpp | 284 struct make_pair : proto::callable struct 289 struct result<This(First, Second)> 301 operator()(First const &first, Second const &second) const in operator ()()
|
D | pack_expansion.cpp | 97 struct make_pair struct
|
/third_party/boost/libs/type_traits/test/ |
D | decay_test.cpp | 45 make_pair( const F& f, const S& s ) in make_pair() function
|
/third_party/boost/libs/hana/test/detail/ |
D | create.cpp | 14 constexpr hana::detail::create<std::pair> make_pair{}; variable
|
/third_party/boost/boost/fusion/sequence/intrinsic/detail/ |
D | segmented_end_impl.hpp | 52 static pair_type make_pair(end_type end) in make_pair() function
|
/third_party/boost/boost/compute/lambda/ |
D | make_pair.hpp | 59 make_pair(const Arg1 &first, const Arg2 &second) in make_pair() function
|
/third_party/boost/boost/xpressive/ |
D | regex_actions.hpp | 647 struct make_pair struct 651 struct result {}; 654 struct result<This(First, Second)> 667 std::pair<First, Second> operator()(First const &first, Second const &second) const in operator ()() 1002 function<op::make_pair>::type const make_pair = {{}}; variable
|
/third_party/boost/boost/phoenix/function/ |
D | lazy_operator.hpp | 123 class make_pair class 176 Make_pair make_pair; variable
|
/third_party/boost/libs/utility/test/ |
D | call_traits_test.cpp | 103 make_pair(const T1& t1, const T2& t2) in make_pair() function
|
/third_party/boost/boost/container/detail/ |
D | pair.hpp | 539 inline pair<T1, T2> make_pair(T1 x, T2 y) in make_pair() function
|