Searched refs:commaLoc (Results 1 – 1 of 1) sorted by relevance
220 size_t commaLoc = identifier.find(',', numberLoc); in ParseMacMachineModel() local221 if (commaLoc == std::string::npos || commaLoc >= identifier.size()) in ParseMacMachineModel()227 const char *commaPtr = &identifier[commaLoc + 1]; in ParseMacMachineModel()