Home
last modified time | relevance | path

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

/external/libcxx/test/support/
Dany_helpers.h67 struct small_type struct
76 small_type::copied = 0; in reset() argument
84 explicit small_type(int val) : value(val) { in small_type() argument
88 small_type(small_type const & other) throw() { in throw() argument
95 small_type(small_type& other) throw() { in throw() argument
102 small_type(small_type && other) throw() { in throw() argument
109 ~small_type() { in ~small_type() argument
116 small_type& operator=(small_type&&) = delete; argument