Home
last modified time | relevance | path

Searched refs:version_type (Results 1 – 25 of 97) sorted by relevance

1234

/third_party/boost/boost/archive/
Dbasic_archive.hpp42 class version_type { class
48 version_type(): t(0) {} in version_type() function in boost::archive::version_type
49 explicit version_type(const unsigned int & t_) : t(t_){ in version_type() function in boost::archive::version_type
52 version_type(const version_type & t_) : in version_type() function in boost::archive::version_type
55 version_type & operator=(const version_type & rhs){ in operator =()
67 bool operator==(const version_type & rhs) const { in operator ==()
70 bool operator<(const version_type & rhs) const { in operator <()
250 BOOST_CLASS_IMPLEMENTATION(boost::archive::version_type, primitive_type)
265 BOOST_IS_BITWISE_SERIALIZABLE(boost::archive::version_type)
Dbasic_binary_iarchive.hpp137 void load_override(version_type & t){ in load_override()
146 t = boost::archive::version_type(x); in load_override()
152 t = boost::archive::version_type(x); in load_override()
159 t = version_type(x); in load_override()
164 t = boost::archive::version_type(x); in load_override()
Dtext_wiarchive.hpp69 void load(version_type & t){ in load()
72 t = version_type(v); in load()
Dtext_iarchive.hpp58 void load(version_type & t){ in load()
61 t = version_type(v); in load()
Dxml_iarchive.hpp70 load(version_type & t){ in load()
73 t = version_type(v); in load()
Dxml_wiarchive.hpp75 load(version_type & t){ in load()
78 t = version_type(v); in load()
/third_party/boost/libs/serialization/test/
DC.hpp32 void save(Archive &ar, boost::archive::version_type file_version) const;
34 void load(Archive & ar, boost::archive::version_type file_version);
49 inline void save(Archive &ar, boost::archive::version_type file_version) const in save()
55 inline void load(Archive & ar, boost::archive::version_type file_version){
/third_party/boost/boost/serialization/
Dserialization.hpp61 BOOST_STRONG_TYPEDEF(unsigned int, version_type) in BOOST_STRONG_TYPEDEF() argument
117 const version_type v(file_version); in serialize_adl()
128 const version_type v(file_version); in save_construct_data_adl()
139 const version_type v(file_version); in load_construct_data_adl()
Dsplit_free.hpp44 const version_type v(file_version); in invoke()
57 const version_type v(file_version); in invoke()
/third_party/boost/libs/serialization/example/
Dportable_binary_iarchive.hpp115 void load(boost::archive::version_type & t){ in load()
117 load_impl(l, sizeof(boost::archive::version_type)); in load()
119 t = boost::archive::version_type(l); in load()
/third_party/boost/libs/serialization/src/
Dbasic_oarchive.cpp192 version_type version() const BOOST_OVERRIDE { in find()
194 return version_type(0); in find()
266 ar.vsave(version_type(bos.version())); in save_object()
354 ar.vsave(version_type(bos.version())); in save_pointer()
Dbasic_iarchive.cpp147 version_type file_version;
175 version_type version;
343 co.file_version = version_type( in load_preamble()
493 serialization::state_saver<version_type> z(m_pending.version); in load_pointer()
/third_party/boost/boost/mpi/
Dpacked_iarchive.hpp128 void load_override(archive::version_type & t){ in load_override()
131 t = boost::archive::version_type(x); in load_override()
/third_party/boost/boost/uuid/
Duuid.hpp114 enum version_type enum
123 version_type version() const BOOST_NOEXCEPT in version()
/third_party/mindspore/mindspore/ccsrc/debug/data_dump/
Dnpy_header.cc38 using version_type = std::pair<int, int>; typedef
122 version_type version{1, 0}; in GenerateNpyHeader()
/third_party/boost/boost/interprocess/containers/
Dversion_type.hpp28 using boost::container::dtl::version_type;
/third_party/boost/boost/archive/impl/
Dbasic_xml_iarchive.ipp86 basic_xml_iarchive<Archive>::load_override(version_type & t){
87 t = version_type(this->This()->gimpl->rv.version);
/third_party/boost/boost/archive/detail/
Dbasic_oserializer.hpp74 virtual version_type version() const = 0;
Dbasic_iserializer.hpp75 virtual version_type version() const = 0 ;
Dcommon_iarchive.hpp45 void vload(version_type & t) BOOST_OVERRIDE { in vload()
Dbasic_oarchive.hpp53 virtual void vsave(const version_type t) = 0;
/third_party/boost/boost/container/detail/
Dversion_type.hpp38 struct version_type struct
/third_party/boost/boost/container/
Dallocator.hpp53 version_type<self_t, Version> version;
137 version_type<self_t, Version> version;
/third_party/boost/boost/mpi/detail/
Dignore_skeleton_oarchive.hpp50 BOOST_ARCHIVE_IGNORE_IMPLEMENTATION(archive::version_type) in BOOST_ARCHIVE_IGNORE_IMPLEMENTATION() argument
Dforward_skeleton_oarchive.hpp55 BOOST_ARCHIVE_FORWARD_IMPLEMENTATION(archive::version_type) in BOOST_ARCHIVE_FORWARD_IMPLEMENTATION() argument

1234