Home
last modified time | relevance | path

Searched refs:otherStrings (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
DLayerState.cpp128 const auto& otherStrings = otherField->toStrings(); in compare() local
130 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()