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