Searched refs:num_added (Results 1 – 8 of 8) sorted by relevance
389 size_t num_added = 0; in ParseFunctionBlocksForPDBSymbol() local418 ++num_added; in ParseFunctionBlocksForPDBSymbol()424 num_added += ParseFunctionBlocksForPDBSymbol( in ParseFunctionBlocksForPDBSymbol()431 return num_added; in ParseFunctionBlocksForPDBSymbol()436 size_t num_added = 0; in ParseBlocksRecursive() local442 num_added = ParseFunctionBlocksForPDBSymbol( in ParseBlocksRecursive()444 return num_added; in ParseBlocksRecursive()450 size_t num_added = 0; in ParseTypes() local455 auto ParseTypesByTagFn = [&num_added, this](const PDBSymbol &raw_sym) { in ParseTypes()480 ++num_added; in ParseTypes()[all …]
2376 size_t num_added = in ParseContextSparseFeatures() local2378 num_elements += num_added; in ParseContextSparseFeatures()2379 max_num_cols = std::max(max_num_cols, num_added); in ParseContextSparseFeatures()2380 for (int i = 0; i < num_added; i++) { in ParseContextSparseFeatures()2447 size_t num_added = in ParseContextRaggedFeatures() local2449 split += num_added; in ParseContextRaggedFeatures()2568 int num_added = 0; in ParseSequenceDenseFeatures() local2572 num_added = ParseBytesFeature(&stream, out_bytes); in ParseSequenceDenseFeatures()2573 out_bytes += num_added; in ParseSequenceDenseFeatures()2576 num_added = ParseFloatFeature(&stream, out_float); in ParseSequenceDenseFeatures()[all …]
140 size_t num_added = 0; in ParseFunctions() local197 ++num_added; in ParseFunctions()206 return num_added; in ParseFunctions()
234 unsigned num_added = 0; in add_color_format_variants() local280 num_added++; in add_color_format_variants()287 return num_added; in add_color_format_variants()
1021 let mut num_added = 0; in insert_many() localVariable1042 while num_added < lower_size_bound { in insert_many()1047 let cur = ptr.add(num_added); in insert_many()1050 num_added += 1; in insert_many()1053 if num_added < lower_size_bound { in insert_many()1057 ptr.add(num_added), in insert_many()1062 self.set_len(old_len + num_added); in insert_many()1068 self.insert(index + num_added, element); in insert_many()1069 num_added += 1; in insert_many()
399 size_t num_added = 0; in FineLineEntriesForFileIndex() local412 ++num_added; in FineLineEntriesForFileIndex()418 return num_added; in FineLineEntriesForFileIndex()
1123 void count_unreachable_types(size_t &num_added,
9800 corpus_diff::priv::count_unreachable_types(size_t &num_added, in count_unreachable_types() argument9807 num_added = added_unreachable_types_.size(); in count_unreachable_types()