Lines Matching defs:input
25 AutoText input("\n\nWord");
26 AssemblyContext data(input, nullptr);
34 AutoText input(" Word");
35 AssemblyContext data(input, nullptr);
43 AutoText input("\t\t\tWord");
44 AssemblyContext data(input, nullptr);
52 AutoText input("\n\n\t Word");
53 AssemblyContext data(input, nullptr);
61 AutoText input("; comment\n \t \tWord");
62 AssemblyContext data(input, nullptr);
70 AutoText input("; comment");
71 AssemblyContext data(input, nullptr);
76 AutoText input("");
77 AssemblyContext data(input, nullptr);
82 std::string input = "; comment|padding beyond the end";
83 spv_text_t text = {input.data(), 9};
100 AutoText input(text);
101 AssemblyContext data(input, nullptr);