Lines Matching refs:file_it
249 for (auto file_it = filenames.begin(); in Compile() local
250 file_it != filenames.end(); in Compile()
251 ++file_it) { in Compile()
253 if (!flatbuffers::LoadFile(file_it->c_str(), true, &contents)) in Compile()
254 Error("unable to load file: " + *file_it); in Compile()
256 bool is_binary = static_cast<size_t>(file_it - filenames.begin()) >= in Compile()
271 *file_it + in Compile()
277 *file_it + in Compile()
286 Error("input file appears to be binary: " + *file_it, true); in Compile()
288 auto is_schema = flatbuffers::GetExtension(*file_it) == "fbs"; in Compile()
295 ParseFile(*parser.get(), *file_it, contents, include_directories); in Compile()
307 flatbuffers::StripExtension(*file_it)); in Compile()
322 *parser.get(), output_path, *file_it); in Compile()