| /external/rust/crates/grpcio-sys/grpc/src/core/lib/promise/ |
| D | poll.h | 50 Poll(Pending) : ready_(false) {} in Poll() function 51 Poll() : ready_(false) {} in Poll() function 52 Poll(const Poll& other) : ready_(other.ready_) { in Poll() function 55 Poll(Poll&& other) noexcept : ready_(other.ready_) { in Poll() function 88 Poll(U value) : ready_(true) { in Poll() function 92 Poll(T&& value) : ready_(true) { Construct(&value_, std::forward<T>(value)); } in Poll() function 146 Poll(Pending) : ready_(false) {} in Poll() function 147 Poll() : ready_(false) {} in Poll() function 153 Poll(Empty) : ready_(true) {} in Poll() function 185 class Poll<Pending>; variable [all …]
|
| /external/grpc-grpc/src/core/lib/promise/ |
| D | poll.h | 48 Poll(Pending) : ready_(false) {} in Poll() function 49 Poll() : ready_(false) {} in Poll() function 50 Poll(const Poll& other) : ready_(other.ready_) { in Poll() function 53 Poll(Poll&& other) noexcept : ready_(other.ready_) { in Poll() function 86 Poll(U value) : ready_(true) { in Poll() function 90 Poll(T&& value) : ready_(true) { Construct(&value_, std::forward<T>(value)); } in Poll() function 144 Poll(Pending) : ready_(false) {} in Poll() function 145 Poll() : ready_(false) {} in Poll() function 151 Poll(Empty) : ready_(true) {} in Poll() function 183 class Poll<Pending>; variable [all …]
|
| /external/pigweed/pw_async2/public/pw_async2/ |
| D | poll.h | 73 constexpr Poll(const Poll<U>& other) : value_(other.value_) {} in Poll() function 76 explicit constexpr Poll(const Poll<U>& other) : value_(other.value_) {} in Poll() function 80 constexpr Poll(Poll<U>&& other) // NOLINT in Poll() function 84 explicit constexpr Poll(Poll<U>&& other) : value_(std::move(other.value_)) {} in Poll() function 95 constexpr Poll(U&& u) // NOLINT in Poll() function 100 explicit constexpr Poll(U&& u) // NOLINT in Poll() function 105 constexpr Poll(std::in_place_t, Args&&... args) in Poll() function 109 constexpr Poll(T&& value) : value_(std::move(value)) {} in Poll() function 116 constexpr Poll(PendingType) noexcept : value_() {} in Poll() function
|
| /external/pigweed/pw_async2/ |
| D | poll_test.cc | 53 TEST(Poll, ConstructsReadyInPlace) { in TEST() argument 59 TEST(Poll, ConstructsReadyFromValueType) { in TEST() argument 65 TEST(Poll, ConstructsFromValueConvertibleToValueType) { in TEST() argument 71 TEST(Poll, ConstructsFromPollWithValueConvertibleToValueType) { in TEST() argument 78 TEST(Poll, ConstructsPendingFromPendingType) { in TEST() argument 83 TEST(Poll, ConstructorInfersValueType) { in TEST() argument 90 TEST(Poll, ReadinessOnReadyValueReturnsReadyWithoutValue) { in TEST() argument 96 TEST(Poll, ReadinessOnPendingValueReturnsPendingWithoutValue) { in TEST() argument 102 TEST(Poll, ReadyToString) { in TEST() argument 109 TEST(Poll, ReadyValueToString) { in TEST() argument [all …]
|
| /external/rust/crates/mio/src/ |
| D | poll.rs | 249 pub struct Poll { struct 258 impl Poll { impl 416 impl AsRawFd for Poll { implementation 422 impl fmt::Debug for Poll { implementation
|
| /external/perfetto/include/perfetto/ext/base/threading/ |
| D | future_combinators.h | 43 FuturePollResult<T> Poll(PollContext*) override { return std::move(value_); } in Poll() function 56 FuturePollResult<B> Poll(PollContext* context) override { in Poll() function
|
| D | future.h | 126 FuturePollResult<T> Poll(PollContext* ctx) { return pollable_->Poll(ctx); } in Poll() function
|
| /external/rust/crates/h2/src/proto/ |
| D | peer.rs | 12 type Poll: fmt::Debug; typedef 23 ) -> Result<Self::Poll, Error>; in convert_poll_message()
|
| /external/pigweed/pw_async2/public/pw_async2/internal/ |
| D | poll_internal.h | 24 class [[nodiscard]] Poll; variable
|
| /external/rust/crates/tokio/tests/ |
| D | task_local.rs | 53 fn poll(mut self: Pin<&mut Self>, _cx: &mut Context<'_>) -> Poll<()> { in task_local_available_on_abort() 103 fn poll(self: Pin<&mut Self>, _cx: &mut Context<'_>) -> Poll<()> { in task_local_available_on_completion_drop()
|
| D | sync_oneshot.rs | 25 fn poll_closed(&mut self, cx: &mut Context<'_>) -> Poll<()>; in poll_closed() 28 fn poll_closed(&mut self, cx: &mut Context<'_>) -> Poll<()> { in poll_closed()
|
| D | task_id.rs | 89 fn poll(self: Pin<&mut Self>, _cx: &mut Context<'_>) -> Poll<()> { in task_id_future_destructor_completion() 117 fn poll(self: Pin<&mut Self>, _cx: &mut Context<'_>) -> Poll<()> { in task_id_future_destructor_abort()
|
| /external/crosvm/cros_async/src/sys/linux/ |
| D | error.rs | 11 Poll(#[from] super::poll_source::Error), enumerator
|
| /external/pigweed/pw_log/ |
| D | rate_limited.cc | 19 RateLimiter::PollResult RateLimiter::Poll( in Poll() function in pw::log::internal::RateLimiter
|
| /external/rust/crates/tokio/src/task/ |
| D | yield_now.rs | 48 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<()> { in yield_now()
|
| /external/rust/crates/futures/tests/ |
| D | future_obj.rs | 19 fn poll(self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll<()> { in dropping_drops_the_future()
|
| /external/rust/crates/futures-channel/src/ |
| D | oneshot.rs | 154 fn poll_canceled(&self, cx: &mut Context<'_>) -> Poll<()> { in poll_canceled() 357 pub fn poll_canceled(&mut self, cx: &mut Context<'_>) -> Poll<()> { in poll_canceled() 411 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<()> { in poll()
|
| /external/rust/crates/tokio-util/src/sync/ |
| D | cancellation_token.rs | 257 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<()> { in poll() 317 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<()> { in poll()
|
| /external/rust/crates/futures-util/src/stream/stream/ |
| D | for_each.rs | 64 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<()> { in poll()
|
| D | for_each_concurrent.rs | 73 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<()> { in poll()
|
| /external/rust/crates/tokio/src/ |
| D | lib.rs | 578 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<()> { in async_trace_leaf()
|
| /external/mesa3d/src/gfxstream/guest/android-emu/aemu/base/ |
| D | AndroidHealthMonitor.h | 127 struct Poll { struct 135 typename MonitoredEventType::EndMonitoring, typename MonitoredEventType::Poll>;
|
| /external/uwb/src/rust/uwb_core/src/ |
| D | utils.rs | 35 fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<()> { in poll()
|
| /external/armnn/profiling/common/src/ |
| D | NetworkSockets.cpp | 92 int Poll(PollFd* fds, nfds_t numFds, int timeout) in Poll() function
|
| /external/rust/crates/futures-util/src/future/future/ |
| D | remote_handle.rs | 95 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<()> { in poll()
|