Searched refs:rcd (Results 1 – 4 of 4) sorted by relevance
11 const double &rcd = d; in example0() local
95 const double& rcd = d; variable
37 const double& rcd = d; // rcd refers to d in test3() local
573 std::string rcd; in GetDistinctHosts() local578 rcd = host.substr(host.size() - reg_len); in GetDistinctHosts()590 if (include_rcd && RcdBetterThan(rcd, it->second)) in GetDistinctHosts()591 it->second = rcd; in GetDistinctHosts()593 hosts_best_rcd.push_back(std::make_pair(host, rcd)); in GetDistinctHosts()