Searched refs:IsInternal (Results 1 - 12 of 12) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DBlock.h63 bool IsInternal() const;
104 bool IsInternal() const;
H A DBlock.cpp134 if (node->IsInternal())
168 // IsInternal
170 Block::IsInternal() const function in class:Block
173 return node->IsInternal();
274 // IsInternal
276 Node::IsInternal() const function in class:Node
H A DTree.cpp146 if ((*node)->IsInternal())
H A DIterators.cpp266 if (fCurrentNode->IsInternal()
276 if (fCurrentNode->IsInternal() && fIndex > 0)
289 if (fCurrentNode->IsInternal()) {
336 while (error == B_OK && fCurrentNode->IsInternal()) {
374 while (error == B_OK && fCurrentNode->IsInternal())
402 while (error == B_OK && fCurrentNode->IsInternal()) {
/haiku/headers/private/debugger/value/
H A DValueNode.h105 virtual bool IsInternal() const;
/haiku/headers/private/debugger/value/value_nodes/
H A DArrayValueNode.h131 virtual bool IsInternal() const;
H A DBMessageValueNode.h122 virtual bool IsInternal() const;
/haiku/src/kits/debugger/value/
H A DValueNode.cpp157 ValueNodeChild::IsInternal() const function in class:ValueNodeChild
/haiku/src/kits/debugger/value/value_nodes/
H A DArrayValueNode.cpp363 InternalArrayValueNodeChild::IsInternal() const function in class:InternalArrayValueNodeChild
H A DBMessageValueNode.cpp756 BMessageValueNode::BMessageFieldNodeChild::IsInternal() const function in class:BMessageValueNode::BMessageFieldNodeChild
/haiku/src/kits/debugger/debug_managers/
H A DValueNodeManager.cpp199 if (nodeChild->IsInternal()) {
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp1262 child->IsInternal(), childCount == 1);
1624 if (_child->IsInternal())

Completed in 158 milliseconds