Searched refs:UnaryContext (Results 1 – 3 of 3) sorted by relevance
/external/pigweed/pw_rpc/raw/public/pw_rpc/raw/ |
D | test_method_context.h | 123 class UnaryContext 129 UnaryContext(Args&&... args) : Base(std::forward<Args>(args)...) {} in UnaryContext() function 238 std::tuple<UnaryContext<Service, kMethod, kMethodId>,
|
/external/pigweed/pw_rpc/nanopb/public/pw_rpc/nanopb/ |
D | test_method_context.h | 177 class UnaryContext : public NanopbInvocationContext<Service, 194 UnaryContext(Args&&... args) : Base(std::forward<Args>(args)...) {} in UnaryContext() function 349 UnaryContext<Service, kMethod, kMethodId, kPayloadsBufferSizeBytes>,
|
/external/pigweed/pw_rpc/pwpb/public/pw_rpc/pwpb/ |
D | test_method_context.h | 183 class UnaryContext : public PwpbInvocationContext<Service, 200 UnaryContext(Args&&... args) : Base(std::forward<Args>(args)...) {} in UnaryContext() function 355 UnaryContext<Service, kMethod, kMethodId, kPayloadsBufferSizeBytes>,
|