OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:d_next
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cvaux/src/
cvsubdiv2.cpp
69
CvSubdiv2DEdge
d_next
= cvSubdiv2DGetEdge(e, CV_NEXT_AROUND_DST );
local
76
if( cvSubdiv2DEdgeDst(e) != cvSubdiv2DEdgeDst(
d_next
))
84
if( cvSubdiv2DEdgeDst(o_prev) != cvSubdiv2DEdgeOrg(
d_next
))
/external/clang/tools/libclang/
CIndex.cpp
930
Decl *
D_next
= *next;
931
if (!
D_next
)
933
SourceLocation L =
D_next
->getLocStart();
938
Decls.push_back(
D_next
);
[
all
...]
Completed in 59 milliseconds