Searched refs:BinaryForPath (Results 1 – 2 of 2) sorted by relevance
139 BinaryForPath.clear(); in flush()332 const auto &I = BinaryForPath.find(Path); in getOrCreateObject()334 if (I == BinaryForPath.end()) { in getOrCreateObject()337 BinaryForPath.insert(std::make_pair(Path, OwningBinary<Binary>())); in getOrCreateObject()341 BinaryForPath.insert(std::make_pair(Path, std::move(BinOrErr.get()))); in getOrCreateObject()
110 std::map<std::string, OwningBinary<Binary>> BinaryForPath; variable