Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/base/
H A 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_; member
70 : key(key), hash(hash), exists_(true) {} in TemplateHashMapEntry()
72 bool exists() const { return exists_; } in exists()
74 void clear() { exists_ = false; } in clear()
77 bool exists_; member
/third_party/ninja/src/
H A Dgraph.h59 exists_ = ExistenceStatusUnknown; in ResetState()
68 exists_ = ExistenceStatusMissing; in MarkMissing()
72 return exists_ == ExistenceStatusExists; in exists()
76 return exists_ != ExistenceStatusUnknown; in status_known()
139 ExistenceStatus exists_ = ExistenceStatusUnknown; member
H A Dgraph.cc39 exists_ = (mtime_ != 0) ? ExistenceStatusExists : ExistenceStatusMissing; in Stat()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 28 milliseconds