Searched refs:unchecked_call (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/boost/type_erasure/ |
D | call.hpp | 432 unchecked_call( in unchecked_call() function 458 return ::boost::type_erasure::unchecked_call(table, f, std::forward<U>(arg)...); in call() 466 unchecked_call( in unchecked_call() function 490 return ::boost::type_erasure::unchecked_call(f, std::forward<U>(arg)...); in call() 667 unchecked_call( in unchecked_call() function 697 … return ::boost::type_erasure::unchecked_call(table, f BOOST_TYPE_ERASURE_FORWARD_ARGS(N, U, arg)); in call() 710 unchecked_call( in unchecked_call() function 740 return ::boost::type_erasure::unchecked_call(f BOOST_TYPE_ERASURE_FORWARD_ARGS(N, U, arg)); in call()
|
D | operators.hpp | 268 return ::boost::type_erasure::unchecked_call(equality_comparable<T, U>(), lhs, rhs); in operator ==() 312 return ::boost::type_erasure::unchecked_call(f, lhs, rhs); in less_impl()
|
D | any.hpp | 1824 … ::boost::type_erasure::unchecked_call(assignable<T, U>(), *this, std::forward<Other>(other)); in _boost_type_erasure_assign_impl() 1909 ::boost::type_erasure::unchecked_call(assignable<T, U>(), *this, other); in _boost_type_erasure_assign_impl() 2313 … ::boost::type_erasure::unchecked_call(assignable<T, U>(), *this, std::forward<Other>(other)); in _boost_type_erasure_assign_impl() 2372 ::boost::type_erasure::unchecked_call(assignable<T, U>(), *this, other); in _boost_type_erasure_assign_impl() 2980 ::boost::type_erasure::unchecked_call( in _boost_type_erasure_assign_impl()
|