Home
last modified time | relevance | path

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

/external/pigweed/pw_rpc/raw/public/pw_rpc/raw/
Dtest_method_context.h123 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/
Dtest_method_context.h177 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/
Dtest_method_context.h183 class UnaryContext : public PwpbInvocationContext<Service,
200 UnaryContext(Args&&... args) : Base(std::forward<Args>(args)...) {} in UnaryContext() function
355 UnaryContext<Service, kMethod, kMethodId, kPayloadsBufferSizeBytes>,