Home
last modified time | relevance | path

Searched refs:branchNode (Results 1 – 8 of 8) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DStringTrieBuilder.java405 DynamicBranchNode branchNode=new DynamicBranchNode(); in add() local
412 branchNode.setValue(value); in add()
420 result=branchNode; in add()
425 next=branchNode; in add()
434 next=branchNode; in add()
438 branchNode.add(thisChar, thisSuffixNode); in add()
439 branchNode.add(newChar, newSuffixNode); in add()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DStringTrieBuilder.java406 DynamicBranchNode branchNode=new DynamicBranchNode(); in add() local
413 branchNode.setValue(value); in add()
421 result=branchNode; in add()
426 next=branchNode; in add()
435 next=branchNode; in add()
439 branchNode.add(thisChar, thisSuffixNode); in add()
440 branchNode.add(newChar, newSuffixNode); in add()
/third_party/typescript/src/server/
DscriptVersionCache.ts44 private branchNode: LineNode | undefined; property in ts.server.EditWalker
84 branchParent = this.branchNode;
156 this.branchNode = currentNode;
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DEmitMetal.cpp2369 bool GenMetalTraverser::visitBranch(Visit, TIntermBranch *branchNode) in visitBranch() argument
2371 const TOperator flowOp = branchNode->getFlowOp(); in visitBranch()
2372 TIntermTyped *exprNode = branchNode->getExpression(); in visitBranch()
/third_party/glslang/glslang/MachineIndependent/
DParseHelper.h430 void wrapupSwitchSubsequence(TIntermAggregate* statements, TIntermNode* branchNode);
DParseHelper.cpp8510 void TParseContext::wrapupSwitchSubsequence(TIntermAggregate* statements, TIntermNode* branchNode) in wrapupSwitchSubsequence() argument
8520 if (branchNode) { in wrapupSwitchSubsequence()
8526 TIntermTyped* newExpression = branchNode->getAsBranchNode()->getExpression(); in wrapupSwitchSubsequence()
8528 error(branchNode->getLoc(), "duplicate label", "default", ""); in wrapupSwitchSubsequence()
8535 error(branchNode->getLoc(), "duplicated value", "case", ""); in wrapupSwitchSubsequence()
8538 switchSequence->push_back(branchNode); in wrapupSwitchSubsequence()
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.h163 void wrapupSwitchSubsequence(TIntermAggregate* statements, TIntermNode* branchNode);
DhlslParseHelper.cpp9244 …id HlslParseContext::wrapupSwitchSubsequence(TIntermAggregate* statements, TIntermNode* branchNode) in wrapupSwitchSubsequence() argument
9252 if (branchNode) { in wrapupSwitchSubsequence()
9258 TIntermTyped* newExpression = branchNode->getAsBranchNode()->getExpression(); in wrapupSwitchSubsequence()
9260 error(branchNode->getLoc(), "duplicate label", "default", ""); in wrapupSwitchSubsequence()
9267 error(branchNode->getLoc(), "duplicated value", "case", ""); in wrapupSwitchSubsequence()
9270 switchSequence->push_back(branchNode); in wrapupSwitchSubsequence()