Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
DTextTable.cpp37 if (!row.isRow()) { in dump()
58 if (row.isRow()) { in addAll()
DTextTable.h43 bool isRow() const { return !fields().empty(); } in isRow() function