Searched refs:small_type (Results 1 – 2 of 2) sorted by relevance
77 struct small_type struct86 small_type::copied = 0; in reset() argument87 small_type::moved = 0; in reset()88 small_type::const_copied = 0; in reset()89 small_type::non_const_copied = 0; in reset()94 explicit small_type(int val) : value(val) { in small_type() function98 small_type(small_type const & other) throw() { in throw() argument105 small_type(small_type& other) throw() { in throw() argument112 small_type(small_type && other) throw() { in throw() argument119 ~small_type() { in ~small_type() argument[all …]
102 struct small_type struct111 small_type::copied = 0; in reset() argument112 small_type::moved = 0; in reset()113 small_type::const_copied = 0; in reset()114 small_type::non_const_copied = 0; in reset()119 explicit small_type(int val = 0) : value(val) { in value() argument122 explicit small_type(int, int val, int) : value(val) { in small_type() argument125 small_type(std::initializer_list<int> il) : value(*il.begin()) { in small_type() function129 small_type(small_type const & other) noexcept { in small_type() argument136 small_type(small_type& other) noexcept { in small_type() function[all …]