Lines Matching refs:get_if
119 std::get_if<0>(this)->throw_exception(); in _check()
273 return *std::get_if<0>(this); in error()
286 return *std::get_if<0>(this); in error()
299 return std::move(*std::get_if<0>(this)); in error()
312 return std::move(*std::get_if<0>(this)); in error()
322 return *std::get_if<1>(this); in assume_value()
331 return *std::get_if<1>(this); in assume_value()
340 return std::move(*std::get_if<1>(this)); in assume_value()
349 return std::move(*std::get_if<1>(this)); in assume_value()
359 return *std::get_if<0>(this); in assume_error()
368 return *std::get_if<0>(this); in assume_error()
377 return std::move(*std::get_if<0>(this)); in assume_error()
386 return std::move(*std::get_if<0>(this)); in assume_error()