Searched refs:idVal (Results 1 – 1 of 1) sorted by relevance
282 long idVal = strtol(name.c_str() + slashIdx + 1, &endPtr, 10); in parseProviderName() local292 if (idVal < 0) { in parseProviderName()293 ADD_FAILURE() << "id is negative: " << name.c_str() << idVal; in parseProviderName()298 *id = static_cast<uint32_t>(idVal); in parseProviderName()