Searched refs:have_error (Results 1 – 3 of 3) sorted by relevance
404 gboolean have_error = FALSE; in g_convert_with_iconv() local420 while (!done && !have_error) in g_convert_with_iconv()449 have_error = TRUE; in g_convert_with_iconv()459 have_error = TRUE; in g_convert_with_iconv()468 have_error = TRUE; in g_convert_with_iconv()491 if (!have_error) in g_convert_with_iconv()495 have_error = TRUE; in g_convert_with_iconv()503 if (have_error) in g_convert_with_iconv()663 gboolean have_error = FALSE; in g_convert_with_fallback() local732 while (!done && !have_error) in g_convert_with_fallback()[all …]
131 : _state{detail::status::have_error} in basic_result_storage()138 : _state{detail::status::have_error} in basic_result_storage()294 bool has_error = x._state._status.have_error(); in basic_result_storage_swap()
52 …static constexpr bool _has_error(Impl &&self) noexcept { return self._state._status.have_error(); } in _has_error()