Searched defs:sys_error (Results 1 – 7 of 7) sorted by relevance
90 void sys_error(const char *msg, const char *file, int line) in sys_error() function
49 pub fn sys_error(&self) -> SysError { in sys_error() method
66 pub fn sys_error(&self) -> SysError { in sys_error() method
206 static void sys_error(const char *msg, int line) in sys_error() function
431 static void sys_error(const char *msg, int line) in sys_error() function
245 std::string sys_error = "sys error"; in TEST() local
433 let sys_error = unsafe { GetLastError() }; in create_window() localVariable