Home
last modified time | relevance | path

Searched refs:ServerStreamingContext (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_rpc/raw/public/pw_rpc/
Draw_test_method_context.h204 class ServerStreamingContext {
212 ServerStreamingContext(Args&&... args) : ctx_(std::forward<Args>(args)...) {} in ServerStreamingContext() function
261 ServerStreamingContext<Service,
/external/pigweed/pw_rpc/nanopb/public/pw_rpc/
Dnanopb_test_method_context.h197 class ServerStreamingContext {
206 ServerStreamingContext(Args&&... args) : ctx_(std::forward<Args>(args)...) {} in ServerStreamingContext() function
257 ServerStreamingContext<Service,