Searched refs:matching_indexes (Results 1 – 1 of 1) sorted by relevance
800 std::vector<uint32_t> matching_indexes; in FindFirstSymbolWithNameAndType() local805 matching_indexes)) { in FindFirstSymbolWithNameAndType()806 std::vector<uint32_t>::const_iterator pos, end = matching_indexes.end(); in FindFirstSymbolWithNameAndType()807 for (pos = matching_indexes.begin(); pos != end; ++pos) { in FindFirstSymbolWithNameAndType()