Home
last modified time | relevance | path

Searched defs:GetLastError (Results 1 – 3 of 3) sorted by relevance

/third_party/flatbuffers/include/flatbuffers/
Dregistry.h89 const std::string &GetLastError() { return lasterror_; } in GetLastError() function
/third_party/lzma/CPP/Common/
DMyWindows.cpp144 DWORD GetLastError() in GetLastError() function
/third_party/python/Lib/ctypes/
D__init__.py473 GetLastError = windll.kernel32.GetLastError variable