Searched refs:results_ (Results 1 – 2 of 2) sorted by relevance
243 if (results_.find(domain + stringId) != results_.end()) { in AddResult()248 results_[domain + stringId] = result; in AddResult()253 if (results_.find(domain + stringId) == results_.end()) { in GetResult()259 result = results_[domain + stringId]; // take result back in GetResult()
98 results_.clear(); in ~FreezeRule()123 return results_; in GetMap()132 std::map<std::string, FreezeResult> results_; variable