Searched refs:fElementIndex (Results 1 - 3 of 3) sorted by last modified time

/haiku/src/kits/debugger/value/value_nodes/
H A DBListValueNode.cpp48 int64 fElementIndex; member in class:BListValueNode::BListElementNodeChild
59 fElementIndex(elementIndex),
64 fName.SetToFormat("[%" B_PRId64 "]", fElementIndex);
86 listAddress += fElementIndex * addressSize;
H A DArrayValueNode.cpp241 fElementIndex(elementIndex)
/haiku/headers/private/debugger/value/value_nodes/
H A DArrayValueNode.h91 int32 ElementIndex() const { return fElementIndex; }
99 int64 fElementIndex; member in class:AbstractArrayValueNodeChild

Completed in 54 milliseconds