Home
last modified time | relevance | path

Searched defs:AsyncResolution (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/core/lib/promise/
H A Dinterceptor_list.h194 struct AsyncResolution { struct
195 explicit AsyncResolution(size_t max_size) in AsyncResolution() argument
198 AsyncResolution& operator=(const AsyncResolution&) = delete; argument
199 AsyncResolution(AsyncResolution&& other) noexcept in AsyncResolution() function
208 AsyncResolution async_resolution_; argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/promise/
Dinterceptor_list.h189 struct AsyncResolution { struct
190 explicit AsyncResolution(size_t max_size) in AsyncResolution() argument
193 AsyncResolution& operator=(const AsyncResolution&) = delete; argument
194 AsyncResolution(AsyncResolution&& other) noexcept in AsyncResolution() function
201 AsyncResolution async_resolution_; argument