Searched refs:Code2 (Results 1 – 4 of 4) sorted by relevance
21 public class Code2 { class24 public Code2(Integer name) { in Code2() method in Code228 public Code2(String name) { in Code2() method in Code238 if (obj instanceof Code2) { in equals()39 Code2 code = (Code2) obj; in equals()
59 Code2 code2 = (Code2) yaml.load("!!org.yaml.snakeyaml.immutable.Code2 555"); in testCode2()
2038 static const char Code2[] = in TEST() local2044 Code2, ForEachOverriddenInClass("B"), in TEST()2047 Code2, ForEachOverriddenInClass("B"), in TEST()2051 EXPECT_TRUE(notMatches(Code2, ForEachOverriddenInClass("A1"))); in TEST()
178 std::string Code2 = "int x = 123;\n" in TEST_F() local184 FileID ID2 = Context.createInMemoryFile("format_2.cpp", Code2); in TEST_F()