Searched refs:map_suffixes_to_ignore (Results 1 – 2 of 2) sorted by relevance
126 static bool ShouldStop(const std::vector<std::string>* map_suffixes_to_ignore, in ShouldStop() argument128 if (map_suffixes_to_ignore == nullptr) { in ShouldStop()136 return std::find(map_suffixes_to_ignore->begin(), map_suffixes_to_ignore->end(), in ShouldStop()137 map_name.substr(pos + 1)) != map_suffixes_to_ignore->end(); in ShouldStop()141 const std::vector<std::string>* map_suffixes_to_ignore) { in Unwind() argument165 if (ShouldStop(map_suffixes_to_ignore, map_info->name)) { in Unwind()
78 const std::vector<std::string>* map_suffixes_to_ignore = nullptr);