Home
last modified time | relevance | path

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

/external/pigweed/pw_rpc/nanopb/public/pw_rpc/
Dnanopb_test_method_context.h162 class UnaryContext {
171 UnaryContext(Args&&... args) : ctx_(std::forward<Args>(args)...) {} in UnaryContext() function
256 std::tuple<UnaryContext<Service, method, kMethodId, kOutputSize>,
/external/pigweed/pw_rpc/raw/public/pw_rpc/
Draw_test_method_context.h167 class UnaryContext {
174 UnaryContext(Args&&... args) : ctx_(std::forward<Args>(args)...) {} in UnaryContext() function
260 std::tuple<UnaryContext<Service, method, kMethodId, kOutputSize>,