Lines Matching refs:symbols
384 if (symbols.size() != other->symbols.size()) {
393 std::transform(symbols.begin(), symbols.end(), std::back_inserter(sorted_a),
400 std::transform(other->symbols.begin(), other->symbols.end(), std::back_inserter(sorted_b),
518 if (!symbols.empty()) {
519 *out << " [" << util::Joiner(symbols, ", ") << "]";
605 for (const Symbol& s : symbols) {
622 for (const Symbol& s : symbols) {