Searched defs:try2 (Results 1 – 4 of 4) sorted by relevance
136 auto try2 = mv.try_emplace(2, std::move(two), std::make_unique<int>(2)); in TEST() local175 auto try2 = mv.try_emplace(2, std::move(two)); in TEST() local
317 auto try2 = t.insert_or_assign("A", A(2)); in TEST_F() local
511 auto try2 = Map.insert_or_assign(key2, std::move(val2)); in TEST() local
38 double try2(bool v) { in try2() function