Home
last modified time | relevance | path

Searched defs:Dropped (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/anyhow/tests/
Dtest_context.rs43 struct Dropped { struct
49 impl Dropped { impl
/external/rust/crates/thread_local/src/
Dlib.rs618 struct Dropped(Arc<AtomicUsize>); in test_drop() struct
619 impl Drop for Dropped { in test_drop() implementation
/external/llvm-project/clang-tools-extra/clangd/
DQuality.h190 bool Dropped = false; in push() local
/external/llvm-project/llvm/unittests/Support/
DBinaryStreamTest.cpp296 BinaryStreamRef Dropped = ConstRef.drop_front(1); in TEST_F() local
331 auto Dropped = Original.drop_front(2); in TEST_F() local
/external/llvm-project/llvm/unittests/ADT/
DStringRefTest.cpp977 StringRef Dropped = Test.drop_front(5); in TEST() local