Home | History | Annotate | Download | only in gn

Lines Matching refs:Template

9 TEST(Template, Basic) {
12 "template(\"foo\") {\n"
28 TEST(Template, UnusedTargetNameShouldThrowError) {
31 "template(\"foo\") {\n"
44 TEST(Template, UnusedInvokerShouldThrowError) {
47 "template(\"foo\") {\n"
60 TEST(Template, UnusedVarInInvokerShouldThrowError) {
63 "template(\"foo\") {\n"
78 // Previous versions of the template implementation would copy templates by
82 TEST(Template, MemoryBlowUp) {
86 code += "template(\"test" + base::IntToString(i) + "\") {}\n";