Home
last modified time | relevance | path

Searched defs:Leaf (Results 1 – 25 of 32) sorted by relevance

12

/external/bcc/examples/networking/http_filter/
Dhttp-parse-complete.c15 struct Leaf { struct
20 //map <Key, Leaf> argument
/external/clang/lib/Rewrite/
DRewriteRope.cpp616 if (RopePieceBTreeLeaf *Leaf = dyn_cast<RopePieceBTreeLeaf>(this)) in Destroy() local
630 if (RopePieceBTreeLeaf *Leaf = dyn_cast<RopePieceBTreeLeaf>(this)) in split() local
644 if (RopePieceBTreeLeaf *Leaf = dyn_cast<RopePieceBTreeLeaf>(this)) in insert() local
653 if (RopePieceBTreeLeaf *Leaf = dyn_cast<RopePieceBTreeLeaf>(this)) in erase() local
733 if (RopePieceBTreeLeaf *Leaf = dyn_cast<RopePieceBTreeLeaf>(getRoot(Root))) in clear() local
/external/bcc/examples/networking/dns_matching/
Ddns_matching.c49 struct Leaf { struct
54 BPF_HASH(cache, struct Key, struct Leaf, 128); argument
/external/llvm/include/llvm/DebugInfo/CodeView/
DCVSymbolVisitor.h88 void visitSymbolBegin(SymbolKind Leaf, ArrayRef<uint8_t> RecordData) {} in visitSymbolBegin()
89 void visitSymbolEnd(SymbolKind Leaf, ArrayRef<uint8_t> OriginalSymData) {} in visitSymbolEnd()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/convert/
DTestBeanConversions.java64 static class Leaf { class in TestBeanConversions
67 public Leaf() { } in Leaf() method in TestBeanConversions.Leaf
68 public Leaf(int v) { value = v; } in Leaf() method in TestBeanConversions.Leaf
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLTypes.h46 std::shared_ptr<detail::LeafRecordBase> Leaf; member
/external/llvm/lib/DebugInfo/CodeView/
DCVTypeVisitor.cpp76 uint8_t Leaf = Data.front(); in skipPadding() local
98 TypeLeafKind Leaf = TypeLeafKind(unsigned(*LeafPtr)); in visitFieldList() local
/external/cpu_features/include/internal/
Dcpuid_x86.h27 } Leaf; typedef
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/node/
DTestConversions.java30 static class Leaf { class in TestConversions
33 public Leaf() { } in Leaf() method in TestConversions.Leaf
34 public Leaf(int v) { value = v; } in Leaf() method in TestConversions.Leaf
/external/bcc/tests/python/
Dtest_stat1.py21 Leaf = None variable
/external/dagger2/javatests/dagger/functional/producers/aot/
DProducesMethodShadowsInjectConstructorTest.java75 interface Leaf { interface in ProducesMethodShadowsInjectConstructorTest
/external/grpc-grpc-java/context/src/main/java/io/grpc/
DPersistentHashArrayMappedTrie.java73 static final class Leaf<K,V> implements Node<K,V> { class in PersistentHashArrayMappedTrie
77 public Leaf(K key, V value) { in Leaf() method in PersistentHashArrayMappedTrie.Leaf
/external/ComputeLibrary/src/runtime/CL/mlgo/
DHeuristicTree.h76 Leaf enumerator
/external/llvm/unittests/IR/
DPatternMatch.cpp57 Value *Leaf = IRB.CreateAdd(IRB.CreateAdd(Two, IRB.getInt32(8)), in TEST_F() local
/external/swiftshader/third_party/subzero/src/
DIceTimerTree.cpp187 TimerIdT Leaf = Nodes[StackTop].Interior; in update() local
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerIO.cpp171 static bool MkDirRecursiveInner(const std::string &Leaf) { in MkDirRecursiveInner()
/external/rust/crates/arbitrary/tests/
Dderive.rs121 Leaf, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DCodeViewRecordIO.cpp91 uint8_t Leaf = Reader->peek(); in skipPadding() local
DCVTypeVisitor.cpp170 TypeLeafKind Leaf; in visitFieldListMemberStream() local
/external/clang/lib/Lex/
DPPMacroExpansion.cpp141 auto Leaf = LeafModuleMacros.find(II); in updateModuleMacroInfo() local
212 ArrayRef<ModuleMacro*> Leaf; in dumpMacroInfo() local
/external/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp295 BasicBlock* LowerSwitch::newLeafBlock(CaseRange& Leaf, Value* Val, in newLeafBlock()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp333 BasicBlock *LowerSwitch::newLeafBlock(CaseRange &Leaf, Value *Val, in newLeafBlock()
/external/python/cpython3/Lib/lib2to3/
Dpytree.py317 class Leaf(Base): class
/external/python/cpython2/Lib/lib2to3/
Dpytree.py351 class Leaf(Base): class
/external/python/cpython3/Tools/peg_generator/pegen/
Dgrammar.py132 class Leaf: class

12