Searched refs:symbol_total (Results 1 – 1 of 1) sorted by relevance
/system/bt/gd/packet/parser/ |
D | gen_cpp.cc | 251 std::ofstream& get_out_file(size_t symbol_count, size_t symbol_total, std::vector<std::ofstream>* o… in get_out_file() argument 252 auto symbols_per_shard = symbol_total / out_files->size(); in get_out_file() 332 size_t symbol_total = 0; in generate_pybind11_sources_one_file() local 336 symbol_total++; in generate_pybind11_sources_one_file() 338 symbol_total++; in generate_pybind11_sources_one_file() 342 symbol_total += decls.packet_defs_queue_.size() * 2; in generate_pybind11_sources_one_file() 349 auto& out_file = get_out_file(symbol_count, symbol_total, &out_file_shards); 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() 367 auto& out_file = get_out_file(symbol_count, symbol_total, &out_file_shards); 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()
|