Home
last modified time | relevance | path

Searched defs: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() argument
164 InvocationContext<Service, method, kMethodId, 1, kOutputSize> ctx_; argument
/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