Searched refs:fetchResponse (Results 1 – 1 of 1) sorted by relevance
581 std::unique_ptr<grpc::ClientReader<FetchDataResponse>> fetchResponse = nullptr; variable586 fetchResponse = profilerStub_->FetchData(&fetchContext, fetchRequest);587 ASSERT_TRUE(fetchResponse != nullptr);592 fetchResponse.get()->Read(&rp); in __anon11ccc4d00302()818 std::unique_ptr<grpc::ClientReader<FetchDataResponse>> fetchResponse = nullptr; variable823 fetchResponse = profilerStub_->FetchData(&fetchContext, fetchRequest);824 ASSERT_TRUE(fetchResponse != nullptr);829 fetchResponse.get()->Read(&rp); in __anon11ccc4d00702()1056 std::unique_ptr<grpc::ClientReader<FetchDataResponse>> fetchResponse = nullptr; variable1061 fetchResponse = profilerStub_->FetchData(&fetchContext, fetchRequest);[all …]