Searched refs:topSet (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/angle_dx11/src/compiler/depgraph/
H A DDependencyGraphBuilder.h46 TParentNodeSet* topSet = nodeSets.top(); local
47 return !topSet->empty() ? topSet : NULL;
/external/chromium_org/third_party/libxslt/libxslt/
H A Dattributes.c550 xsltAttrElemPtr topSet; local
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);
/external/libxslt/libxslt/
H A Dattributes.c550 xsltAttrElemPtr topSet; local
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 96 milliseconds