Home
last modified time | relevance | path

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

/external/pigweed/pw_rpc/nanopb/
Dnanopb_method_test.cc36 class TestNanopbService final : public Service { class
65 static_assert(NanopbMethod::template matches<&TestNanopbService::Unary,
69 NanopbMethod::template matches<&TestNanopbService::ServerStreaming,
72 static_assert(NanopbMethod::template matches<&TestNanopbService::StaticUnary,
76 NanopbMethod::template matches<&TestNanopbService::StaticServerStreaming,
81 static_assert(!NanopbMethod::template matches<&TestNanopbService::UnaryWrongArg,
85 !NanopbMethod::template matches<&TestNanopbService::StaticUnaryVoidReturn,
89 &TestNanopbService::ServerStreamingBadReturn,
93 &TestNanopbService::StaticServerStreamingMissingArg,
100 static_assert(!NanopbMethod::template matches<&TestNanopbService::Unary,
[all …]