Searched refs:bundleToId (Results 1 – 2 of 2) sorted by relevance
88 bundleToId[key] = id; in AssignId()95 bundleToId.erase(bundle); in RecycleId()110 if (bundleToId.find(key) != bundleToId.end()) { in KeyToId()111 return bundleToId[key]; in KeyToId()118 if (bundleToId.find(key) != bundleToId.end()) { in ValidateExistKey()
47 std::map<std::string, int> bundleToId; variable