Home
last modified time | relevance | path

Searched refs:UnaryWrongArg (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_rpc/raw/
Draw_method_test.cc50 StatusWithSize UnaryWrongArg(ServerContext&, ConstByteSpan, ConstByteSpan) { in UnaryWrongArg() function in pw::rpc::internal::__anonf6436d3c0111::TestRawService
74 static_assert(!RawMethod::template matches<&TestRawService::UnaryWrongArg>());
/external/pigweed/pw_rpc/nanopb/
Dnanopb_method_test.cc50 Status UnaryWrongArg(ServerContext&, FakePb&, FakePb&) { return Status(); } in UnaryWrongArg() function in pw::rpc::internal::__anon4f1875440111::TestNanopbService
81 static_assert(!NanopbMethod::template matches<&TestNanopbService::UnaryWrongArg,