#include <il.h>
Definition at line 938 of file il.h.
◆ operator!=()
bool dart::ValueListIterable::Iterator::operator!= |
( |
const Iterator & |
other | ) |
|
|
inline |
Definition at line 950 of file il.h.
950{ return !(*this == other); }
◆ operator*()
Value * dart::ValueListIterable::Iterator::operator* |
( |
| ) |
const |
|
inline |
Definition at line 941 of file il.h.
◆ operator++()
Iterator & dart::ValueListIterable::Iterator::operator++ |
( |
| ) |
|
|
inline |
Definition at line 943 of file il.h.
943 {
945 return *this;
946 }
◆ operator==()
bool dart::ValueListIterable::Iterator::operator== |
( |
const Iterator & |
other | ) |
|
|
inline |
Definition at line 948 of file il.h.
948{
return value == other.value; }
◆ value
Value* dart::ValueListIterable::Iterator::value |
Definition at line 939 of file il.h.
The documentation for this struct was generated from the following file:
- third_party/dart-lang/sdk/runtime/vm/compiler/backend/il.h