Searched defs:init_ (Results 1 - 13 of 13) sorted by relevance

/external/chromium/net/disk_cache/
H A Dblock_files.h88 bool init_; member in class:disk_cache::BlockFiles
H A Dfile.h79 bool init_; member in class:disk_cache::File
H A Dmapped_file.h25 MappedFile() : File(true), init_(false) {}
43 bool init_; member in class:disk_cache::MappedFile
H A Deviction.h81 bool init_; member in class:disk_cache::Eviction
H A Dstats_histogram.h35 : Histogram(name, minimum, maximum, bucket_count), init_(false) {}
50 bool init_; member in class:disk_cache::StatsHistogram
H A Dsparse_control.h153 bool init_; member in class:disk_cache::SparseControl
H A Dbackend_impl.h362 bool init_; // controls the initialization of the system. member in class:disk_cache::BackendImpl
H A Drankings.h198 bool init_; member in class:disk_cache::Rankings
/external/openfst/src/include/fst/
H A Dsparse-tuple-weight.h233 : first_(w.first_), rest_(w.rest_), init_(true),
237 if (init_)
243 const Pair& Value() const { return init_ ? first_ : *iter_; }
246 if (init_)
247 init_ = false;
253 init_ = true;
260 bool init_; // in the initialized state? member in class:fst::SparseTupleWeightIterator
H A Dstring-weight.h168 : first_(w.first_), rest_(w.rest_), init_(true),
172 if (init_) return first_ == 0;
176 const L& Value() const { return init_ ? first_ : *iter_; }
179 if (init_) init_ = false;
184 init_ = true;
191 bool init_; // in the initialized state? member in class:fst::StringWeightIterator
H A Daccumulator.h331 bool init_; // Cumulative weights initialized? member in class:fst::FastLogAccumulator
666 : init_(false), data_(new ReplaceAccumulatorData<Accumulator, T>()),
670 : init_(false),
675 : init_(acc.init_), data_(acc.data_), error_(acc.error_) {
676 if (!init_)
690 init_ = true;
695 if (!init_) {
733 bool init_; member in class:fst::ReplaceAccumulator
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dstring-weight.h160 : 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/
H A Dast.h800 init_ = init;
805 Statement* init() const { return init_; }
830 init_(NULL),
840 Statement* init_; member in class:v8::internal::ForStatement

Completed in 170 milliseconds