Home
last modified time | relevance | path

Searched defs:KeyNode (Results 1 – 3 of 3) sorted by relevance

/third_party/gn/src/gn/
Dstring_atom.cc45 struct KeyNode { struct
46 size_t hash;
47 KeyType key;
50 bool is_valid() const { return !is_null(); } in is_valid()
51 bool is_null() const { return !key; } in is_null()
52 size_t hash_value() const { return hash; } in hash_value()
55 static constexpr bool is_tombstone() { return false; } in is_tombstone()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DYAMLTraits.cpp395 Node *KeyNode = KVN.getKey(); in createHNodes() local
DVirtualFileSystem.cpp1201 bool checkDuplicateOrUnknownKey(yaml::Node *KeyNode, StringRef Key, in checkDuplicateOrUnknownKey()