Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_rpc/fuzz/
H A Dargparse.cc28 struct ParseVisitor { struct
29 std::string_view arg0;
30 std::string_view arg1;
33 ParseStatus operator()(Parser& parser) { in operator ()()