Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_rpc/fuzz/
H A Dengine.cc55 struct CloseClientStreamVisitor final { struct
56 using result_type = void;
57 result_type operator()(std::monostate&) {} in operator ()()
58 result_type operator()(pw::rpc::RawUnaryReceiver&) {} in operator ()()
59 result_type operator()(pw::rpc::RawClientReaderWriter& call) { in operator ()()