Home
last modified time | relevance | path

Searched refs:RestoreInterface (Results 1 – 10 of 10) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/
H A DRestore.actor.cpp28 state RestoreInterface interf; in restoreWorker()
30 state Optional<RestoreInterface> leaderInterf; in restoreWorker()
37 leaderInterf = BinaryReader::fromStringRef<RestoreInterface>(leader.get(), IncludeVersion()); in restoreWorker()
73 state vector<RestoreInterface> agents; in restoreWorker()
80 agents.push_back(BinaryReader::fromStringRef<RestoreInterface>(it.value, IncludeVersion())); in restoreWorker()
H A DRestoreInterface.h30 struct RestoreInterface { struct
33 bool operator == (RestoreInterface const& r) const { return id() == r.id(); } argument
34 bool operator != (RestoreInterface const& r) const { return id() != r.id(); }
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Tactical/
H A DInterface.h139 void RestoreInterface(void);
H A DReal_Time_Input.cc335 RestoreInterface( ); in QueryRTLeftButton()
H A DInterface.cc1290 void RestoreInterface( ) in RestoreInterface() function
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/TileEngine/
H A DRenderWorld.cc2175 RestoreInterface(); in ScrollWorld()
2186 RestoreInterface(); in ScrollWorld()
4327 RestoreInterface(); in SetRenderCenter()
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwaadstlb.pas3352 function RestoreInterface(var riid: TGUID): HResult; stdcall; in RestoreInterface() function
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Diads.h5253 virtual HRESULT WINAPI RestoreInterface(REFIID riid) = 0;
5264 HRESULT (WINAPI *RestoreInterface)(IADsAggregatee *This,REFIID riid);
5277 #define IADsAggregatee_RestoreInterface(This,riid) (This)->lpVtbl->RestoreInterface(This,riid)
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Diads.h5253 virtual HRESULT WINAPI RestoreInterface(REFIID riid) = 0;
5264 HRESULT (WINAPI *RestoreInterface)(IADsAggregatee *This,REFIID riid);
5277 #define IADsAggregatee_RestoreInterface(This,riid) (This)->lpVtbl->RestoreInterface(This,riid)
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Networking/ActiveDirectory/
H A Dmod.rs8797 …pub unsafe fn RestoreInterface(&self, riid: *const ::windows::runtime::GUID) -> ::windows::runtime… in RestoreInterface() method