#include <sparse-bit-vector.h>
Definition at line 45 of file sparse-bit-vector.h.
◆ Iterator() [1/2]
v8::internal::SparseBitVector::Iterator::Iterator |
( |
EndTag | | ) |
|
|
inlineexplicit |
◆ Iterator() [2/2]
v8::internal::SparseBitVector::Iterator::Iterator |
( |
const Segment * | segment | ) |
|
|
inlineexplicit |
◆ operator!=()
bool v8::internal::SparseBitVector::Iterator::operator!= |
( |
const Iterator & | other | ) |
const |
|
inline |
◆ operator*()
int v8::internal::SparseBitVector::Iterator::operator* |
( |
| ) |
const |
|
inline |
◆ operator++()
void v8::internal::SparseBitVector::Iterator::operator++ |
( |
| ) |
|
|
inline |
◆ operator==()
bool v8::internal::SparseBitVector::Iterator::operator== |
( |
const Iterator & | other | ) |
const |
|
inline |
◆ bit_in_segment_
int v8::internal::SparseBitVector::Iterator::bit_in_segment_ = 0 |
|
private |
◆ segment_
const Segment* v8::internal::SparseBitVector::Iterator::segment_ = nullptr |
|
private |
The documentation for this class was generated from the following file: