Searched refs:Immovable (Results 1 – 5 of 5) sorted by relevance
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()
328 struct Immovable { struct332 explicit Immovable(int val) : val(val) { in Immovable() function335 ~Immovable() { in ~Immovable() argument344 Immovable(Immovable&& other) = delete;347 unsigned Immovable::Constructions = 0;348 unsigned Immovable::Destructions = 0;351 Optional<Immovable> A; in TEST_F()352 Immovable::ResetCounts(); in TEST_F()356 EXPECT_EQ(1u, Immovable::Constructions); in TEST_F()357 EXPECT_EQ(0u, Immovable::Destructions); in TEST_F()
317 struct Immovable { struct318 Immovable() {} in Immovable() function319 Immovable(Immovable&&) = delete; // will disable the other special members325 MoveOnly(const Immovable&) : i(0) {} in MoveOnly()347 StringMapEntry<MoveOnly>::Create(Key, Immovable()) in TEST_F()
1476 Immovable, infixed, and frozen round