Home | History | Annotate | Download | only in fmt

Lines Matching full:stringval

56 	stringVal            string
187 {"2.35\n", &stringVal, "2.35"},
192 {"hello\n", &stringVal, "hello"},
195 {"hello\r\n", &stringVal, "hello"},
256 {"%s", "using-%s\n", &stringVal, "using-%s"},
257 {"%x", "7573696e672d2578\n", &stringVal, "using-%x"},
258 {"%q", `"quoted\twith\\do\u0075bl\x65s"` + "\n", &stringVal, "quoted\twith\\doubles"},
259 {"%q", "`quoted with backs`\n", &stringVal, "quoted with backs"},
711 {"%s", &stringVal},
712 {"%q", &stringVal},
713 {"%x", &stringVal},
714 {"%v", &stringVal},