Lines Matching refs:Before
40 std::string Before = R"( in TEST_F() local
51 std::string After = runClangRenameOnCode(Before, "A::Foo", "A::Bar"); in TEST_F()
56 std::string Before = R"( in TEST_F() local
74 std::string After = runClangRenameOnCode(Before, "A::Foo", "A::Bar"); in TEST_F()
79 std::string Before = R"( in TEST_F() local
87 std::string After = runClangRenameOnCode(Before, "Eric", "Larry"); in TEST_F()
92 std::string Before = R"( in TEST_F() local
108 std::string After = runClangRenameOnCode(Before, "Eric", "Larry"); in TEST_F()
113 std::string Before = R"( in TEST_F() local
117 std::string After = runClangRenameOnCode(Before, "A::Foo", "A::Bar"); in TEST_F()
118 CompareSnippets(Before, After); in TEST_F()
122 std::string Before = R"( in TEST_F() local
126 std::string After = runClangRenameOnCode(Before, "Eric", "Larry"); in TEST_F()
127 CompareSnippets(Before, After); in TEST_F()
131 std::string Before = R"( in TEST_F() local
141 std::string After = runClangRenameOnCode(Before, "Eric", "Larry"); in TEST_F()
146 std::string Before = R"( in TEST_F() local
153 std::string After = runClangRenameOnCode(Before, "Eric", "Larry"); in TEST_F()
154 CompareSnippets(Before, After); in TEST_F()
158 std::string Before = R"( in TEST_F() local
202 std::string After = runClangRenameOnCode(Before, "base::ToNanoSeconds", in TEST_F()
208 std::string Before = R"( in TEST_F() local
218 std::string After = runClangRenameOnCode(Before, "na::X", "na::Y"); in TEST_F()
223 std::string Before = R"( in TEST_F() local
237 std::string After = runClangRenameOnCode(Before, "na::X", "nb::Y"); in TEST_F()
242 std::string Before = R"( in TEST_F() local
254 std::string After = runClangRenameOnCode(Before, "na::X", "na::Y"); in TEST_F()
259 std::string Before = R"( in TEST_F() local
279 std::string After = runClangRenameOnCode(Before, "::old_ns::X", "new_ns::Y"); in TEST_F()
284 std::string Before = R"( in TEST_F() local
305 runClangRenameOnCode(Before, "::old_ns::X", "::new_ns::Y"); in TEST_F()
310 std::string Before = R"( in TEST_F() local
331 runClangRenameOnCode(Before, "::old_ns::X", "::old_ns::Y"); in TEST_F()
336 std::string Before = R"( in TEST_F() local
357 runClangRenameOnCode(Before, "::old_ns::X", "::old_ns::older_ns::X"); in TEST_F()
362 std::string Before = R"( in TEST_F() local
381 runClangRenameOnCode(Before, "::X", "ns::X"); in TEST_F()
386 std::string Before = R"( in TEST_F() local
403 runClangRenameOnCode(Before, "::Y", "::ns::Y"); in TEST_F()
409 std::string Before = R"( in TEST_F() local
442 runClangRenameOnCode(Before, "old_ns::operator==", "new_ns::operator=="); in TEST_F()
447 std::string Before = R"( in TEST_F() local
495 std::string After = runClangRenameOnCode(Before, "::X", "ns::X"); in TEST_F()
500 std::string Before = R"( in TEST_F() local
518 std::string After = runClangRenameOnCode(Before, "base::ToNanoSeconds", in TEST_F()
526 std::string Before = R"( in TEST_F() local
566 std::string After = runClangRenameOnCode(Before, "ns::Old", "::new_ns::New"); in TEST_F()