Searched defs:InvocationContext (Results 1 – 2 of 2) sorted by relevance
131 struct InvocationContext { struct136 InvocationContext(Args&&... args) in InvocationContext() argument164 InvocationContext<Service, method, kMethodId, 1, kOutputSize> ctx_; argument
140 struct InvocationContext { struct142 InvocationContext(Args&&... args) in InvocationContext() argument169 using Context = InvocationContext<Service, kMethodId, 1, kOutputSize>; argument