Home
last modified time | relevance | path

Searched defs:do_serialize (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/multiprecision/cpp_int/
Dserialize.hpp44 void do_serialize(Archive& ar, Int& val, mpl::false_ const&, mpl::false_ const&, mpl::false_ const&) in do_serialize() function
75 void do_serialize(Archive& ar, Int& val, mpl::true_ const&, mpl::false_ const&, mpl::false_ const&) in do_serialize() function
100 void do_serialize(Archive& ar, Int& val, mpl::false_ const&, mpl::true_ const&, mpl::false_ const&) in do_serialize() function
122 void do_serialize(Archive& ar, Int& val, mpl::true_ const&, mpl::true_ const&, mpl::false_ const&) in do_serialize() function
140 void do_serialize(Archive& ar, Int& val, mpl::false_ const&, mpl::false_ const&, mpl::true_ const&) in do_serialize() function
156 void do_serialize(Archive& ar, Int& val, mpl::true_ const&, mpl::false_ const&, mpl::true_ const&) in do_serialize() function
168 void do_serialize(Archive& ar, Int& val, mpl::false_ const&, mpl::true_ const&, mpl::true_ const&) in do_serialize() function
180 void do_serialize(Archive& ar, Int& val, mpl::true_ const&, mpl::true_ const&, mpl::true_ const&) in do_serialize() function
/third_party/boost/libs/msm/doc/PDF/examples/
DSerialize.cpp52 typedef int do_serialize; typedef
63 typedef int do_serialize; typedef
/third_party/boost/libs/msm/doc/HTML/examples/
DSerialize.cpp52 typedef int do_serialize; typedef
63 typedef int do_serialize; typedef
/third_party/boost/libs/msm/test/
DSerialize.cpp71 typedef int do_serialize; typedef
90 typedef int do_serialize; typedef
/third_party/boost/boost/multiprecision/
Dfloat128.hpp725 void do_serialize(Archive& ar, boost::multiprecision::backends::float128_backend& val, const mpl::f… in do_serialize() function
733 void do_serialize(Archive& ar, boost::multiprecision::backends::float128_backend& val, const mpl::t… in do_serialize() function
743 void do_serialize(Archive& ar, boost::multiprecision::backends::float128_backend& val, const mpl::f… in do_serialize() function
750 void do_serialize(Archive& ar, boost::multiprecision::backends::float128_backend& val, const mpl::t… in do_serialize() function
/third_party/gstreamer/gstplugins_base/ext/cdparanoia/
Dgstcdparanoiasrc.c355 gboolean do_serialize; in gst_cd_paranoia_src_read_sector() local