Searched refs:CountDimensions (Results 1 - 5 of 5) sorted by relevance

/haiku/src/kits/debugger/value/type_handlers/
H A DCStringTypeHandler.cpp44 } else if (arrayType != NULL && arrayType->CountDimensions() == 1) {
/haiku/src/kits/debugger/value/value_nodes/
H A DArrayValueNode.cpp127 int32 dimensionCount = fType->CountDimensions();
302 int32 dimensionCount = arrayType->CountDimensions();
/haiku/headers/private/debugger/model/
H A DType.h274 virtual int32 CountDimensions() const = 0;
/haiku/src/kits/debugger/debug_info/
H A DDwarfTypes.cpp1023 DwarfArrayType::CountDimensions() const function in class:DwarfArrayType
1040 if (indexPath.CountIndices() != CountDimensions())
1070 for (int32 dimensionIndex = CountDimensions() - 1;
H A DDwarfTypes.h353 virtual int32 CountDimensions() const;

Completed in 97 milliseconds