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

/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/
H A Ddisplay_composite.cpp87 return RTListGetNextCpp(&mDisplays, pDisplay, CrFbDisplayBase, mNode);
/vbox/include/iprt/
H A Dlist.h279 #define RTListGetNextCpp(pList, pCurNode, Type, Member) \ macro
/vbox/include/iprt/cpp/
H A Dxml.h475 return RTListGetNextCpp(m_pParentListAnchor, this, const Node, m_listEntry);
/vbox/src/VBox/Runtime/r3/
H A Dxml.cpp908 pSibling = RTListGetNextCpp(m_pParentListAnchor, pSibling, const Node, m_listEntry);
942 pSibling = RTListGetNextCpp(m_pParentListAnchor, pSibling, const Node, m_listEntry);

Completed in 76 milliseconds