Searched refs:stringItem1 (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/devices/
H A DDevicesView.cpp165 const BStringItem* stringItem1 = dynamic_cast<const BStringItem*>(item1); local
167 if (!(stringItem1 && stringItem2)) {
172 return Compare(stringItem1->Text(), stringItem2->Text());

Completed in 29 milliseconds