Home
last modified time | relevance | path

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) { in SupportsType()
/haiku/src/kits/debugger/value/value_nodes/
H A DArrayValueNode.cpp127 int32 dimensionCount = fType->CountDimensions(); in CreateChildrenInRange()
302 int32 dimensionCount = arrayType->CountDimensions(); in ResolveLocation()
/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 in CountDimensions() function in DwarfArrayType
1040 if (indexPath.CountIndices() != CountDimensions()) in ResolveElementLocation()
1070 for (int32 dimensionIndex = CountDimensions() - 1; in ResolveElementLocation()
H A DDwarfTypes.h353 virtual int32 CountDimensions() const;