Searched defs:MoveOnlyErrorType (Results 1 – 3 of 3) sorted by relevance
147 struct MoveOnlyErrorType { struct 148 constexpr MoveOnlyErrorType(int) {} in MoveOnlyErrorType() argument 149 MoveOnlyErrorType(MoveOnlyErrorType&&) {} in MoveOnlyErrorType() argument 150 MoveOnlyErrorType(const MoveOnlyErrorType&&) {} in MoveOnlyErrorType() argument 152 MoveOnlyErrorType& operator=(const MoveOnlyErrorType argument [all...]
189 auto l = [](MoveOnlyErrorType in test_move_only_error_type() argument 196 __anond16712ba0302(const MoveOnlyErrorType&) test_move_only_error_type() argument 203 __anond16712ba0402(MoveOnlyErrorType&&) test_move_only_error_type() argument 210 __anond16712ba0502(const MoveOnlyErrorType&&) test_move_only_error_type() argument [all...]
221 auto l = [](MoveOnlyErrorType in test_move_only_error_type() argument 228 __anon41e07a760502(const MoveOnlyErrorType&) test_move_only_error_type() argument 235 __anon41e07a760602(MoveOnlyErrorType&&) test_move_only_error_type() argument 242 __anon41e07a760702(const MoveOnlyErrorType&&) test_move_only_error_type() argument [all...]