Home
last modified time | relevance | path

Searched defs:tracking_type (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/archive/
Dbasic_archive.hpp154 struct tracking_type { struct
155 bool t;
156 explicit tracking_type(const bool t_ = false) in tracking_type() argument
159 tracking_type(const tracking_type & t_) in tracking_type() argument
162 operator bool () const { in operator bool()
165 operator bool & () { in operator bool&()
168 tracking_type & operator=(const bool t_){ in operator =()
172 bool operator==(const tracking_type & rhs) const { in operator ==()
175 bool operator==(const bool & rhs) const { in operator ==()
178 tracking_type & operator=(const tracking_type & rhs){ in operator =()
/third_party/boost/boost/serialization/
Dtracking_enum.hpp27 enum tracking_type enum
/third_party/boost/boost/spirit/home/karma/detail/
Doutput_iterator.hpp397 >::type tracking_type; typedef