Searched refs:impl_isSorted_nothrow (Results 1 – 2 of 2) sorted by relevance
108 if ( impl_isSorted_nothrow() && m_publicToPrivateRowIndex.empty() ) in checkInvariants()111 if ( !impl_isSorted_nothrow() && !m_publicToPrivateRowIndex.empty() ) in checkInvariants()295 if ( impl_isSorted_nothrow() ) in rowsInserted()326 …OSL_PRECOND( impl_isSorted_nothrow(), "SortableGridDataModel::impl_rebuildIndexesAndNotify: illega… in impl_rebuildIndexesAndNotify()356 if ( !impl_isSorted_nothrow() ) in rowsRemoved()867 if ( !impl_isSorted_nothrow() ) in impl_getPrivateRowIndex_throw()882 if ( !impl_isSorted_nothrow() ) in impl_getPublicRowIndex_nothrow()
148 inline bool impl_isSorted_nothrow() const in impl_isSorted_nothrow() function in toolkit::SortableGridDataModel
Completed in 13 milliseconds