Lines Matching refs:symbol_count
251 std::ofstream& get_out_file(size_t symbol_count, size_t symbol_total, std::vector<std::ofstream>* o… in get_out_file() argument
253 auto file_index = std::min(symbol_count / symbols_per_shard, out_files->size() - 1); in get_out_file()
343 size_t symbol_count = 0; in generate_pybind11_sources_one_file() local
349 auto& out_file = get_out_file(symbol_count, symbol_total, &out_file_shards); in generate_pybind11_sources_one_file()
352 symbol_count++; in generate_pybind11_sources_one_file()
359 auto& out_file = get_out_file(symbol_count, symbol_total, &out_file_shards); in generate_pybind11_sources_one_file()
362 symbol_count++; in generate_pybind11_sources_one_file()
367 auto& out_file = get_out_file(symbol_count, symbol_total, &out_file_shards); in generate_pybind11_sources_one_file()
370 symbol_count++; in generate_pybind11_sources_one_file()
374 auto& out_file = get_out_file(symbol_count, symbol_total, &out_file_shards); in generate_pybind11_sources_one_file()
377 symbol_count++; in generate_pybind11_sources_one_file()