Searched refs:typeIter (Results 1 – 3 of 3) sorted by relevance
515 auto typeIter = literalTypes.find(typeId); in parseSpecConstant() local516 assert(typeIter != literalTypes.end()); in parseSpecConstant()518 data.type = typeIter->second; in parseSpecConstant()
1162 auto typeIter = internalFormatIter->second.find(type); in GetInternalFormatInfo() local1163 if (typeIter == internalFormatIter->second.end()) in GetInternalFormatInfo()1168 return typeIter->second; in GetInternalFormatInfo()
1608 auto typeIter = internalFormatIter->second.find(type); in GetInternalFormatInfo() local1609 if (typeIter == internalFormatIter->second.end()) in GetInternalFormatInfo()1614 return typeIter->second; in GetInternalFormatInfo()