Searched refs:o1 (Results 1 – 2 of 2) sorted by relevance
174 overwrite_node o1(follows(b1)); in test_deduction_guides() local175 static_assert(std::is_same_v<decltype(o1), overwrite_node<int>>); in test_deduction_guides()
187 …ArenaObserver o1(a1, 1, 0, idx*2+1); // the last argument is a "unique" observer/arena id for the … in TestConcurrentArenasFunc() local188 CHECK_MESSAGE(o1.is_observing(), "Arena observer has not been activated"); in TestConcurrentArenasFunc()