Lines Matching refs:entry
583 auto entry = fTypeMap.find(key);
584 if (entry == fTypeMap.end()) {
681 return entry->second;
702 auto entry = fTypeMap.find(key);
703 if (entry == fTypeMap.end()) {
743 return entry->second;
754 auto entry = fTypeMap.find(key);
755 if (entry == fTypeMap.end()) {
762 return entry->second;
1253 const auto& entry = fFunctionMap.find(&function);
1254 if (entry == fFunctionMap.end()) {
1273 this->writeWord(entry->second, out);
1585 SpvId entry,
1588 currentColumn->push_back(entry);
2034 auto entry = fVariableMap.find(&var);
2035 SkASSERTF(entry != fVariableMap.end(), "%s", expr.description().c_str());
2036 return std::make_unique<PointerLValue>(*this, entry->second,
2634 // If this is the first entry, we don't need to merge comparison results with anything.
3598 for (auto entry : fVariableMap) {
3599 const Variable* var = entry.first;
3603 interfaceVars.insert(entry.second);