Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/unittests/ADT/
H A DOptionalTest.cpp327 struct Immovable { struct
328 static unsigned Constructions;
329 static unsigned Destructions;
330 int val;
331 explicit Immovable(int val) : val(val) { in Immovable() argument
334 ~Immovable() { in ~Immovable()
337 static void ResetCounts() { in ResetCounts()
H A DStringMapTest.cpp287 struct Immovable { struct
288 Immovable() {} in Immovable() function
/aosp_15_r20/external/pigweed/pw_async2/
H A Dpoll_test.cc40 struct Immovable { struct
43 Immovable(MoveOnly&& value) : value_(std::move(value)) {} in Immovable() argument
48 int value() const { return value_.value(); } in value()
51 MoveOnly value_;
/aosp_15_r20/external/rust/android-crates-io/crates/moveit/src/
Dmove_ref.rs663 pub(crate) struct Immovable { struct
664 _pin: PhantomPinned,
667 impl Immovable { impl
673 unsafe impl MoveNew for Immovable { implementation
/aosp_15_r20/external/pigweed/pw_result/
H A Dresult_test.cc148 class Immovable { class
151 explicit Immovable(int val) : val_(val) {} in Immovable() function in pw::__anon829849410111::Immovable