Searched refs:string_storage (Results 1 – 2 of 2) sorted by relevance
213 const auto string_storage = PersistentStringStorage(); in GetPersistentStringPiece() local214 auto found = string_storage->find(str); in GetPersistentStringPiece()215 if (found == string_storage->end()) { in GetPersistentStringPiece()216 auto inserted = string_storage->insert(str); in GetPersistentStringPiece()
28 static std::unordered_set<string>* string_storage = in PersistentStringStorage() local30 return string_storage; in PersistentStringStorage()