Searched refs:branchNode (Results 1 – 8 of 8) sorted by relevance
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | StringTrieBuilder.java | 405 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/ |
D | StringTrieBuilder.java | 406 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/ |
D | scriptVersionCache.ts | 44 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/ |
D | EmitMetal.cpp | 2369 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/ |
D | ParseHelper.h | 430 void wrapupSwitchSubsequence(TIntermAggregate* statements, TIntermNode* branchNode);
|
D | ParseHelper.cpp | 8510 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/ |
D | hlslParseHelper.h | 163 void wrapupSwitchSubsequence(TIntermAggregate* statements, TIntermNode* branchNode);
|
D | hlslParseHelper.cpp | 9244 …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()
|