Home
last modified time | relevance | path

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

12345678910>>...43

/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.mongodb.org/mongo-driver/x/network/command/
H A Dgetlasterror.go30 type GetLastError struct { struct
31 Clock *session.ClusterClock
32 Session *session.Client
34 err error
35 res result.GetLastError
39 func (gle *GetLastError) Encode() (wiremessage.WireMessage, error) {
47 func (gle *GetLastError) encode() (*Read, error) {
62 func (gle *GetLastError) Decode(wm wiremessage.WireMessage) *GetLastError {
76 func (gle *GetLastError) decode(rdr bson.Raw) *GetLastError {
87 func (gle *GetLastError) Result() (result.GetLastError, error) {
[all …]
/dports/lang/polyml/polyml-5.8.2/mlsource/extra/Win/
H A DGlobals.sml27 val GetLastError : unit -> OS.syserror value
43 val GetLastError = Base.GetLastError value
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/src/go/mongolib/proto/
H A Dmetrics.go7 GetLastError *GetLastError `bson:"getLastError"` member
35 type GetLastError struct { struct
36 Wtimeouts float64 `bson:"wtimeouts"`
37 Num float64 `bson:"wtime.num"`
38 TotalMillis float64 `bson:"wtime.totalMillis"`
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/Interop/Windows/mincore/
H A DInterop.GetLastError.cs12 internal extern static int GetLastError(); in GetLastError() method in Interop.mincore
/dports/devel/ptlib/ptlib-2.10.11/include/ptlib/
H A Ddynalink.h141 const PString & GetLastError() const { return m_lastError; } in GetLastError() function
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/posix/
H A DConvUtils.cpp15 DWORD GetLastError() in GetLastError() function
/dports/math/dbcsr/dbcsr-2.1.0/src/acc/cuda/
H A Dacc_error.cpp31 ACC(GetLastError)(); in acc_clear_errors() local
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/exts/dbcsr/src/acc/
H A Dacc_error.cpp30 ACC(GetLastError)(); in acc_clear_errors() local
/dports/games/warmux/warmux-11.04/lib/warmux/include/
H A DWARMUX_download.h55 const std::string& GetLastError() const { return error; }; in GetLastError() function
/dports/devel/py-fasteners/fasteners-0.16.3/fasteners/pywin32/
H A Dwin32file.py36 GetLastError = windll.kernel32.GetLastError variable
/dports/ftp/multiget/multiget-1.1.3/src/
H A Dmgsocket.h83 int GetLastError() in GetLastError() function
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/abi/
H A Dx86stdcall.rs10 pub fn GetLastError() -> usize; in GetLastError() function
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/objects/taxon3/
H A Dtaxon3.hpp94 virtual const string& GetLastError() const { return m_sLastError; } in GetLastError() function in CTaxon3
H A Dcached_taxon3.hpp98 …virtual const string& GetLastError() const { NCBI_USER_THROW("LastError state is not properly impl… in GetLastError() function in CCachedTaxon3
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objects/taxon3/
H A Dtaxon3.hpp95 virtual const string& GetLastError() const { return m_sLastError; } in GetLastError() function in CTaxon3
H A Dcached_taxon3.hpp98 …virtual const string& GetLastError() const { NCBI_USER_THROW("LastError state is not properly impl… in GetLastError() function in CCachedTaxon3
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.Ports/tests/Support/
H A DPortHelper.cs16 private static extern int GetLastError(); in GetLastError() method in Legacy.Support.PortHelper
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/ansi_term/src/
H A Dwindows.rs16 fn GetLastError() -> u64; in enable_ansi_support() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/
H A Dwin32imports.py60 GetLastError = ctypes.GetLastError variable
/dports/x11/admiral/admiral-1.0.0-7-g5a9f33b/cargo-crates/ansi_term-0.10.2/src/
H A Dwindows.rs16 fn GetLastError() -> u64; in enable_ansi_support() function
/dports/games/openttd/openttd-12.1/src/script/api/
H A Dscript_error.cpp21 /* static */ ScriptErrorType ScriptError::GetLastError() in GetLastError() function in ScriptError
/dports/games/powder-toy/The-Powder-Toy-95.0/src/lua/
H A DCommandInterface.cpp110 String CommandInterface::GetLastError() in GetLastError() function in CommandInterface
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/platforms/wrappers/
H A DH264Converter.h43 nsresult GetLastError() const { return mLastError; } in GetLastError() function
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/src/go/mongolib/profiler/
H A Dprofiler.go19 GetLastError() error methodSpec
67 func (p *Profile) GetLastError() error { func
/dports/graphics/jogl/jogl-1.1.1_9/gluegen/src/java/com/sun/gluegen/runtime/
H A DWindowsDynamicLinkerImpl.java15 private static native int GetLastError(); in GetLastError() method in WindowsDynamicLinkerImpl

12345678910>>...43