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 D | method.h | 52 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 D | method.h | 179 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 D | method.h | 87 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 D | method.h | 149 constexpr auto CallMethodImplFunction(Service& service, Args&&... args) { in CallMethodImplFunction() function
|
H A D | test_method_context.h | 153 CallMethodImplFunction<kMethod>( in call()
|
/aosp_15_r20/external/pigweed/pw_rpc/raw/public/pw_rpc/raw/ |
H A D | test_method_context.h | 139 auto sws = CallMethodImplFunction<kMethod>( in call()
|
/aosp_15_r20/external/pigweed/pw_rpc/pwpb/public/pw_rpc/pwpb/ |
H A D | test_method_context.h | 211 CallMethodImplFunction<kMethod>(Base::service(), request, response); in call()
|
/aosp_15_r20/external/pigweed/pw_rpc/nanopb/public/pw_rpc/nanopb/ |
H A D | test_method_context.h | 205 CallMethodImplFunction<kMethod>(Base::service(), request, response); in call()
|