HomeSort by relevance Sort by last modified time
    Searched defs:Promise (Results 1 - 25 of 28) sorted by null

1 2

  /external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.prom/
promise.pass.cpp 15 // template <class Promise>
16 // struct coroutine_handle<Promise>;
18 // Promise& promise() const
51 assert(&h.promise() == this);
52 assert(&h2.promise() == this);
53 assert(&h3.promise() == this);
64 template <class Promise>
65 void do_test(coro::coroutine_handle<Promise>&& H) {
69 ASSERT_SAME_TYPE(decltype(H.promise()), Promise&)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.prom/
promise.pass.cpp 15 // template <class Promise>
16 // struct coroutine_handle<Promise>;
18 // Promise& promise() const
51 assert(&h.promise() == this);
52 assert(&h2.promise() == this);
53 assert(&h3.promise() == this);
64 template <class Promise>
65 void do_test(coro::coroutine_handle<Promise>&& H) {
69 ASSERT_SAME_TYPE(decltype(H.promise()), Promise&)
    [all...]
  /external/owasp/sanitizer/empiricism/
html-containment.js 255 function Promise() {
256 if (!(this instanceof Promise)) { return new Promise(); }
267 Promise.prototype.toString = function () { return "Promise"; };
272 if (argument instanceof Promise) {
  /external/clang/lib/Sema/
SemaCoroutine.cpp 78 auto *Promise = R.getAsSingle<TypeDecl>();
79 if (!Promise) {
85 // The promise type is required to be a class type.
86 QualType PromiseType = S.Context.getTypeDeclType(Promise);
134 // If we don't have a promise variable, build one now.
144 // Create and default-initialize the promise.
263 assert(Coroutine->CoroutinePromise && "no promise for coroutine");
265 // Form a reference to the promise.
266 auto *Promise = Coroutine->CoroutinePromise;
268 Promise, Promise->getType().getNonReferenceType(), VK_LValue, Loc)
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 104 static Error readResult(ChannelT &C, std::promise<OptionalReturn> &P) {
118 static void abandon(std::promise<OptionalReturn> &P) {
160 static Error readResult(ChannelT &C, std::promise<OptionalReturn> &P) {
166 static void abandon(std::promise<OptionalReturn> &P) { P.set_value(false); }
404 std::promise<typename Func::OptionalReturn> Promise;
405 auto Result = Promise.get_future();
407 createOutstandingResult<Func>(std::move(Promise));
659 OutstandingResultImpl(std::promise<typename Func::OptionalReturn> &&P)
667 std::promise<typename Func::OptionalReturn> P
    [all...]
  /external/clang/include/clang/AST/
StmtCXX.h 302 Promise, ///< The promise statement.
314 CoroutineBodyStmt(Stmt *Body, Stmt *Promise, Stmt *InitSuspend,
319 SubStmts[CoroutineBodyStmt::Promise] = Promise;
335 Stmt *getPromiseDeclStmt() const { return SubStmts[SubStmt::Promise]; }
370 /// This statament models the initialization of the coroutine promise
376 /// <promise>.return_value(<operand>)
377 /// <promise>.return_void()
378 /// which we name the "promise call"
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
StmtCXX.h 304 Promise, ///< The promise statement.
328 Stmt *Promise = nullptr;
358 return getStoredStmts()[SubStmt::Promise];
415 /// This statament models the initialization of the coroutine promise
421 /// <promise>.return_value(<operand>)
422 /// <promise>.return_void()
423 /// which we name the "promise call".
448 /// \brief Retrieve the promise call that results from this 'co_return'
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
StmtCXX.h 304 Promise, ///< The promise statement.
330 Stmt *Promise = nullptr;
362 return getStoredStmts()[SubStmt::Promise];
420 /// This statament models the initialization of the coroutine promise
426 /// <promise>.return_value(<operand>)
427 /// <promise>.return_void()
428 /// which we name the "promise call".
453 /// \brief Retrieve the promise call that results from this 'co_return'
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
StmtCXX.h 304 Promise, ///< The promise statement.
330 Stmt *Promise = nullptr;
362 return getStoredStmts()[SubStmt::Promise];
420 /// This statament models the initialization of the coroutine promise
426 /// <promise>.return_value(<operand>)
427 /// <promise>.return_void()
428 /// which we name the "promise call".
453 /// \brief Retrieve the promise call that results from this 'co_return'
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
StmtCXX.h 304 Promise, ///< The promise statement.
331 Stmt *Promise = nullptr;
365 return getStoredStmts()[SubStmt::Promise];
423 /// This statament models the initialization of the coroutine promise
429 /// <promise>.return_value(<operand>)
430 /// <promise>.return_void()
431 /// which we name the "promise call".
458 /// \brief Retrieve the promise call that results from this 'co_return'
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
StmtCXX.h 304 Promise, ///< The promise statement.
331 Stmt *Promise = nullptr;
365 return getStoredStmts()[SubStmt::Promise];
423 /// This statament models the initialization of the coroutine promise
429 /// <promise>.return_value(<operand>)
430 /// <promise>.return_void()
431 /// which we name the "promise call".
458 /// \brief Retrieve the promise call that results from this 'co_return'
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
StmtCXX.h 304 Promise, ///< The promise statement.
331 Stmt *Promise = nullptr;
365 return getStoredStmts()[SubStmt::Promise];
423 /// This statament models the initialization of the coroutine promise
429 /// <promise>.return_value(<operand>)
430 /// <promise>.return_void()
431 /// which we name the "promise call".
458 /// \brief Retrieve the promise call that results from this 'co_return'
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
StmtCXX.h 304 Promise, ///< The promise statement.
331 Stmt *Promise = nullptr;
365 return getStoredStmts()[SubStmt::Promise];
423 /// This statament models the initialization of the coroutine promise
429 /// <promise>.return_value(<operand>)
430 /// <promise>.return_void()
431 /// which we name the "promise call".
458 /// \brief Retrieve the promise call that results from this 'co_return'
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
StmtCXX.h 304 Promise, ///< The promise statement.
328 Stmt *Promise = nullptr;
358 return getStoredStmts()[SubStmt::Promise];
415 /// This statament models the initialization of the coroutine promise
421 /// <promise>.return_value(<operand>)
422 /// <promise>.return_void()
423 /// which we name the "promise call".
448 /// \brief Retrieve the promise call that results from this 'co_return'
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
StmtCXX.h 304 Promise, ///< The promise statement.
330 Stmt *Promise = nullptr;
362 return getStoredStmts()[SubStmt::Promise];
420 /// This statament models the initialization of the coroutine promise
426 /// <promise>.return_value(<operand>)
427 /// <promise>.return_void()
428 /// which we name the "promise call".
453 /// \brief Retrieve the promise call that results from this 'co_return'
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
StmtCXX.h 304 Promise, ///< The promise statement.
330 Stmt *Promise = nullptr;
362 return getStoredStmts()[SubStmt::Promise];
420 /// This statament models the initialization of the coroutine promise
426 /// <promise>.return_value(<operand>)
427 /// <promise>.return_void()
428 /// which we name the "promise call".
453 /// \brief Retrieve the promise call that results from this 'co_return'
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
StmtCXX.h 304 Promise, ///< The promise statement.
331 Stmt *Promise = nullptr;
365 return getStoredStmts()[SubStmt::Promise];
423 /// This statament models the initialization of the coroutine promise
429 /// <promise>.return_value(<operand>)
430 /// <promise>.return_void()
431 /// which we name the "promise call".
458 /// \brief Retrieve the promise call that results from this 'co_return'
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
StmtCXX.h 304 Promise, ///< The promise statement.
331 Stmt *Promise = nullptr;
365 return getStoredStmts()[SubStmt::Promise];
423 /// This statament models the initialization of the coroutine promise
429 /// <promise>.return_value(<operand>)
430 /// <promise>.return_void()
431 /// which we name the "promise call".
458 /// \brief Retrieve the promise call that results from this 'co_return'
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
StmtCXX.h 304 Promise, ///< The promise statement.
331 Stmt *Promise = nullptr;
365 return getStoredStmts()[SubStmt::Promise];
423 /// This statament models the initialization of the coroutine promise
429 /// <promise>.return_value(<operand>)
430 /// <promise>.return_void()
431 /// which we name the "promise call".
458 /// \brief Retrieve the promise call that results from this 'co_return'
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
StmtCXX.h 304 Promise, ///< The promise statement.
331 Stmt *Promise = nullptr;
365 return getStoredStmts()[SubStmt::Promise];
423 /// This statament models the initialization of the coroutine promise
429 /// <promise>.return_value(<operand>)
430 /// <promise>.return_void()
431 /// which we name the "promise call".
458 /// \brief Retrieve the promise call that results from this 'co_return'
  /prebuilts/tools/common/m2/repository/org/jdeferred/jdeferred-core/1.2.2/
jdeferred-core-1.2.2.jar 
  /prebuilts/tools/common/m2/repository/org/jdeferred/jdeferred-core/1.2.3/
jdeferred-core-1.2.3.jar 
  /external/v8/include/
v8.h 93 class Promise;
    [all...]
  /external/v8/src/
api.cc 7356 i::Handle<i::JSReceiver> promise = Utils::OpenHandle(this); local
7447 i::Handle<i::JSReceiver> promise = Utils::OpenHandle(this); local
7459 i::Handle<i::JSReceiver> promise = Utils::OpenHandle(this); local
7470 i::Handle<i::JSReceiver> promise = Utils::OpenHandle(this); local
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-swf-libraries/1.11.18/
aws-java-sdk-swf-libraries-1.11.18.jar 

Completed in 2614 milliseconds

1 2