Searched refs:_sort (Results 1 – 5 of 5) sorted by relevance
17 self._sort = sort76 if self._sort:
354 final IntVector _sort = new IntVector (); in parseProperties() local394 _sort.add (out [0]); // sort attribute ID in parseProperties()395 _sort.add (dir); // sort direction in parseProperties()398 result.setSortOrder (_sort.values ()); in parseProperties()
123 self._sort = sort156 if self._sort == self.SORT_BY_KEYS:158 elif self._sort == self.SORT_BY_VALUES:161 elif self._sort == self.SORT_BY_VALUES_DESC:164 elif self._sort == self.NO_SORT:167 assert 0, 'Unimplemented sort %s' % self._sort
377 OPENSSL_INLINE void sk_##name##_sort(STACK_OF(name) *sk) { \