HomeSort by relevance Sort by last modified time
    Searched full:planetsorter (Results 1 - 2 of 2) sorted by null

  /prebuilts/go/darwin-x86/src/sort/
example_keys_test.go 28 ps := &planetSorter{
35 // planetSorter joins a By function and a slice of Planets to be sorted.
36 type planetSorter struct {
42 func (s *planetSorter) Len() int {
47 func (s *planetSorter) Swap(i, j int) {
52 func (s *planetSorter) Less(i, j int) bool {
  /prebuilts/go/linux-x86/src/sort/
example_keys_test.go 28 ps := &planetSorter{
35 // planetSorter joins a By function and a slice of Planets to be sorted.
36 type planetSorter struct {
42 func (s *planetSorter) Len() int {
47 func (s *planetSorter) Swap(i, j int) {
52 func (s *planetSorter) Less(i, j int) bool {

Completed in 708 milliseconds