HomeSort by relevance Sort by last modified time
    Searched defs:exists_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/base/
hashmap-entry.h 23 : key(key), value(value), hash(hash), exists_(true) {}
25 bool exists() const { return exists_; }
27 void clear() { exists_ = false; }
30 bool exists_; member in struct:v8::base::TemplateHashMapEntry
  /build/kati/
file.h 38 bool Exists() const { return exists_; }
45 bool exists_; member in class:Makefile

Completed in 95 milliseconds