Searched refs:comma_pos (Results 1 – 2 of 2) sorted by relevance
616 size_t comma_pos = 0; in ParseSeedInuts() local617 while ((comma_pos = SeedInputs.find_last_of(',')) != std::string::npos) { in ParseSeedInuts()618 Files.push_back(SeedInputs.substr(comma_pos + 1)); in ParseSeedInuts()619 SeedInputs = SeedInputs.substr(0, comma_pos); in ParseSeedInuts()
1603 size_t comma_pos; in GetMemoryRegionInfo() local1604 while ((comma_pos = comma_sep_str.find(',')) != std::string::npos) { in GetMemoryRegionInfo()1605 comma_sep_str[comma_pos] = '\0'; in GetMemoryRegionInfo()