Searched refs:idVal (Results 1 – 3 of 3) sorted by relevance
677 long idVal; in parseProgramIdentifierList() local678 if (!parseArgLong(idStrPair[1], &idVal)) { in parseProgramIdentifierList()681 ProgramIdentifier id = {getType(idType), idVal}; in parseProgramIdentifierList()
88 int64_t idVal = strtol(serviceDescriptor.c_str() + slashIdx2 + 1, &endPtr, 10); in parseProviderName() local98 if (idVal < 0) { in parseProviderName()99 ADD_FAILURE() << "id is negative: " << serviceDescriptor.c_str() << idVal; in parseProviderName()104 *id = static_cast<uint32_t>(idVal); in parseProviderName()
311 long idVal = strtol(name.c_str() + slashIdx + 1, &endPtr, 10); in parseProviderName() local321 if (idVal < 0) { in parseProviderName()322 ADD_FAILURE() << "id is negative: " << name.c_str() << idVal; in parseProviderName()327 *id = static_cast<uint32_t>(idVal); in parseProviderName()