#include <graph.h>
Definition at line 872 of file graph.h.
◆ value_type
◆ OpIndexIterator()
v8::internal::compiler::turboshaft::Graph::OpIndexIterator::OpIndexIterator |
( |
OpIndex | index, |
|
|
const Graph * | graph ) |
|
inlineexplicit |
◆ operator!=()
bool v8::internal::compiler::turboshaft::Graph::OpIndexIterator::operator!= |
( |
OpIndexIterator | other | ) |
const |
|
inline |
◆ operator*()
value_type v8::internal::compiler::turboshaft::Graph::OpIndexIterator::operator* |
( |
| ) |
const |
|
inline |
◆ operator++()
OpIndexIterator & v8::internal::compiler::turboshaft::Graph::OpIndexIterator::operator++ |
( |
| ) |
|
|
inline |
◆ operator--()
OpIndexIterator & v8::internal::compiler::turboshaft::Graph::OpIndexIterator::operator-- |
( |
| ) |
|
|
inline |
◆ operator==()
bool v8::internal::compiler::turboshaft::Graph::OpIndexIterator::operator== |
( |
OpIndexIterator | other | ) |
const |
|
inline |
◆ graph_
const Graph* const v8::internal::compiler::turboshaft::Graph::OpIndexIterator::graph_ |
|
private |
◆ index_
OpIndex v8::internal::compiler::turboshaft::Graph::OpIndexIterator::index_ |
|
private |
The documentation for this class was generated from the following file: