Searched refs:small_type (Results 1 – 2 of 2) sorted by relevance
75 struct small_type struct84 small_type::copied = 0; in reset() argument85 small_type::moved = 0; in reset()86 small_type::const_copied = 0; in reset()87 small_type::non_const_copied = 0; in reset()92 explicit small_type(int val) : value(val) { in small_type() function96 small_type(small_type const & other) throw() { in throw() argument103 small_type(small_type& other) throw() { in throw() argument110 small_type(small_type && other) throw() { in throw() argument117 ~small_type() { in ~small_type() argument[all …]
99 struct small_type struct108 small_type::copied = 0; in reset() argument109 small_type::moved = 0; in reset()110 small_type::const_copied = 0; in reset()111 small_type::non_const_copied = 0; in reset()116 explicit small_type(int val = 0) : value(val) { in value() argument119 explicit small_type(int, int val, int) : value(val) { in small_type() argument122 small_type(std::initializer_list<int> il) : value(*il.begin()) { in small_type() argument126 small_type(small_type const & other) noexcept { in small_type() argument133 small_type(small_type& other) noexcept { in small_type() function[all …]