Searched refs:comment_pos (Results 1 – 1 of 1) sorted by relevance
59 std::string::size_type comment_pos = line_view.find('#'); in ParseSymbolTags() local60 if (comment_pos == std::string::npos) { in ParseSymbolTags()64 std::string_view comment_line = line_view.substr(comment_pos + 1); in ParseSymbolTags()