Searched defs:DecodeRequest (Results 1 – 6 of 6) sorted by relevance
47 struct DecodeRequest { struct48 DecodeRequest(std::unique_ptr<BitstreamBuffer> buffer, DecodeCB decodeCb) in DecodeRequest() function61 void pumpDecodeRequest(); argument
41 bool DecodeRequest(void* proto_struct, ConstByteSpan buffer) const { in DecodeRequest() function
49 bool NanopbMethod::DecodeRequest(Channel& channel, in DecodeRequest() function in pw::rpc::internal::NanopbMethod
63 static bool DecodeRequest(ConstByteSpan request, in DecodeRequest() function in pw::rpc::test::TestService
203 bool DefaultHealthCheckService::HealthCheckServiceImpl::DecodeRequest( in DecodeRequest() function in grpc::DefaultHealthCheckService::HealthCheckServiceImpl
64 DecodeRequest(ProtobufError), enumerator