Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/promise/detail/
Dbasic_seq.h67 struct SeqState { struct
69 using PriorState = SeqState<Traits, I - 1, Fs...>; argument
71 explicit SeqState(std::tuple<Fs*...> fs) in SeqState() argument
77 SeqState(SeqState&& other) noexcept in SeqState() function
83 SeqState(const SeqState& other) : next_factory(other.next_factory) { in SeqState() argument
88 ~SeqState() {} in ~SeqState() argument
94 using Types = SeqStateTypes< argument
108 // Partial specialization of SeqState above for the first state - it has no argument