Home
last modified time | relevance | path

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

/third_party/boost/boost/system/
Dwindows_error.hpp57 not_enough_memory = boost::winapi::ERROR_NOT_ENOUGH_MEMORY_,
/third_party/boost/boost/system/detail/
Dsystem_category_win32.hpp286 case ERROR_NOT_ENOUGH_MEMORY_: return make_error_condition( not_enough_memory ); in system_category_default_error_condition_win32()
/third_party/boost/boost/winapi/
Derror_codes.hpp172 BOOST_CONSTEXPR_OR_CONST DWORD_ ERROR_NOT_ENOUGH_MEMORY_ = 8; variable