Searched refs:is_removal (Results 1 – 2 of 2) sorted by relevance
269 ScanResult() : is_removal(false) {} in ScanResult()273 : path(path_in), properties(properties_in), is_removal(is_removal_in) {} in ScanResult()276 bool is_removal; member594 bool is_removal);
379 bool is_removal) { in AddPendingScanResult() argument386 pending_scan_results_->results.emplace_back(path, properties, is_removal); in AddPendingScanResult()1179 if (result.is_removal) { in PendingScanResultsHandler()