Home
last modified time | relevance | path

Searched refs:FormatError (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-result.h44 message_ = FormatError(format, args); in WasmError()
58 static std::string FormatError(const char* format, va_list args);
Dwasm-result.cc54 std::string WasmError::FormatError(const char* format, va_list args) { in FormatError() function in v8::internal::wasm::WasmError
/third_party/python/Lib/ctypes/
D__init__.py21 from _ctypes import FormatError
478 descr = FormatError(code).strip()
/third_party/python/Lib/ctypes/test/
Dtest_win32.py76 msg = FormatError(ERROR_INVALID_PARAMETER).strip()
/third_party/python/Modules/_ctypes/
Dcallproc.c257 static WCHAR *FormatError(DWORD code) in FormatError() function
1090 text = FormatError(errcode); in GetComError()
1329 lpMsgBuf = FormatError(code); in format_error()
/third_party/python/Lib/
Dmailbox.py1166 raise FormatError('Invalid sequence specification: %s' %
2150 class FormatError(Error): class
/third_party/python/Doc/library/
Dctypes.rst1933 .. function:: FormatError([code])
2035 specified, :func:`FormatError` is called to get a textual description of the
Dmailbox.rst1517 .. exception:: FormatError()