OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pNext
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cvaux/src/
cvfacedetection.cpp
431
m_pNext
= this;
438
m_pNext
= pHead;
440
pHead->m_pPrev->
m_pNext
= this;
451
m_pNext
->m_pPrev = m_pPrev;
452
m_pPrev->
m_pNext
=
m_pNext
;
466
while((tmp = m_pHead->
m_pNext
->m_pFace) != 0)
467
delete m_pHead->
m_pNext
;
482
m_pCurElem = m_pCurElem->
m_pNext
;
_cvfacedetection.h
305
ListElem *
m_pNext
;
Completed in 25 milliseconds