Searched refs:Immovable (Results 1 – 3 of 3) 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()
1476 Immovable, infixed, and frozen round