Searched defs:ShouldIgnoreRequest (Results 1 – 5 of 5) sorted by relevance
48 …bool ShouldIgnoreRequest(GCRequest& request) override { return currentCollector_->ShouldIgnoreRequ… in ShouldIgnoreRequest() function
165 bool ShouldIgnoreRequest(GCRequest& request) override { return request.ShouldBeIgnored(); } in ShouldIgnoreRequest() function
30 bool ShouldIgnoreRequest(GCRequest&) override in ShouldIgnoreRequest() function
49 bool ShouldIgnoreRequest(GCRequest&) override in ShouldIgnoreRequest() function in MockCollector
1124 bool ArkCollector::ShouldIgnoreRequest(GCRequest& request) { return request.ShouldBeIgnored(); } in ShouldIgnoreRequest() function in common::ArkCollector