OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:num_bits_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/disk_cache/
bitmap.h
16
Bitmap() : map_(NULL),
num_bits_
(0), array_size_(0), alloc_(false) {}
37
int Size() const { return
num_bits_
; }
99
return FindNextSetBitBeforeLimit(index,
num_bits_
);
127
int
num_bits_
; // The upper bound of the bitmap.
member in class:disk_cache::Bitmap
/external/chromium_org/net/disk_cache/
bitmap.h
16
Bitmap() : map_(NULL),
num_bits_
(0), array_size_(0), alloc_(false) {}
37
int Size() const { return
num_bits_
; }
99
return FindNextSetBitBeforeLimit(index,
num_bits_
);
127
int
num_bits_
; // The upper bound of the bitmap.
member in class:disk_cache::Bitmap
Completed in 569 milliseconds