Home
last modified time | relevance | path

Searched refs:m_ti (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/serialization/src/
Dextended_type_info_typeid.cpp57 return 0 != m_ti->before( in is_less_than()
58 *(static_cast<const extended_type_info_typeid_0 &>(rhs).m_ti) in is_less_than()
70 * m_ti in is_equal()
71 != *(static_cast<const extended_type_info_typeid_0 &>(rhs).m_ti) in is_equal()
81 m_ti(NULL) in extended_type_info_typeid_0()
90 m_ti = & ti; in type_register()
97 if(NULL != m_ti){ in type_unregister()
116 m_ti = NULL; in type_unregister()
142 m_ti = & ti; in extended_type_info_typeid_arg()
145 m_ti = NULL; in ~extended_type_info_typeid_arg()
/third_party/boost/boost/serialization/
Dextended_type_info_typeid.hpp56 if(static_cast<const std::type_info *>(0) == m_ti) in get_debug_info()
58 return m_ti->name(); in get_debug_info()
61 const std::type_info * m_ti; member in boost::serialization::typeid_system::extended_type_info_typeid_0
74 return *m_ti; in get_typeid()
/third_party/boost/boost/archive/detail/
Dhelper_collection.hpp60 const void * const m_ti; member
62 return m_ti == rhs.first; in operator ()()
65 m_ti(ti) in predicate()