Searched defs:sorter (Results 1 – 15 of 15) sorted by relevance
345 type sorter struct { struct346 v []string // owned by sorter349 func (s *sorter) Len() int { return len(s.v) }350 func (s *sorter) Swap(i, j int) { s.v[i], s.v[j] = s.v[j], s.v[i] }351 func (s *sorter) Less(i, j int) bool { return s.v[i] < s.v[j] }357 func (s *sorter) Keys(h http.Header) []string {367 func (s *sorter) SortStrings(ss []string) {
18 public void sort(Sorter sorter); in sort()
26 @Mock Foo sorter; field in GenericMatchersTest
68 public void sort(Sorter sorter) { in sort()
66 public void sort(Sorter sorter) { in sort()
50 std::unique_ptr<TraceSorter> sorter; variable
189 TraceSorter* sorter = context_->sorter.get(); in ParseRecord() local
83 public void sort(Sorter sorter) { in sort()
136 public void sort(final Sorter sorter) { in sort()
166 public void sort(Sorter sorter) { in sort()
298 NodeSorter sorter = new NodeSorter(xctxt); in sortNodes() local
456 def sorter(dir1, dir2): function
71 DimComparator sorter(map, order, shape); in TEST() local
6 …createElement("bootstrap"),t={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend"… function
6183 sort_inout_decls sorter; in sort_inout_decls_by_slot() local