Home
last modified time | relevance | path

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

/external/pigweed/pw_rpc/public/pw_rpc/internal/
Dtest_method_context.h30 class InvocationContext {
32 InvocationContext(const InvocationContext&) = delete;
33 InvocationContext(InvocationContext&&) = delete;
35 InvocationContext& operator=(const InvocationContext&) = delete;
36 InvocationContext& operator=(InvocationContext&&) = delete;
103 InvocationContext(const Method& method, in InvocationContext() function
/external/pigweed/pw_rpc/raw/public/pw_rpc/raw/
Dserver_reader_writer.h37 class InvocationContext; variable
112 friend class internal::test::InvocationContext;
166 friend class internal::test::InvocationContext;
218 friend class internal::test::InvocationContext;
267 friend class internal::test::InvocationContext;
Dtest_method_context.h98 : public InvocationContext<
114 using Base = InvocationContext<
/external/pigweed/pw_rpc/nanopb/public/pw_rpc/nanopb/
Dserver_reader_writer.h38 class InvocationContext; variable
217 friend class internal::test::InvocationContext;
283 friend class internal::test::InvocationContext;
356 friend class internal::test::InvocationContext;
415 friend class internal::test::InvocationContext;
Dtest_method_context.h114 : public InvocationContext<
162 using Base = InvocationContext<
/external/pigweed/pw_rpc/pwpb/public/pw_rpc/pwpb/
Dserver_reader_writer.h37 class InvocationContext; variable
281 friend class internal::test::InvocationContext;
357 friend class internal::test::InvocationContext;
433 friend class internal::test::InvocationContext;
502 friend class internal::test::InvocationContext;
Dtest_method_context.h113 : public InvocationContext<
118 using Base = InvocationContext<
/external/googleapis/google/devtools/resultstore/v2/
Dinvocation.proto183 repeated InvocationContext invocation_contexts = 6;
191 message InvocationContext { message