Home
last modified time | relevance | path

Searched refs:have_error (Results 1 – 3 of 3) sorted by relevance

/third_party/glib/glib/
Dgconvert.c404 gboolean have_error = FALSE; in g_convert_with_iconv() local
420 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() local
732 while (!done && !have_error) in g_convert_with_fallback()
[all …]
/third_party/boost/boost/outcome/detail/
Dbasic_result_storage.hpp131 : _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()
/third_party/boost/boost/outcome/policy/
Dbase.hpp52 …static constexpr bool _has_error(Impl &&self) noexcept { return self._state._status.have_error(); } in _has_error()