Home
last modified time | relevance | path

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

/hardware/interfaces/confirmationui/support/src/
Dconfirmationui_utils.cpp27 auto lhsi = lhs.begin(); in operator ==() local
29 while (lhsi != lhs.end()) { in operator ==()
30 if (*lhsi++ != *rhsi++) return false; in operator ==()