Searched refs:comment_idx (Results 1 – 1 of 1) 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()