Searched refs:birth_files_ (Results 1 – 2 of 2) sorted by relevance
676 birth_files_[location.file_name()]++; in AddBirthPlace()684 if (birth_files_.size() > 1) { in Write()685 base::StringAppendF(output, "%" PRIuS " Files. ", birth_files_.size()); in Write()688 birth_files_.begin()->first.c_str()); in Write()720 birth_files_.clear(); in Clear()
349 std::map<std::string, int> birth_files_; variable