Home
last modified time | relevance | path

Searched refs:commaLoc (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/gpu_info_util/
DSystemInfo.cpp220 size_t commaLoc = identifier.find(',', numberLoc); in ParseMacMachineModel() local
221 if (commaLoc == std::string::npos || commaLoc >= identifier.size()) in ParseMacMachineModel()
227 const char *commaPtr = &identifier[commaLoc + 1]; in ParseMacMachineModel()