Home | History | Annotate | Download | only in android

Lines Matching defs:SearchRow

49                                         SearchRow::ColumnID> {
52 COMPILE_ASSERT(arraysize(kAndroidSearchColumn) <= SearchRow::COLUMN_END,
56 static_cast<SearchRow::ColumnID>(i);
96 SearchRow::SearchRow()
101 SearchRow::~SearchRow() {
104 std::string SearchRow::GetAndroidName(ColumnID id) {
108 SearchRow::ColumnID SearchRow::GetColumnID(
115 return SearchRow:: COLUMN_END;