Home
last modified time | relevance | path

Searched refs:last_error_context (Results 1 – 3 of 3) sorted by path

/dports/emulators/dolphin-emu/dolphin-3152428/Externals/WIL/include/wil/
H A Dresource.h63 class last_error_context
69 last_error_context() WI_NOEXCEPT : in last_error_context() function
75 last_error_context(last_error_context&& other) WI_NOEXCEPT in last_error_context() function
80 last_error_context & operator=(last_error_context&& other) WI_NOEXCEPT
88 ~last_error_context() WI_NOEXCEPT in ~last_error_context()
136 auto preserveError = last_error_context(); in close_reset()
825 auto preserveError = last_error_context();
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/WIL/tests/
H A DResourceTests.cpp23 auto error42 = wil::last_error_context();
31 auto error42 = wil::last_error_context();
34 auto another_error42 = wil::last_error_context(std::move(error42));
46 auto error42 = wil::last_error_context();
56 auto error42 = wil::last_error_context();
/dports/security/tthsum/tthsum/
H A Dtexts.c35 static const char* last_error_context = 0; variable
78 last_error_context = context; in set_error()
103 i = my_strcpy(last_error_buf, last_error_context, LAST_ERROR_SIZE); in get_error()
109 i = my_strcpy(last_error_buf, last_error_context, LAST_ERROR_SIZE); in get_error()