Home
last modified time | relevance | path

Searched refs:SUCCEEDED (Results 1 – 4 of 4) sorted by relevance

/thrift-3.4.0/lib/d/src/thrift/util/
Dfuture.d117 SUCCEEDED, /// The operation completed without throwing an exception. enumerator
163 if (s == S.SUCCEEDED) return null; in getException()
186 atomicStore(status_, S.SUCCEEDED); in succeed()
200 atomicStore(status_, S.SUCCEEDED); in succeed()
/thrift-3.4.0/lib/d/src/thrift/codegen/
Dasync_client_pool.d820 status_ = TFutureStatus.SUCCEEDED; in status()
852 if (s == TFutureStatus.SUCCEEDED) { in getException()
/thrift-3.4.0/lib/delphi/src/
DThrift.Stream.pas192 if SUCCEEDED( FStream.Seek( 0, STREAM_SEEK_CUR, newpos))
/thrift-3.4.0/compiler/cpp/src/thrift/generate/
Dt_delphi_generator.cc1908 if (SUCCEEDED(CoCreateGuid(&guid))) { in generate_guid()