Searched refs:SendWatchpointHits (Results 1 – 4 of 4) sorted by relevance
62 EventReply SendWatchpointHits(const std::list<WatchpointHit> &watchpoints);
165 EventReply GrpcClient::SendWatchpointHits(const std::list<WatchpointHit> &watchpoints) { in SendWatchpointHits() function in mindspore::GrpcClient169 …std::unique_ptr<grpc::ClientWriter<WatchpointHit> > writer(stub_->SendWatchpointHits(&context, &re… in SendWatchpointHits()
30 rpc SendWatchpointHits (stream WatchpointHit) returns (EventReply) {}; rpc
1146 EventReply reply = grpc_client_->SendWatchpointHits(points); in SendWatchpoints()