Home
last modified time | relevance | path

Searched refs:StaticUnary (Results 1 – 3 of 3) sorted by relevance

/external/pigweed/pw_rpc/pw_rpc_private/
Dmethod_impl_tester.h51 static_assert(MethodTraits<decltype(&TestService::StaticUnary)>::kType ==
65 MethodImpl::template Unary<&TestService::StaticUnary>(
/external/pigweed/pw_rpc/nanopb/
Dnanopb_method_test.cc40 static Status StaticUnary(ServerContext&, const FakePb&, FakePb&) { in StaticUnary() function in pw::rpc::internal::__anon4f1875440111::TestNanopbService
72 static_assert(NanopbMethod::template matches<&TestNanopbService::StaticUnary,
114 static_assert(!NanopbMethod::template matches<&TestNanopbService::StaticUnary,
/external/pigweed/pw_rpc/raw/
Draw_method_test.cc40 static StatusWithSize StaticUnary(ServerContext&, ConstByteSpan, ByteSpan) { in StaticUnary() function in pw::rpc::internal::__anonf6436d3c0111::TestRawService
69 static_assert(RawMethod::template matches<&TestRawService::StaticUnary>());