Searched refs:otherStrings (Results 1 – 1 of 1) sorted by relevance
128 const auto& otherStrings = otherField->toStrings(); in compare() local130 for (size_t line = 0; line < std::max(thisStrings.size(), otherStrings.size()); ++line) { in compare()142 if (line < otherStrings.size()) { in compare()143 base::StringAppendF(&result, "%-48.48s", otherStrings[line].c_str()); in compare()