Searched refs:total_matches (Results 1 - 5 of 5) sorted by relevance

/external/lldb/include/lldb/Symbol/
H A DVariableList.h57 // list. "total_matches" will get updated with the actualy number of
64 size_t& total_matches);
/external/lldb/source/Symbol/
H A DVariableList.cpp119 VariableList::AppendVariablesIfUnique (const RegularExpression& regex, VariableList &var_list, size_t& total_matches) argument
128 total_matches++;
/external/lldb/source/Core/
H A DModuleList.cpp613 size_t total_matches = 0; local
623 total_matches += (*pos)->FindTypes (sc, name, name_is_fully_qualified, max_matches, types);
625 if (total_matches >= max_matches)
631 if (total_matches < max_matches)
640 total_matches += (*pos)->FindTypes (world_sc, name, name_is_fully_qualified, max_matches, types);
642 if (total_matches >= max_matches)
647 return total_matches;
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp906 uint32_t total_matches = 0; local
917 total_matches += oso_matches;
924 if (max_matches >= total_matches)
948 uint32_t total_matches = 0; local
958 total_matches += oso_matches;
965 if (max_matches >= total_matches)
/external/lldb/examples/darwin/heap_find/
H A Dheap.py832 total_matches = 0 variable
837 total_matches += display_match_results (result, options, arg_str_description, expr)
838 return total_matches

Completed in 384 milliseconds