Searched refs:tableToShared (Results 1 – 2 of 2) sorted by relevance
1045 const std::map<std::string, std::string> &tableToShared) in GetReachableWithShared() argument1050 bool sourceHasNoShared = tableToShared.find(source) == tableToShared.end(); in GetReachableWithShared()1054 if (sourceHasNoShared || tableToShared.find(target) == tableToShared.end()) { in GetReachableWithShared()1058 reachableWithShared[tableToShared.at(source)][tableToShared.at(target)] = isReach; in GetReachableWithShared()1065 …t std::map<std::string, int> &tableWeight, const std::map<std::string, std::string> &tableToShared) in GetTableWeightWithShared() argument1070 if (tableToShared.find(table) == tableToShared.end()) { in GetTableWeightWithShared()1073 res[tableToShared.at(table)] = weight; in GetTableWeightWithShared()
94 const std::map<std::string, std::string> &tableToShared);97 const std::map<std::string, std::string> &tableToShared);