• Home
  • Raw
  • Download

Lines Matching full:prefix

64         # Generate just foo with the import of bar keeping the prefix of where it is located.
65 flatc(["--cpp", "--keep-prefix", "foo.fbs"])
70 # Generate just foo with the import of bar keeping the prefix of where it is located.
71 flatc(["--cpp", "--keep-prefix", make_absolute("foo.fbs")])
76 # Generate with the import of bar keeping the prefix of where it is located.
77 flatc(["--cpp", "--keep-prefix", "bar/bar.fbs"])
82 # Generate just foo with the import of bar keeping the prefix of where it is located.
83 flatc(["--cpp", "--keep-prefix", "-o", ".tmp", "foo.fbs"])
91 # Generate with the import of bar keeping the prefix of where it is located.
92 flatc(["--cpp", "--keep-prefix", "-o", ".tmp", "bar/bar.fbs"])
99 # Generate just foo with the import of bar keeping the prefix of where it is located.
100 flatc(["--cpp", "--include-prefix", "test", "foo.fbs"])
105 # Generate just foo with the import of bar keeping the prefix of where it is located.
106 flatc(["--cpp", "--include-prefix", "test", make_absolute("foo.fbs")])
111 # Generate just foo with the import of bar keeping the prefix of where it is located.
112 flatc(["--cpp", "--include-prefix", "test", "bar/bar.fbs"])
117 # Generate just foo with the import of bar keeping the prefix of where it is located.
118 flatc(["--cpp", "--include-prefix", "test", "-o", ".tmp", "foo.fbs"])
125 # Generate just foo with the import of bar keeping the prefix of where it is located.
126 flatc(["--cpp", "--include-prefix", "test", "-o", ".tmp", "bar/bar.fbs"])
133 # Generate just foo with the import of bar keeping the prefix of where it is located.
134 flatc(["--cpp", "--keep-prefix", "--include-prefix", "test", "foo.fbs"])
136 # The include prefix should come first, with the kept prefix next.
142 # Generate just foo with the import of bar keeping the prefix of where it is located.
146 "--keep-prefix",
147 "--include-prefix",
153 # The include prefix should come first, with the kept prefix next.
159 # Generate just foo with the import of bar keeping the prefix of where it is located.
160 flatc(["--cpp", "--keep-prefix", "--include-prefix", "test", "bar/bar.fbs"])
162 # The include prefix should come first, with the kept prefix next.
168 # Generate just foo with the import of bar keeping the prefix of where it is located.
172 "--keep-prefix",
173 "--include-prefix",
181 # The include prefix should come first, with the kept prefix next.
187 # Generate just foo with the import of bar keeping the prefix of where it is located.
191 "--keep-prefix",
192 "--include-prefix",
200 # The include prefix should come first, with the kept prefix next.
210 "--keep-prefix",
211 "--include-prefix",
221 # The include prefix should come first, with the kept prefix next.
235 "--keep-prefix",
236 "--include-prefix",
246 # The include prefix should come first, with the kept prefix next.