Home
last modified time | relevance | path

Searched defs:isLeaf (Results 1 – 11 of 11) sorted by relevance

/third_party/node/deps/icu-small/source/tools/genrb/
Dfilterrb.cpp109 bool isLeaf = false; in match() local
157 bool SimpleRuleBasedPathFilter::Tree::isLeaf() const { in isLeaf() function in SimpleRuleBasedPathFilter::Tree
/third_party/icu/icu4c/source/tools/genrb/
Dfilterrb.cpp109 bool isLeaf = false; in match() local
157 bool SimpleRuleBasedPathFilter::Tree::isLeaf() const { in isLeaf() function in SimpleRuleBasedPathFilter::Tree
/third_party/skia/third_party/externals/icu/source/tools/genrb/
Dfilterrb.cpp109 bool isLeaf = false; in match() local
157 bool SimpleRuleBasedPathFilter::Tree::isLeaf() const { in isLeaf() function in SimpleRuleBasedPathFilter::Tree
/third_party/typescript/src/server/
DscriptVersionCache.ts8 isLeaf(): this is LineLeaf; method
572 isLeaf() { method in LineNode
819 isLeaf() { method in LineLeaf
/third_party/skia/infra/bots/gen_tasks_logic/
Dcompile_cas.go103 isLeaf bool member
/third_party/vk-gl-cts/framework/common/
DtcuTestHierarchyIterator.cpp170 const bool isLeaf = isTestNodeTypeExecutable(node->getNodeType()); in next() local
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
DDistanceTable.java506 boolean isLeaf() { in isLeaf() method in DistanceTable.MappingKey
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource11.ts34 public isLeaf() { return this.isStatementOrExpression() && (!this.isCompoundStatement()); } method in AST
283 public isLeaf() { return true; } method in Identifier
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineOutliner.cpp169 bool isLeaf() const { return SuffixIdx != EmptyIdx; } in isLeaf() function
/third_party/typescript/tests/baselines/reference/
DparserRealSource11.js2413 …AST.prototype.isLeaf = function () { return this.isStatementOrExpression() && (!this.isCompoundSta… method in AST
2653 Identifier.prototype.isLeaf = function () { return true; }; method in Identifier
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DFunction.cpp1095 bool Intrinsic::isLeaf(ID id) { in isLeaf() function in Intrinsic