Searched refs:matching_indexes (Results 1 – 1 of 1) sorted by relevance
842 std::vector<uint32_t> matching_indexes; in FindFirstSymbolWithNameAndType() local845 …IndexesWithNameAndType (name, symbol_type, symbol_debug_type, symbol_visibility, matching_indexes)) in FindFirstSymbolWithNameAndType()847 std::vector<uint32_t>::const_iterator pos, end = matching_indexes.end(); in FindFirstSymbolWithNameAndType()848 for (pos = matching_indexes.begin(); pos != end; ++pos) in FindFirstSymbolWithNameAndType()