Searched refs:_GetTypeForTypeCode (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/private/debugger/value/value_nodes/
H A DBMessageValueNode.h40 status_t _GetTypeForTypeCode(
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.h141 status_t _GetTypeForTypeCode(int32 typeCode,
H A DVariablesView.cpp3291 if (_GetTypeForTypeCode(valueData.Type(), type) != B_OK)
3452 VariablesView::_GetTypeForTypeCode(int32 type, Type*& _resultType) const function in class:VariablesView
/haiku/src/kits/debugger/value/value_nodes/
H A DBMessageValueNode.cpp355 _GetTypeForTypeCode(info, type, fieldType);
394 BMessageValueNode::_GetTypeForTypeCode(TeamTypeInformation* info, function in class:BMessageValueNode
651 status_t error = fParent->_GetTypeForTypeCode(info, fFieldType, type);

Completed in 55 milliseconds