Searched defs:OK2 (Results 1 – 3 of 3) sorted by relevance
109 struct OK2 { struct111 void swap(OK2 &) noexcept(kTrue) {} in swap() argument
197 struct OK2 { struct200 OK2(OK2 &&) noexcept(true) {} in OK2() argument201 OK2 &operator=(OK2 &&) noexcept(kTrue) { return *this; } in operator =() argument
128 struct OK2 { struct131 ~OK2() noexcept(true) {} in ~OK2() argument