Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_rpc/raw/public/pw_rpc/raw/internal/
H A Dmethod.h52 return CallMethodImplFunction<kMethod>(service, req, responder); in AsynchronousUnary()
64 return CallMethodImplFunction<kMethod>(service, request, writer); in ServerStreaming()
76 return CallMethodImplFunction<kMethod>( in ClientStreaming()
89 return CallMethodImplFunction<kMethod>(service, reader_writer); in BidirectionalStreaming()
/aosp_15_r20/external/pigweed/pw_rpc/nanopb/public/pw_rpc/nanopb/internal/
H A Dmethod.h179 return CallMethodImplFunction<kMethod>(
205 return CallMethodImplFunction<kMethod>(
228 return CallMethodImplFunction<kMethod>(
247 return CallMethodImplFunction<kMethod>(
265 return CallMethodImplFunction<kMethod>(
/aosp_15_r20/external/pigweed/pw_rpc/pwpb/public/pw_rpc/pwpb/internal/
H A Dmethod.h87 return CallMethodImplFunction<kMethod>( in SynchronousUnary()
117 return CallMethodImplFunction<kMethod>( in AsynchronousUnary()
144 return CallMethodImplFunction<kMethod>( in ServerStreaming()
170 return CallMethodImplFunction<kMethod>( in ClientStreaming()
195 return CallMethodImplFunction<kMethod>( in BidirectionalStreaming()
/aosp_15_r20/external/pigweed/pw_rpc/public/pw_rpc/internal/
H A Dmethod.h149 constexpr auto CallMethodImplFunction(Service& service, Args&&... args) { in CallMethodImplFunction() function
H A Dtest_method_context.h153 CallMethodImplFunction<kMethod>( in call()
/aosp_15_r20/external/pigweed/pw_rpc/raw/public/pw_rpc/raw/
H A Dtest_method_context.h139 auto sws = CallMethodImplFunction<kMethod>( in call()
/aosp_15_r20/external/pigweed/pw_rpc/pwpb/public/pw_rpc/pwpb/
H A Dtest_method_context.h211 CallMethodImplFunction<kMethod>(Base::service(), request, response); in call()
/aosp_15_r20/external/pigweed/pw_rpc/nanopb/public/pw_rpc/nanopb/
H A Dtest_method_context.h205 CallMethodImplFunction<kMethod>(Base::service(), request, response); in call()