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

  /external/chromium/net/disk_cache/
block_files.h 25 : init_(false), zero_buffer_(NULL), path_(path) {}
75 bool init_; member in class:disk_cache::BlockFiles
stats_histogram.h 34 : Histogram(name, minimum, maximum, bucket_count), init_(false) {}
50 bool init_; member in class:disk_cache::StatsHistogram
file.h 33 File() : init_(false), mixed_(false) {}
35 explicit File(bool mixed_mode) : init_(false), mixed_(mixed_mode) {}
84 bool init_; member in class:disk_cache::File
mapped_file.h 26 MappedFile() : File(true), init_(false) {}
44 bool init_; member in class:disk_cache::MappedFile
backend_impl.h 41 init_(false), restarted_(false), unit_test_(false), read_only_(false),
48 init_(false), restarted_(false), unit_test_(false), read_only_(false),
293 bool init_; // controls the initialization of the system. member in class:disk_cache::BackendImpl
sparse_control.h 43 : entry_(entry), child_(NULL), operation_(kNoOperation), init_(false),
153 bool init_; member in class:disk_cache::SparseControl
rankings.h 108 Rankings() : init_(false) {}
192 bool init_; member in class:disk_cache::Rankings
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
string-weight.h 160 : first_(w.first_), rest_(w.rest_), init_(true),
164 if (init_) return first_ == 0;
168 const L& Value() const { return init_ ? first_ : *iter_; }
171 if (init_) init_ = false;
176 init_ = true;
183 bool init_; // in the initialized state? member in class:fst::StringWeightIterator
  /external/v8/src/
ast.h 411 init_(NULL),
422 init_ = init;
429 Statement* init() const { return init_; }
437 Statement* init_; member in class:v8::internal::ForStatement
    [all...]

Completed in 661 milliseconds