Home | History | Annotate | Download | only in source

Lines Matching refs:KeyType

91     template<typename KeyType>
94 KeyType key;
202 template <typename KeyType>
205 bool operator()(const SortKey<KeyType>& sortKeyX,
206 const SortKey<KeyType>& sortKeyY) const
212 template <typename KeyType>
215 KeyType operator()(const SortKey<KeyType>& sortKey,
244 template<typename KeyType>
246 SortKey<KeyType>*& ptrSortKey,
249 ptrSortKey = new(std::nothrow) SortKey<KeyType>[numOfElements];
255 KeyType* keyT = static_cast<KeyType*>(key);
265 template<typename KeyType>
267 SortKey<KeyType>* ptrSortKey,
289 template<typename KeyType>
294 SortKey<KeyType>* ptrSortKey;
295 if (SetupKeySort<KeyType>(key, ptrSortKey, numOfElements) != 0)
301 KeyRightShift<KeyType>(), KeyLessThan<KeyType>());
303 if (TeardownKeySort<KeyType>(data, ptrSortKey, numOfElements,
312 template<typename KeyType>
317 SortKey<KeyType>* ptrSortKey;
318 if (SetupKeySort<KeyType>(key, ptrSortKey, numOfElements) != 0)
324 KeyLessThan<KeyType>());
326 if (TeardownKeySort<KeyType>(data, ptrSortKey, numOfElements,
423 WebRtc_UWord32 sizeOfElement, Type keyType)
447 switch (keyType)
516 switch (keyType)