Searched refs:small_type (Results 1 – 1 of 1) sorted by relevance
67 struct small_type struct76 small_type::copied = 0; in reset() argument77 small_type::moved = 0; in reset()78 small_type::const_copied = 0; in reset()79 small_type::non_const_copied = 0; in reset()84 explicit small_type(int val) : value(val) { in small_type() function88 small_type(small_type const & other) throw() { in throw() argument95 small_type(small_type& other) throw() { in throw() argument102 small_type(small_type && other) throw() { in throw() argument109 ~small_type() { in ~small_type() argument[all …]