Home
last modified time | relevance | path

Searched defs:version_type (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/container/detail/
Dversion_type.hpp38 struct version_type struct
41 typedef T type;
/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
/third_party/boost/boost/mpi/detail/
Dignore_skeleton_oarchive.hpp50 BOOST_ARCHIVE_IGNORE_IMPLEMENTATION(archive::version_type) in BOOST_ARCHIVE_IGNORE_IMPLEMENTATION()
Dforward_skeleton_oarchive.hpp55 BOOST_ARCHIVE_FORWARD_IMPLEMENTATION(archive::version_type) in BOOST_ARCHIVE_FORWARD_IMPLEMENTATION()
Dforward_skeleton_iarchive.hpp55 BOOST_ARCHIVE_FORWARD_IMPLEMENTATION(archive::version_type) in BOOST_ARCHIVE_FORWARD_IMPLEMENTATION()
/third_party/boost/boost/serialization/
Dserialization.hpp61 BOOST_STRONG_TYPEDEF(unsigned int, version_type) in BOOST_STRONG_TYPEDEF() argument
/third_party/mindspore/mindspore/ccsrc/debug/data_dump/
Dnpy_header.cc38 using version_type = std::pair<int, int>; typedef
/third_party/boost/boost/uuid/
Duuid.hpp114 enum version_type enum