Home
last modified time | relevance | path

Searched defs:NodeRef (Results 1 – 25 of 26) sorted by relevance

12

/third_party/rust/rust/library/alloc/src/collections/btree/
Dnode.rs182 pub struct NodeRef<BorrowType, K, V, Type> { struct
198 pub type Root<K, V> = NodeRef<marker::Owned, K, V, marker::LeafOrInternal>; argument
200 impl<'a, K: 'a, V: 'a, Type> Copy for NodeRef<marker::Immut<'a>, K, V, Type> {} implementation
201 impl<'a, K: 'a, V: 'a, Type> Clone for NodeRef<marker::Immut<'a>, K, V, Type> { implementation
207 unsafe impl<BorrowType, K: Sync, V: Sync, Type> Sync for NodeRef<BorrowType, K, V, Type> {} implementation
209 unsafe impl<K: Sync, V: Sync, Type> Send for NodeRef<marker::Immut<'_>, K, V, Type> {} implementation
210 unsafe impl<K: Send, V: Send, Type> Send for NodeRef<marker::Mut<'_>, K, V, Type> {} implementation
211 unsafe impl<K: Send, V: Send, Type> Send for NodeRef<marker::ValMut<'_>, K, V, Type> {} implementation
212 unsafe impl<K: Send, V: Send, Type> Send for NodeRef<marker::Owned, K, V, Type> {} implementation
213 unsafe impl<K: Send, V: Send, Type> Send for NodeRef<marker::Dying, K, V, Type> {} implementation
[all …]
Dfix.rs5 impl<'a, K: 'a, V: 'a> NodeRef<marker::Mut<'a>, K, V, marker::LeafOrInternal> { impl
49 impl<'a, K: 'a, V: 'a> NodeRef<marker::Mut<'a>, K, V, marker::LeafOrInternal> { impl
Dnavigate.rs251 impl<BorrowType: marker::BorrowType, K, V> NodeRef<BorrowType, K, V, marker::LeafOrInternal> { impl
312 impl<'a, K: 'a, V: 'a> NodeRef<marker::Immut<'a>, K, V, marker::LeafOrInternal> { implementation
333 impl<'a, K: 'a, V: 'a> NodeRef<marker::ValMut<'a>, K, V, marker::LeafOrInternal> { implementation
363 impl<K, V> NodeRef<marker::Dying, K, V, marker::LeafOrInternal> { impl
627 impl<BorrowType: marker::BorrowType, K, V> NodeRef<BorrowType, K, V, marker::LeafOrInternal> { impl
661 impl<'a, K: 'a, V: 'a> NodeRef<marker::Immut<'a>, K, V, marker::LeafOrInternal> { impl
736 impl<BorrowType: marker::BorrowType, K, V> NodeRef<BorrowType, K, V, marker::LeafOrInternal> { implementation
Dsearch.rs41 impl<BorrowType: marker::BorrowType, K, V> NodeRef<BorrowType, K, V, marker::LeafOrInternal> { impl
186 impl<BorrowType, K, V, Type> NodeRef<BorrowType, K, V, Type> { impl
/third_party/rust/rust/library/alloc/src/collections/btree/node/
Dtests.rs7 impl<'a, K: 'a, V: 'a> NodeRef<marker::Immut<'a>, K, V, marker::LeafOrInternal> { implementation
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DGraphTraits.h78 using NodeRef = typename GraphType::UnknownGraphTypeError; member
DBreadthFirstIterator.h52 using NodeRef = typename GT::NodeRef; variable
DPostOrderIterator.h99 using NodeRef = typename GT::NodeRef; variable
288 using NodeRef = typename GT::NodeRef; variable
DSCCIterator.h45 using NodeRef = typename GT::NodeRef; variable
DDepthFirstIterator.h89 using NodeRef = typename GT::NodeRef; variable
DIntervalMap.h507 NodeRef(NodeT *p, unsigned n) : pip(p, n - 1) { in NodeRef() function
1247 visitNodes(void (IntervalMap::*f)(IntervalMapImpl::NodeRef, unsigned Height)) { in visitNodes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DSyntheticCountsUtils.h34 using NodeRef = typename CGT::NodeRef; variable
DLoopIterator.h41 using NodeRef = std::pair<const Loop *, BasicBlock *>; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCFGDiff.h160 using NodeRef = std::pair<DataRef, BasicBlock *>; member
214 using NodeRef = std::pair<DataRef, BasicBlock *>; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGenericIteratedDominanceFrontier.h40 using NodeRef = typename GraphTraits<NodeTy>::NodeRef; member
DGraphWriter.h72 using NodeRef = typename GTraits::NodeRef; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFLiveness.h49 using NodeRef = std::pair<NodeId, LaneBitmask>; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineDominators.h260 using NodeRef = Node *; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBlockFrequencyInfo.cpp89 using NodeRef = const MachineBasicBlock *; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBlockFrequencyInfo.cpp100 using NodeRef = const BasicBlock *; typedef
DBlockFrequencyInfoImpl.cpp668 using NodeRef = const GraphT::IrrNode *; typedef
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs29559 impl<BorrowType: marker::BorrowType, K, V> NodeRef<BorrowType, K, V, marker::LeafOrInternal> { impl
29693 impl<BorrowType, K, V, Type> NodeRef<BorrowType, K, V, Type> { impl
33778 impl<BorrowType: marker::BorrowType, K, V> NodeRef<BorrowType, K, V, marker::LeafOrInternal> { impl
33852 impl<'a, K: 'a, V: 'a> NodeRef<marker::Immut<'a>, K, V, marker::LeafOrInternal> { impl
33873 impl<'a, K: 'a, V: 'a> NodeRef<marker::ValMut<'a>, K, V, marker::LeafOrInternal> { impl
33903 impl<K, V> NodeRef<marker::Dying, K, V, marker::LeafOrInternal> { impl
34155 impl<BorrowType: marker::BorrowType, K, V> NodeRef<BorrowType, K, V, marker::LeafOrInternal> { impl
34189 impl<'a, K: 'a, V: 'a> NodeRef<marker::Immut<'a>, K, V, marker::LeafOrInternal> { impl
35684 impl<'a, K: 'a, V: 'a> NodeRef<marker::Immut<'a>, K, V, marker::LeafOrInternal> { impl
38136 impl<K, V> NodeRef<marker::Owned, K, V, marker::Leaf> { impl
[all …]
/third_party/rust/rust/library/alloc/src/collections/btree/map/
Dtests.rs124 impl<'a, K: 'a, V: 'a> NodeRef<marker::Immut<'a>, K, V, marker::LeafOrInternal> { implementation
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp423 using NodeRef = ArgumentGraphNode *; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1752 using NodeRef = const BasicBlock *; typedef

12