Home
last modified time | relevance | path

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

/external/pigweed/pw_rpc/nanopb/public/pw_rpc/
Dnanopb_test_method_context.h131 struct InvocationContext { struct
136 InvocationContext(Args&&... args) in InvocationContext() function
164 InvocationContext<Service, method, kMethodId, 1, kOutputSize> ctx_; argument
199 InvocationContext<Service, method, kMethodId, kMaxResponse, kOutputSize> ctx_;
/external/pigweed/pw_rpc/raw/public/pw_rpc/
Draw_test_method_context.h140 struct InvocationContext { struct
142 InvocationContext(Args&&... args) in InvocationContext() argument
169 using Context = InvocationContext<Service, kMethodId, 1, kOutputSize>; argument
207 InvocationContext<Service, kMethodId, kMaxResponse, kOutputSize>;