Searched refs:UnmaterializedInfos (Results 1 – 2 of 2) sorted by relevance
932 assert(UnmaterializedInfos.count(KV.first) == 0 && in replace()960 UnmaterializedInfos[KV.first] = UMI; in replace()1316 auto UMII = UnmaterializedInfos.find(Name); in lodgeQueryImpl()1317 assert(UMII != UnmaterializedInfos.end() && in lodgeQueryImpl()1330 UnmaterializedInfos.erase(KV.first); in lodgeQueryImpl()1435 auto UMII = UnmaterializedInfos.find(Name); in lookupImpl()1436 assert(UMII != UnmaterializedInfos.end() && in lookupImpl()1449 UnmaterializedInfos.erase(KV.first); in lookupImpl()1488 auto I = UnmaterializedInfos.find(KV.first); in dump()1489 assert(I != UnmaterializedInfos.end() && in dump()[all …]
631 UnmaterializedInfos[KV.first] = UMI; in define()728 UnmaterializedInfosMap UnmaterializedInfos; variable