40 for (
int i = 0; i <
length(); i++) {
52 void BitVector::Iterator::Advance() {
54 uint32_t val = current_value_;
58 val = target_->data_[current_index_];
61 val = SkipZeroBytes(val);
62 val = SkipZeroBits(val);
63 current_value_ = val >> 1;
void PrintF(const char *format,...)
v8::Handle< v8::Value > Print(const v8::Arguments &args)
bool Contains(int i) const