Searched refs:fItemCountType (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/kits/debugger/value/value_nodes/
H A DBListValueNode.cpp167 fItemCountType(NULL),
181 if (fItemCountType != NULL)
182 fItemCountType->ReleaseReference();
271 fItemCountType = member->GetType();
272 fItemCountType->AcquireReference();
356 if (!fCountChildCreated && fItemCountType != NULL) {
358 BListItemCountNodeChild(fItemCountLocation, this, fItemCountType);
/haiku/headers/private/debugger/value/value_nodes/
H A DBListValueNode.h63 Type* fItemCountType; member in class:BListValueNode

Completed in 49 milliseconds