Searched defs:LinkedList (Results 1 – 9 of 9) sorted by relevance
| /external/libchrome/base/containers/ |
| D | linked_list_unittest.cc | 76 TEST(LinkedList, Empty) { in TEST() argument 83 TEST(LinkedList, Append) { in TEST() argument 118 TEST(LinkedList, RemoveFromList) { in TEST() argument 193 TEST(LinkedList, InsertBefore) { in TEST() argument 230 TEST(LinkedList, InsertAfter) { in TEST() argument 267 TEST(LinkedList, MultipleInheritanceNode) { in TEST() argument 272 TEST(LinkedList, EmptyListIsEmpty) { in TEST() argument 277 TEST(LinkedList, NonEmptyListIsNotEmpty) { in TEST() argument 286 TEST(LinkedList, EmptiedListIsEmptyAgain) { in TEST() argument 296 TEST(LinkedList, NodesCanBeReused) { in TEST() argument [all …]
|
| D | linked_list.h | 161 LinkedList() : root_(&root_, &root_) {} in LinkedList() function
|
| /external/rust/crates/tokio/src/util/ |
| D | linked_list.rs | 19 pub(crate) struct LinkedList<L, T> { struct 30 unsafe impl<L: Link> Send for LinkedList<L, L::Target> where L::Target: Send {} argument 31 unsafe impl<L: Link> Sync for LinkedList<L, L::Target> where L::Target: Sync {} implementation 105 impl<L, T> LinkedList<L, T> { implementation 116 impl<L: Link> LinkedList<L, L::Target> { implementation 210 impl<L: Link> fmt::Debug for LinkedList<L, L::Target> { implementation 225 impl<L: Link> LinkedList<L, L::Target> { implementation 232 impl<L: Link> Default for LinkedList<L, L::Target> { implementation 246 impl<L: Link> LinkedList<L, L::Target> { impl 278 impl<T: Link> LinkedList<T, T::Target> { impl
|
| /external/antlr/runtime/ObjC/Framework/ |
| D | LinkedList.m | 41 { 46 { 51 { 158 { 163 { 195 @implementation LinkedList implementation
|
| /external/libchrome/base/debug/ |
| D | leak_tracker_unittest.cc | 74 TEST(LeakTrackerTest, LinkedList) { in TEST() argument
|
| /external/rust/crates/rayon/src/iter/ |
| D | from_par_iter.rs | 63 impl<T> FromParallelIterator<T> for LinkedList<T> implementation
|
| D | extend.rs | 224 impl<T> ParallelExtend<T> for LinkedList<T> implementation 241 impl<'a, T> ParallelExtend<&'a T> for LinkedList<T> implementation
|
| /external/rust/crates/intrusive-collections/src/ |
| D | linked_list.rs | 836 impl<A: Adapter> LinkedList<A> impl
|
| /external/rust/crates/arbitrary/src/ |
| D | lib.rs | 737 impl<'a, A: Arbitrary<'a>> Arbitrary<'a> for LinkedList<A> { implementation
|