Searched refs:exists_ (Results 1 – 4 of 4) sorted by relevance
33 : 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_;
44 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
40 exists_ = (mtime_ != 0) ? ExistenceStatusExists : ExistenceStatusMissing; in Stat()
82908 static nsIAtom* exists_; member in nsGkAtoms