Searched refs:IsolateKey (Results 1 – 2 of 2) sorted by relevance
119 struct IsolateKey { struct121 size_t operator()(const IsolateKey& v) const { in operator() argument126 bool operator==(const IsolateKey& other) const {130 bool operator!=(const IsolateKey& other) const { return !(*this == other); }182 base::FlatHashMap<IsolateKey, std::optional<IsolateId>, IsolateKey::Hasher>
152 const IsolateKey isolate_key{ in InternIsolate()