Searched refs:comment_idx (Results 1 – 2 of 2) sorted by relevance
324 auto comment_idx = line.find('#'); in UpdateDynamicPartitions() local325 auto op_and_args = comment_idx == std::string::npos ? line : line.substr(0, comment_idx); in UpdateDynamicPartitions()
739 comment_idx = line.find('#')740 line = line if comment_idx == -1 else line[0:comment_idx]