Home
last modified time | relevance | path

Searched refs:exists_ (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/base/
Dhashmap-entry.h33 : key(key), value(value), hash(hash), exists_(true) {} in TemplateHashMapEntry()
35 bool exists() const { return exists_; } in exists()
37 void clear() { exists_ = false; } in clear()
40 bool exists_;
70 : key(key), hash(hash), exists_(true) {}
72 bool exists() const { return exists_; }
74 void clear() { exists_ = false; }
77 bool exists_;
/third_party/ninja/src/
Dgraph.h44 exists_(ExistenceStatusUnknown), in Node()
66 exists_ = ExistenceStatusUnknown; in ResetState()
75 exists_ = ExistenceStatusMissing; in MarkMissing()
79 return exists_ == ExistenceStatusExists; in exists()
83 return exists_ != ExistenceStatusUnknown; in status_known()
138 ExistenceStatus exists_; member
Dgraph.cc40 exists_ = (mtime_ != 0) ? ExistenceStatusExists : ExistenceStatusMissing; in Stat()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp82908 static nsIAtom* exists_; member in nsGkAtoms