Home
last modified time | relevance | path

Searched defs:Movable (Results 1 – 25 of 162) sorted by relevance

1234567

/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/tests/gtest/
H A DTestQueue.cpp15 struct Movable { struct
16 Movable() : mDestructionCounter(nullptr) {} in Movable() argument
17 explicit Movable(uint32_t* aDestructionCounter) in Movable() function
20 ~Movable() { in ~Movable()
26 Movable(Movable&& aOther) : mDestructionCounter(aOther.mDestructionCounter) { in Movable() argument
30 uint32_t* mDestructionCounter;
34 void PushMovables(Queue<Movable, ItemsPerPage>& aQueue, in PushMovables()
/dports/www/firefox/firefox-99.0/xpcom/tests/gtest/
H A DTestQueue.cpp15 struct Movable { struct
16 Movable() : mDestructionCounter(nullptr) {} in Movable() function
17 explicit Movable(uint32_t* aDestructionCounter) in Movable() argument
20 ~Movable() { in ~Movable()
26 Movable(Movable&& aOther) : mDestructionCounter(aOther.mDestructionCounter) { in Movable() argument
30 uint32_t* mDestructionCounter;
34 void PushMovables(Queue<Movable, ItemsPerPage>& aQueue, in PushMovables()
/dports/www/firefox-esr/firefox-91.8.0/xpcom/tests/gtest/
H A DTestQueue.cpp15 struct Movable { struct
16 Movable() : mDestructionCounter(nullptr) {} in Movable() function
17 explicit Movable(uint32_t* aDestructionCounter) in Movable() argument
20 ~Movable() { in ~Movable()
26 Movable(Movable&& aOther) : mDestructionCounter(aOther.mDestructionCounter) { in Movable() argument
30 uint32_t* mDestructionCounter;
34 void PushMovables(Queue<Movable, ItemsPerPage>& aQueue, in PushMovables()
/dports/games/lordsawar/lordsawar-0.3.2/src/
H A DMovable.cpp22 Movable::Movable(Vector<int> pos) in Movable() function in Movable
27 Movable::Movable(const Movable& pos) in Movable() function in Movable
32 Movable::Movable(XML_Helper* helper) in Movable() function in Movable
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/tests/gtest/
H A DTestTArray.cpp34 struct Movable struct
36 Movable() in Movable() argument
41 ~Movable() in ~Movable()
48 Movable(Movable&& aOther) in Movable() function
66 struct nsTArray_CopyChooser<TestTArray::Movable>
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/issues/auxiliary/
H A Dissue-3979-traits.rs10 pub trait Movable: Positioned { trait
/dports/devel/corrade/corrade-2020.06/src/Corrade/Containers/Test/
H A DOptionalTest.cpp261 struct Movable { struct
262 static int constructed;
263 static int destructed;
264 static int moved;
266 explicit Movable(int a) noexcept: a{a} { ++constructed; } in Movable() function
268 explicit Movable(int a, int&&) noexcept: Movable{a} {} in Movable() argument
270 Movable(Movable&& other) noexcept: a(other.a) { in Movable() function
274 ~Movable() { ++destructed; } in ~Movable()
276 Movable& operator=(Movable&& other) noexcept { in operator =()
282 int a;
H A DGrowableArrayTest.cpp148 struct Movable { struct
149 static int constructed;
150 static int destructed;
151 static int moved;
153 /*implicit*/ Movable(int a = 0) noexcept: a{short(a)} { ++constructed; } in Movable() function
155 Movable(Movable&& other) noexcept: a(other.a) { in Movable() argument
159 ~Movable() { in ~Movable()
168 Movable& operator=(int value) { in operator =()
172 explicit operator int() const { return a; } in operator int()
174 short a;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-pass-by-value.cpp9 struct Movable { struct
10 int a, b, c;
12 Movable(const Movable &) {} in Movable() argument
13 Movable(Movable &&) {} in Movable() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-pass-by-value.cpp9 struct Movable { struct
10 int a, b, c;
12 Movable(const Movable &) {} in Movable() argument
13 Movable(Movable &&) {} in Movable() argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-pass-by-value.cpp9 struct Movable { struct
10 int a, b, c;
12 Movable(const Movable &) {} in Movable() argument
13 Movable(Movable &&) {} in Movable() function
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/
H A Dmodernize-pass-by-value.cpp9 struct Movable { struct
10 int a, b, c;
12 Movable(const Movable &) {} in Movable() function
13 Movable(Movable &&) {} in Movable() argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-pass-by-value.cpp9 struct Movable { struct
10 int a, b, c;
12 Movable(const Movable &) {} in Movable() function
13 Movable(Movable &&) {} in Movable() function
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dmodernize-pass-by-value.cpp9 struct Movable { struct
10 int a, b, c;
12 Movable(const Movable &) {} in Movable() argument
13 Movable(Movable &&) {} in Movable() argument
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-pass-by-value.cpp9 struct Movable { struct
10 int a, b, c;
12 Movable(const Movable &) {} in Movable() argument
13 Movable(Movable &&) {} in Movable() argument
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/
H A Dmodernize-pass-by-value.cpp9 struct Movable { struct
10 int a, b, c;
12 Movable(const Movable &) {} in Movable() function
13 Movable(Movable &&) {} in Movable() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-pass-by-value.cpp9 struct Movable { struct
10 int a, b, c;
12 Movable(const Movable &) {} in Movable() argument
13 Movable(Movable &&) {} in Movable() argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-pass-by-value.cpp9 struct Movable { struct
10 int a, b, c;
12 Movable(const Movable &) {} in Movable() function
13 Movable(Movable &&) {} in Movable() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-pass-by-value.cpp9 struct Movable { struct
10 int a, b, c;
12 Movable(const Movable &) {} in Movable() argument
13 Movable(Movable &&) {} in Movable() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-pass-by-value.cpp9 struct Movable { struct
10 int a, b, c;
12 Movable(const Movable &) {} in Movable() argument
13 Movable(Movable &&) {} in Movable() argument
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-pass-by-value.cpp9 struct Movable { struct
10 int a, b, c;
12 Movable(const Movable &) {} in Movable() argument
13 Movable(Movable &&) {} in Movable() argument
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dmodernize-pass-by-value.cpp9 struct Movable { struct
10 int a, b, c;
12 Movable(const Movable &) {} in Movable() function
13 Movable(Movable &&) {} in Movable() function
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dmodernize-pass-by-value.cpp9 struct Movable { struct
10 int a, b, c;
12 Movable(const Movable &) {} in Movable() function
13 Movable(Movable &&) {} in Movable() function
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/traits/
H A Dsuperdefault-generics.rs15 trait Movable<S: Add<Output=S>>: Positioned<S> { trait
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/issues/
H A Dissue-3979-generics.rs12 trait Movable<S: Add<Output=S>>: Positioned<S> { trait

1234567