Home
last modified time | relevance | path

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

/AOO42X/main/connectivity/source/commontools/
H A DTSortIndex.cxx33 struct TKeyValueFunc : ::std::binary_function<OSortIndex::TIntValuePairVector::value_type,OSortInde… struct
37 TKeyValueFunc(OSortIndex* _pIndex) : pIndex(_pIndex) in TKeyValueFunc() function
130 ::std::sort(m_aKeyValues.begin(),m_aKeyValues.end(),TKeyValueFunc(this)); in Freeze()