OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:curParent
(Results
1 - 2
of
2
) sorted by null
/external/deqp/framework/randomshaders/
rsgStatement.cpp
378
const ConditionalStatement*
curParent
= dynamic_cast<const ConditionalStatement*>(state.getStatementStackEntry(curStackNdx));
380
if (!
curParent
)
383
if (curChild ==
curParent
->m_trueStatement &&
curParent
->m_falseStatement)
387
curChild =
curParent
;
/external/lzma/CPP/7zip/UI/Common/
OpenArchive.cpp
562
UInt32
curParent
= (UInt32)(Int32)-1;
564
RINOK(GetRawProps->GetParent(curIndex, &
curParent
, &parentType));
565
if (parent ==
curParent
)
567
if (
curParent
== (UInt32)(Int32)-1)
570
curIndex =
curParent
;
[
all
...]
Completed in 485 milliseconds