Home
last modified time | relevance | path

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

/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/MayaDataModel/include/
H A DMayaDMFrameCache.h37 void getFuture(size_t f_i)const in getFuture() function
41 void getFuture()const in getFuture() function
/dports/math/openturns/openturns-1.18/lib/src/Uncertainty/Model/
H A DProcess.cxx173 TimeSeries Process::getFuture(const UnsignedInteger stepNumber) const in getFuture() function in Process
178 ProcessSample Process::getFuture(const UnsignedInteger stepNumber, in getFuture() function in Process
H A DProcessImplementation.cxx185 TimeSeries ProcessImplementation::getFuture(const UnsignedInteger ) const in getFuture() function in ProcessImplementation
190 ProcessSample ProcessImplementation::getFuture(const UnsignedInteger stepNumber, in getFuture() function in ProcessImplementation
/dports/devel/folly/folly-2021.12.27.00/folly/futures/
H A DFutureSplitter.h63 Future<T> getFuture() { in getFuture() function
H A DSharedPromise-inl.h43 Future<T> SharedPromise<T>::getFuture() const { in getFuture() function
H A DPromise-inl.h103 Future<T> Promise<T>::getFuture() { in getFuture() function
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/flow/
H A DIThreadPool.h88 Future<T> getFuture() { // Call only on the originating thread! in getFuture() function
H A Dflow.h635 Future<T> getFuture() const { sav->addFutureRef(); return Future<T>(sav); } in getFuture() function
H A DNet2.actor.cpp250 Future<Void> getFuture() { return p.getFuture(); } in getFuture() function in N2::BindPromise
H A Dgenericactors.actor.h1505 Future<Void> getFuture() { in getFuture() function
/dports/devel/spark/spark-2.1.1/core/src/test/scala/org/apache/spark/storage/
H A DBlockInfoManagerSuite.scala333 val getFuture = Future { constant
/dports/sysutils/intel-pcm-devel/pcm-0212b38/
H A Dthreadpool.h66 std::future<ReturnType> getFuture() { in getFuture() function
/dports/sysutils/intel-pcm/pcm-202109/
H A Dthreadpool.h66 std::future<ReturnType> getFuture() { in getFuture() function
/dports/math/openturns/openturns-1.18/lib/src/Uncertainty/Process/
H A DCompositeProcess.cxx116 TimeSeries CompositeProcess::getFuture(const UnsignedInteger stepNumber) const in getFuture() function in CompositeProcess
H A DWhiteNoise.cxx118 TimeSeries WhiteNoise::getFuture(const UnsignedInteger stepNumber) const in getFuture() function in WhiteNoise
H A DRandomWalk.cxx126 TimeSeries RandomWalk::getFuture(const UnsignedInteger stepNumber) const in getFuture() function in RandomWalk
H A DFunctionalBasisProcess.cxx162 TimeSeries FunctionalBasisProcess::getFuture(const UnsignedInteger stepNumber) const in getFuture() function in FunctionalBasisProcess
H A DAggregatedProcess.cxx94 TimeSeries AggregatedProcess::getFuture(const UnsignedInteger stepNumber) const in getFuture() function in AggregatedProcess
H A DARMA.cxx307 TimeSeries ARMA::getFuture(const UnsignedInteger stepNumber) const in getFuture() function in ARMA
H A DDiscreteMarkovChain.cxx186 TimeSeries DiscreteMarkovChain::getFuture(const UnsignedInteger stepNumber) const in getFuture() function in DiscreteMarkovChain
/dports/devel/folly/folly-2021.12.27.00/folly/io/async/test/
H A DAsyncSSLSocketTest2.cpp81 Future<bool> getFuture() { return promise_.getFuture(); } in getFuture() function in folly::AttachDetachClient
189 Future<bool> getFuture() { return promise_.getFuture(); } in getFuture() function in folly::ConnectClient
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbrpc/
H A Dfdbrpc.h110 Future<T> getFuture() const { sav->addFutureRef(); return Future<T>(sav); } in getFuture() function
334 FutureStream<T> getFuture() const { queue->addFutureRef(); return FutureStream<T>(queue); } in getFuture() function
/dports/net/jgroups/jgroups-2.12.0/src/org/jgroups/util/
H A DDefaultTimeScheduler.java225 public Future<?> getFuture() { in getFuture() method in DefaultTimeScheduler.TaskWrapper
H A DTimeScheduler2.java400 Future<?> getFuture() { in getFuture() method in TimeScheduler2.Entry
/dports/devel/folly/folly-2021.12.27.00/folly/futures/test/
H A DPromiseTest.cpp47 TEST(Promise, getFuture) { in TEST() argument