Searched defs:future (Results 1 - 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
H A Dfuture.cpp1 //===------------------------- future.cpp ---------------------------------===//
10 #include "future"
28 return "future";
49 return string("The future has already been retrieved from "
192 future<void>::future(__assoc_sub_state* __state) function in class:future
203 future<void>::~future()
210 future<void>::get()
235 future<voi
[all...]

Completed in 348 milliseconds