#include <bit-vector.h>
Definition at line 19 of file bit-vector.h.
◆ Iterator() [1/2]
◆ Iterator() [2/2]
v8::internal::BitVector::Iterator::Iterator |
( |
const BitVector * | target, |
|
|
EndTag | ) |
|
inlineexplicitprivate |
◆ operator!=()
bool v8::internal::BitVector::Iterator::operator!= |
( |
const Iterator & | other | ) |
const |
|
inline |
◆ operator*()
int v8::internal::BitVector::Iterator::operator* |
( |
| ) |
const |
|
inline |
◆ operator++()
◆ operator==()
bool v8::internal::BitVector::Iterator::operator== |
( |
const Iterator & | other | ) |
const |
|
inline |
◆ BitVector
◆ current_index_
int v8::internal::BitVector::Iterator::current_index_ |
|
private |
◆ end_
uintptr_t* v8::internal::BitVector::Iterator::end_ |
|
private |
◆ kEndTag
◆ kStartTag
◆ ptr_
uintptr_t* v8::internal::BitVector::Iterator::ptr_ |
|
private |
The documentation for this class was generated from the following file: