Searched refs:InvocationContext (Results 1 – 2 of 2) sorted by relevance
/external/pigweed/pw_rpc/nanopb/public/pw_rpc/ |
D | nanopb_test_method_context.h | 131 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/ |
D | raw_test_method_context.h | 140 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>;
|