OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:topSet
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/angle/src/compiler/translator/depgraph/
DependencyGraphBuilder.h
46
TParentNodeSet*
topSet
= nodeSets.top();
47
return !
topSet
->empty() ?
topSet
: NULL;
/external/chromium_org/third_party/libxslt/libxslt/
attributes.c
550
xsltAttrElemPtr
topSet
;
562
topSet
= xmlHashLookup2(style->attributeSets, name, ns);
563
if (
topSet
==NULL) {
568
topSet
= xsltMergeAttrElemList(style,
topSet
, values);
569
xmlHashUpdateEntry2(style->attributeSets, name, ns,
topSet
, NULL);
Completed in 337 milliseconds