Searched refs:root_row (Results 1 – 1 of 1) sorted by relevance
162 RootTestTable::Row root_row; in BM_TableFilterRootIdAndOther() local163 root_row.root_non_null = i * 4; in BM_TableFilterRootIdAndOther()164 root.Insert(root_row); in BM_TableFilterRootIdAndOther()198 RootTestTable::Row root_row; in BM_TableFilterChildIdAndSortedInRoot() local199 root_row.root_sorted = i * 2; in BM_TableFilterChildIdAndSortedInRoot()200 root.Insert(root_row); in BM_TableFilterChildIdAndSortedInRoot()444 RootTestTable::Row root_row; in BM_TableFilterChildSortedEqInParent() local445 root_row.root_sorted = i * 4; in BM_TableFilterChildSortedEqInParent()446 root.Insert(root_row); in BM_TableFilterChildSortedEqInParent()514 RootTestTable::Row root_row; in BM_TableSortChildNonNullInParent() local[all …]