Searched refs:hash_pos (Results 1 – 1 of 1) sorted by relevance
93 size_t hash_pos = line.find('#'); in hasNextLine() local94 curr_line = android::base::Trim(line.substr(0, hash_pos)); in hasNextLine()96 if (hash_pos != std::string::npos) { in hasNextLine()97 curr_tags = parseTags(line.substr(hash_pos + 1)); in hasNextLine()