Home
last modified time | relevance | path

Searched defs:small_type (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/test/support/
Dexperimental_any_helpers.h75 struct small_type struct
84 small_type::copied = 0; in reset() argument
92 explicit small_type(int val) : value(val) { in small_type() argument
96 small_type(small_type const & other) throw() { in throw() argument
103 small_type(small_type& other) throw() { in throw() argument
110 small_type(small_type && other) throw() { in throw() argument
117 ~small_type() { in ~small_type() argument
124 small_type& operator=(small_type&&) = delete; argument
Dany_helpers.h99 struct small_type struct
108 small_type::copied = 0; in reset() argument
116 explicit small_type(int val = 0) : value(val) { in value() argument
119 explicit small_type(int, int val, int) : value(val) { in small_type() function
122 small_type(std::initializer_list<int> il) : value(*il.begin()) { in small_type() function
126 small_type(small_type const & other) noexcept { in small_type() function
133 small_type(small_type& other) noexcept { in small_type() argument
140 small_type(small_type && other) noexcept { in small_type() argument
147 ~small_type() { in ~small_type() argument
154 small_type& operator=(small_type&&) = delete; argument