Searched refs:comma_pos (Results 1 – 2 of 2) sorted by relevance
619 size_t comma_pos = 0; in ParseSeedInuts() local620 while ((comma_pos = SeedInputs.find_last_of(',')) != std::string::npos) { in ParseSeedInuts()621 Files.push_back(SeedInputs.substr(comma_pos + 1)); in ParseSeedInuts()622 SeedInputs = SeedInputs.substr(0, comma_pos); in ParseSeedInuts()
1633 size_t comma_pos; in GetMemoryRegionInfo() local1634 while ((comma_pos = comma_sep_str.find(',')) != std::string::npos) { in GetMemoryRegionInfo()1635 comma_sep_str[comma_pos] = '\0'; in GetMemoryRegionInfo()