Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_rpc/fuzz/
H A Dengine.cc44 struct ActiveVisitor final { struct
45 using result_type = bool;
46 result_type operator()(std::monostate&) { return false; } in operator ()()
47 result_type operator()(pw::rpc::RawUnaryReceiver& call) { in operator ()()
50 result_type operator()(pw::rpc::RawClientReaderWriter& call) { in operator ()()