Searched refs:Immovable (Results 1 – 6 of 6) sorted by relevance
148 struct Immovable { struct149 Immovable(const Immovable &) = default;150 Immovable(Immovable &&) = delete;154 NegativeImmovableParameter(Immovable I) : I_(I) {} in NegativeImmovableParameter()155 Immovable I_;
327 struct Immovable { struct331 explicit Immovable(int val) : val(val) { in Immovable() argument334 ~Immovable() { in ~Immovable() argument343 Immovable(Immovable&& other) = delete;346 unsigned Immovable::Constructions = 0;347 unsigned Immovable::Destructions = 0;350 Optional<Immovable> A; in TEST_F()351 Immovable::ResetCounts(); in TEST_F()355 EXPECT_EQ(1u, Immovable::Constructions); in TEST_F()356 EXPECT_EQ(0u, Immovable::Destructions); in TEST_F()
287 struct Immovable { struct288 Immovable() {} in Immovable() function289 Immovable(Immovable&&) = delete; // will disable the other special members295 MoveOnly(const Immovable&) : i(0) {} in MoveOnly()317 StringMapEntry<MoveOnly>::Create(Key, Immovable()) in TEST_F()
358 struct Immovable { struct362 explicit Immovable(int val) : val(val) { in Immovable() argument365 ~Immovable() { in ~Immovable() argument374 Immovable(Immovable&& other) = delete;377 unsigned Immovable::Constructions = 0;378 unsigned Immovable::Destructions = 0;380 static_assert(!std::is_trivially_copyable<Optional<Immovable>>::value,384 Optional<Immovable> A; in TEST()385 Immovable::ResetCounts(); in TEST()389 EXPECT_EQ(1u, Immovable::Constructions); in TEST()[all …]
333 struct Immovable { struct334 Immovable() {} in Immovable() argument335 Immovable(Immovable&&) = delete; // will disable the other special members341 MoveOnly(const Immovable&) : i(0) {} in MoveOnly()364 StringMapEntry<MoveOnly>::Create(Key, Allocator, Immovable()) in TEST_F()
1476 Immovable, infixed, and frozen round