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

/external/lldb/source/Symbol/
H A DSymtab.cpp842 std::vector<uint32_t> matching_indexes; local
845 if (AppendSymbolIndexesWithNameAndType (name, symbol_type, symbol_debug_type, symbol_visibility, matching_indexes))
847 std::vector<uint32_t>::const_iterator pos, end = matching_indexes.end();
848 for (pos = matching_indexes.begin(); pos != end; ++pos)

Completed in 53 milliseconds