Searched refs:TestNanopbService (Results 1 – 1 of 1) sorted by relevance
36 class TestNanopbService final : public Service { class65 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 …]