Searched refs:Contents3 (Results 1 – 1 of 1) sorted by relevance
494 StringRef Contents3 = R"cpp(int a; int b; int sum() { return a + b; })cpp"; in TEST_F() local496 StringRef AllContents[] = {Contents1, Contents2, Contents3}; in TEST_F()