Searched refs:child_map_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Dsparse_control.h161 Bitmap child_map_; // The allocation map as a bitmap. member in class:disk_cache::SparseControl
H A Dsparse_control_v3.h159 Bitmap child_map_; // The allocation map as a bitmap. member in class:disk_cache::SparseControl
H A Dsparse_control_v3.cc198 child_map_(child_data_.bitmap, kNumSparseBits, kNumSparseBits / 32),
678 if (child_map_.FindNextBit(&start, last_bit, false)) {
727 if (block_offset && !child_map_.Get(last_bit)) {
735 child_map_.SetRange(first_bit, last_bit, true);
778 int bits_found = child_map_.FindBits(&found, last_bit, true);
H A Dsparse_control.cc196 child_map_(child_data_.bitmap, kNumSparseBits, kNumSparseBits / 32),
590 if (child_map_.FindNextBit(&start, last_bit, false)) {
639 if (block_offset && !child_map_.Get(last_bit)) {
647 child_map_.SetRange(first_bit, last_bit, true);
777 int bits_found = child_map_.FindBits(&found, last_bit, true);
/external/openfst/src/include/fst/extensions/pdt/
H A Dpdt.h49 // 'child_map_' accessed by stack_id and label. The paren_id is
96 StackId &child_id = child_map_[make_pair(stack_id, label)];
143 StackId, ChildHash> child_map_; // Child of stack node wrt label member in class:fst::PdtStack

Completed in 131 milliseconds