Searched refs:OtherStructPrefix (Results 1 – 1 of 1) sorted by relevance
1125 std::string OtherStructPrefix = R"cpp( in TEST_F() local1145 std::string RewriteInput = OtherStructPrefix + CopyCtor + OtherStructSuffix + in TEST_F()1147 std::string ExpectedRewriteOutput = OtherStructPrefix + ExplicitCopyCtor + in TEST_F()1150 std::string BrokenRewriteOutput = OtherStructPrefix + BrokenExplicitCopyCtor + in TEST_F()