Searched refs:hash_pos (Results 1 – 2 of 2) sorted by relevance
799 size_t hash_pos = filter_line.find('#'); in LoadFilterFile() local804 if (hash_pos != std::string::npos && hash_pos > 0 && in LoadFilterFile()805 filter_line[hash_pos - 1] != ' ') { in LoadFilterFile()812 TrimWhitespaceASCII(filter_line.substr(0, hash_pos), TRIM_ALL) in LoadFilterFile()
1454 size_t hash_pos = filter_line.find('#'); in LoadFilterFile() local1459 if (hash_pos != std::string::npos && hash_pos > 0 && in LoadFilterFile()1460 filter_line[hash_pos - 1] != ' ') { in LoadFilterFile()1467 TrimWhitespaceASCII(filter_line.substr(0, hash_pos), TRIM_ALL)); in LoadFilterFile()