/external/rust/crates/slab/src/ |
D | lib.rs | 116 pub struct Slab<T> { struct 128 impl<T> Default for Slab<T> { argument 183 impl<T> Slab<T> { impl 783 impl<T> ops::Index<usize> for Slab<T> { implementation 794 impl<T> ops::IndexMut<usize> for Slab<T> { implementation 803 impl<'a, T> IntoIterator for &'a Slab<T> { implementation 812 impl<'a, T> IntoIterator for &'a mut Slab<T> { implementation 821 impl<T> fmt::Debug for Slab<T> implementation
|
/external/rust/crates/slab/ |
D | README.md | 1 # Slab chapter
|
/external/llvm/unittests/Support/ |
D | AllocatorTest.cpp | 153 void *Slab = (void *)alignAddr((char*)MemBase + sizeof(void *), Alignment); in Allocate() local 162 void Deallocate(void *Slab, size_t Size) { in Deallocate()
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | SerializationTests.cpp | 194 std::vector<std::string> YAMLFromSymbols(const SymbolSlab &Slab) { in YAMLFromSymbols() 200 std::vector<std::string> YAMLFromRefs(const RefSlab &Slab) { in YAMLFromRefs() 207 std::vector<std::string> YAMLFromRelations(const RelationSlab &Slab) { in YAMLFromRelations()
|
D | TestIndex.cpp | 77 SymbolSlab::Builder Slab; in generateSymbols() local
|
D | IndexTests.cpp | 91 RelationSlab Slab = std::move(Builder).build(); in TEST() local 107 RelationSlab Slab = std::move(Builder).build(); in TEST() local
|
D | TestTU.cpp | 168 const Symbol &findSymbol(const SymbolSlab &Slab, llvm::StringRef QName) { in findSymbol()
|
D | SyncAPI.cpp | 140 RefSlab::Builder Slab; in getRefs() local
|
D | FileIndexTests.cpp | 82 SymbolSlab::Builder Slab; in numSlab() local 89 RefSlab::Builder Slab; in refSlab() local
|
D | DiagnosticsTests.cpp | 718 SymbolSlab::Builder Slab; in buildIndexWithSymbol() local 829 SymbolSlab::Builder Slab; in TEST() local
|
D | CodeCompleteTests.cpp | 94 SymbolSlab::Builder Slab; in memIndex() local
|
/external/rust/crates/tokio/src/util/ |
D | slab.rs | 58 pub(crate) struct Slab<T> { struct 60 pages: [Arc<Page<T>>; NUM_PAGES], 63 cached: [CachedPage<T>; NUM_PAGES], 173 impl<T> Slab<T> { implementation 321 impl<T> fmt::Debug for Slab<T> { implementation
|
/external/llvm-project/llvm/unittests/Support/ |
D | AllocatorTest.cpp | 200 void *Slab = (void *)alignAddr((char*)MemBase + sizeof(void *), Alignment); in Allocate() local 209 void Deallocate(void *Slab, size_t /*Size*/, size_t /*Alignment*/) { in Deallocate()
|
/external/llvm-project/clang-tools-extra/clangd/index/ |
D | FileIndex.cpp | 290 for (const auto &Slab : SymbolSlabs) { in buildIndex() local 316 for (const auto &Slab : SymbolSlabs) in buildIndex() local 365 for (const auto &Slab : SymbolSlabs) in buildIndex() local
|
D | FileIndex.h | 95 std::shared_ptr<RefSlab> Slab; member
|
D | MemIndex.cpp | 19 std::unique_ptr<SymbolIndex> MemIndex::build(SymbolSlab Slab, RefSlab Refs, in build()
|
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
D | JITLinkMemoryManager.cpp | 53 sys::MemoryBlock Slab(SlabStart, SlabSize); in allocate() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
D | JITLinkMemoryManager.cpp | 53 sys::MemoryBlock Slab(SlabStart, SlabSize); in allocate() local
|