Home
last modified time | relevance | path

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

/third_party/grpc/test/core/promise/
Dseq_test.cc81 auto seq_combinator = Seq(std::move(initial), std::move(then)); in TEST() local
162 auto seq_combinator = Seq(initial, next1, next2, next3); in TEST() local