Home
last modified time | relevance | path

Searched defs:KeySet (Results 1 – 2 of 2) sorted by relevance

/third_party/gn/src/gn/
Dstring_atom.cc74 struct KeySet : public HashTableBase<KeyNode> { struct
75 using BaseType = HashTableBase<KeyNode>;
76 using Node = BaseType::Node;
79 static size_t Hash(std::string_view str) { in Hash()
92 Node* Lookup(size_t hash, std::string_view str) const { in Lookup()
101 void Insert(Node* node, size_t hash, KeyType key) { in Insert()
/third_party/typescript/tests/cases/conformance/expressions/typeGuards/
DtypeGuardFunctionErrors.ts150 type KeySet<T extends Keys> = { [k in T]: true } alias