Home
last modified time | relevance | path

Searched refs:outNode (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/compiler/translator/TranslatorMetalDirect/
DToposortStructs.cpp193 TIntermTyped *outNode = andNodes.back(); in CreateStructEqualityFunction() local
197 outNode = new TIntermBinary(TOperator::EOpLogicalAnd, andNode, outNode); in CreateStructEqualityFunction()
199 bodyEquality.appendStatement(new TIntermBranch(TOperator::EOpReturn, outNode)); in CreateStructEqualityFunction()
/external/dagger2/java/dagger/internal/codegen/kythe/
DDaggerKythePlugin.java116 Node outNode = graph.network().incidentNodes(outEdge).target(); in addEdgesForDependencyRequest() local
117 addEdgesForDependencyRequest(dependency, (BindingNode) outNode, graph); in addEdgesForDependencyRequest()
/external/apache-xml/src/main/java/org/apache/xml/utils/
DDOMHelper.java107 Document outNode = docBuilder.newDocument(); in createDocument() local
109 return outNode; in createDocument()