HomeSort by relevance Sort by last modified time
    Searched refs:total_matches (Results 1 - 5 of 5) sorted by null

  /external/lldb/include/lldb/Symbol/
VariableList.h 57 // list. "total_matches" will get updated with the actualy number of
64 size_t& total_matches);
  /external/lldb/source/Symbol/
VariableList.cpp 119 VariableList::AppendVariablesIfUnique (const RegularExpression& regex, VariableList &var_list, size_t& total_matches)
128 total_matches++;
  /external/lldb/source/Core/
ModuleList.cpp 613 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;
    [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARFDebugMap.cpp 906 uint32_t total_matches = 0; local
948 uint32_t total_matches = 0; local
    [all...]
  /external/lldb/examples/darwin/heap_find/
heap.py 832 total_matches = 0 variable
    [all...]

Completed in 101 milliseconds