Home
last modified time | relevance | path

Searched refs:flyweights (Results 1 – 25 of 55) sorted by relevance

123

/third_party/boost/boost/flyweight/
Dserialize.hpp37 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()
Drefcounted.hpp49 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
Dassoc_container_factory.hpp29 namespace boost{namespace flyweights{namespace detail{ namespace
39 namespace flyweights{ namespace
Dflyweight_fwd.hpp30 namespace flyweights{ namespace
164 using flyweights::flyweight;
198 namespace flyweights{ namespace
Dno_tracking_fwd.hpp18 namespace flyweights{ namespace
Dsimple_locking_fwd.hpp18 namespace flyweights{ namespace
Drefcounted_fwd.hpp18 namespace flyweights{ namespace
Dno_locking_fwd.hpp18 namespace flyweights{ namespace
Dstatic_holder_fwd.hpp18 namespace flyweights{ namespace
Dintermodule_holder_fwd.hpp18 namespace flyweights{ namespace
Dassoc_container_factory_fwd.hpp20 namespace flyweights{ namespace
Dno_locking.hpp24 namespace flyweights{ namespace
Dkey_value_fwd.hpp18 namespace flyweights{ namespace
Dsimple_locking.hpp25 namespace flyweights{ namespace
Dlocking_tag.hpp22 namespace flyweights{ namespace
Dno_tracking.hpp25 namespace flyweights{ namespace
Dtracking_tag.hpp22 namespace flyweights{ namespace
/third_party/boost/libs/flyweight/test/
Dintermod_holder_dll.hpp32 typedef boost::flyweights::flyweight<
34 boost::flyweights::intermodule_holder> intermodule_flyweight_string;
Dtest_assoc_cont_factory.cpp25 using namespace boost::flyweights;
61 boost::flyweights::detail::is_placeholder_expression<
Dtest_basic_template.hpp104 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()
Dtest_serialization.cpp17 using namespace boost::flyweights;
Dtest_no_tracking.cpp21 using namespace boost::flyweights;
Dtest_no_locking.cpp21 using namespace boost::flyweights;
Dtest_intermod_holder.cpp16 using namespace boost::flyweights;
/third_party/boost/boost/flyweight/detail/
Drecursive_lw_mutex.hpp28 namespace flyweights{ namespace
48 namespace flyweights{ namespace

123