/third_party/boost/boost/archive/ |
D | basic_archive.hpp | 42 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)
|
D | basic_binary_iarchive.hpp | 137 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()
|
D | text_wiarchive.hpp | 69 void load(version_type & t){ in load() 72 t = version_type(v); in load()
|
D | text_iarchive.hpp | 58 void load(version_type & t){ in load() 61 t = version_type(v); in load()
|
D | xml_iarchive.hpp | 70 load(version_type & t){ in load() 73 t = version_type(v); in load()
|
D | xml_wiarchive.hpp | 75 load(version_type & t){ in load() 78 t = version_type(v); in load()
|
/third_party/boost/libs/serialization/test/ |
D | C.hpp | 32 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/ |
D | serialization.hpp | 61 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()
|
D | split_free.hpp | 44 const version_type v(file_version); in invoke() 57 const version_type v(file_version); in invoke()
|
/third_party/boost/libs/serialization/example/ |
D | portable_binary_iarchive.hpp | 115 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/ |
D | basic_oarchive.cpp | 192 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()
|
D | basic_iarchive.cpp | 147 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/ |
D | packed_iarchive.hpp | 128 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/ |
D | uuid.hpp | 114 enum version_type enum 123 version_type version() const BOOST_NOEXCEPT in version()
|
/third_party/mindspore/mindspore/ccsrc/debug/data_dump/ |
D | npy_header.cc | 38 using version_type = std::pair<int, int>; typedef 122 version_type version{1, 0}; in GenerateNpyHeader()
|
/third_party/boost/boost/interprocess/containers/ |
D | version_type.hpp | 28 using boost::container::dtl::version_type;
|
/third_party/boost/boost/archive/impl/ |
D | basic_xml_iarchive.ipp | 86 basic_xml_iarchive<Archive>::load_override(version_type & t){ 87 t = version_type(this->This()->gimpl->rv.version);
|
/third_party/boost/boost/archive/detail/ |
D | basic_oserializer.hpp | 74 virtual version_type version() const = 0;
|
D | basic_iserializer.hpp | 75 virtual version_type version() const = 0 ;
|
D | common_iarchive.hpp | 45 void vload(version_type & t) BOOST_OVERRIDE { in vload()
|
D | basic_oarchive.hpp | 53 virtual void vsave(const version_type t) = 0;
|
/third_party/boost/boost/container/detail/ |
D | version_type.hpp | 38 struct version_type struct
|
/third_party/boost/boost/container/ |
D | allocator.hpp | 53 version_type<self_t, Version> version; 137 version_type<self_t, Version> version;
|
/third_party/boost/boost/mpi/detail/ |
D | ignore_skeleton_oarchive.hpp | 50 BOOST_ARCHIVE_IGNORE_IMPLEMENTATION(archive::version_type) in BOOST_ARCHIVE_IGNORE_IMPLEMENTATION() argument
|
D | forward_skeleton_oarchive.hpp | 55 BOOST_ARCHIVE_FORWARD_IMPLEMENTATION(archive::version_type) in BOOST_ARCHIVE_FORWARD_IMPLEMENTATION() argument
|