Searched refs:assign_to_a (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function/ |
| H A D | function_template.hpp | 501 bool assign_to_a(F f, function_buffer& functor, Allocator a) const in assign_to_a() function 504 return assign_to_a(f, functor, a, tag()); in assign_to_a() 531 assign_to_a(FunctionPtr f, function_buffer& functor, Allocator, function_ptr_tag) const in assign_to_a() function 552 bool assign_to_a(MemberPtr f, function_buffer& functor, Allocator a, member_ptr_tag) const in assign_to_a() function 558 this->assign_to_a(boost::mem_fn(f), functor, a); in assign_to_a() 617 assign_to_a(FunctionObj f, function_buffer& functor, Allocator a, function_obj_tag) const in assign_to_a() function 641 assign_to_a(const reference_wrapper<FunctionObj>& f, in assign_to_a() function 728 this->assign_to_a(f,a); in BOOST_FUNCTION_FUNCTION() 793 this->assign_to_a(f,a); in assign() 940 void assign_to_a(Functor f,Allocator a) in assign_to_a() function in boost::BOOST_FUNCTION_FUNCTION [all …]
|