/third_party/boost/boost/flyweight/ |
D | serialize.hpp | 37 Archive& ar,::boost::flyweights::flyweight<T,Arg1,Arg2,Arg3>& f, in serialize() 48 Archive& ar,const ::boost::flyweights::flyweight<T,Arg1,Arg2,Arg3>& f, in save() 51 typedef ::boost::flyweights::flyweight<T,Arg1,Arg2,Arg3> flyweight; in save() 52 typedef ::boost::flyweights::detail::save_helper<flyweight> helper; in save() 70 Archive& ar,::boost::flyweights::flyweight<T,Arg1,Arg2,Arg3>& f, in load() 73 typedef ::boost::flyweights::flyweight<T,Arg1,Arg2,Arg3> flyweight; in load() 75 typedef ::boost::flyweights::detail::load_helper<flyweight> helper; in load() 87 ::boost::flyweights::detail::archive_constructed<key_type> k( in load()
|
D | refcounted.hpp | 49 namespace flyweights{ namespace 170 ::boost::flyweights::detail::refcounted_handle<Handle,TrackingHelper>& x, in swap() 171 ::boost::flyweights::detail::refcounted_handle<Handle,TrackingHelper>& y) in swap() 173 ::boost::flyweights::detail::swap(x,y); in swap() 176 namespace flyweights{ namespace
|
D | assoc_container_factory.hpp | 29 namespace boost{namespace flyweights{namespace detail{ namespace 39 namespace flyweights{ namespace
|
D | flyweight_fwd.hpp | 30 namespace flyweights{ namespace 164 using flyweights::flyweight; 198 namespace flyweights{ namespace
|
D | no_tracking_fwd.hpp | 18 namespace flyweights{ namespace
|
D | simple_locking_fwd.hpp | 18 namespace flyweights{ namespace
|
D | refcounted_fwd.hpp | 18 namespace flyweights{ namespace
|
D | no_locking_fwd.hpp | 18 namespace flyweights{ namespace
|
D | static_holder_fwd.hpp | 18 namespace flyweights{ namespace
|
D | intermodule_holder_fwd.hpp | 18 namespace flyweights{ namespace
|
D | assoc_container_factory_fwd.hpp | 20 namespace flyweights{ namespace
|
D | no_locking.hpp | 24 namespace flyweights{ namespace
|
D | key_value_fwd.hpp | 18 namespace flyweights{ namespace
|
D | simple_locking.hpp | 25 namespace flyweights{ namespace
|
D | locking_tag.hpp | 22 namespace flyweights{ namespace
|
D | no_tracking.hpp | 25 namespace flyweights{ namespace
|
D | tracking_tag.hpp | 22 namespace flyweights{ namespace
|
/third_party/boost/libs/flyweight/test/ |
D | intermod_holder_dll.hpp | 32 typedef boost::flyweights::flyweight< 34 boost::flyweights::intermodule_holder> intermodule_flyweight_string;
|
D | test_assoc_cont_factory.cpp | 25 using namespace boost::flyweights; 61 boost::flyweights::detail::is_placeholder_expression<
|
D | test_basic_template.hpp | 104 boost::flyweights::swap(f1,f2); in test_basic_template() 251 boost::flyweights::key_value<std::string,texture,from_texture_to_string> in test_basic_template() 256 boost::flyweights::key_value<int,factorization> in test_basic_template() 288 boost::flyweights::key_value<int,throwing_value,from_throwing_value_to_int> in test_basic_template()
|
D | test_serialization.cpp | 17 using namespace boost::flyweights;
|
D | test_no_tracking.cpp | 21 using namespace boost::flyweights;
|
D | test_no_locking.cpp | 21 using namespace boost::flyweights;
|
D | test_intermod_holder.cpp | 16 using namespace boost::flyweights;
|
/third_party/boost/boost/flyweight/detail/ |
D | recursive_lw_mutex.hpp | 28 namespace flyweights{ namespace 48 namespace flyweights{ namespace
|