MCPcopy Create free account

hub / github.com/daviddengcn/go-villa / functions

Functions264 in github.com/daviddengcn/go-villa

MethodSort
Sort calls the build-in sort.Sort to sort data in the slice.
cmp.go:362
MethodSort
Sort calls the build-in sort.Sort to sort data in the slice.
cmp.go:440
MethodSplit
Split is a wrapper to filepath.Split
path.go:149
MethodSplitList
SplitList is a wrapper to filepath.SplitList
path.go:155
MethodStop
Signal to stop
misc.go:20
MethodString
String returns a string with value of "IntPriorityQueue(#)" where # is the number of elements in the queue
intpq.go:112
MethodString
String returns a string with value of "PriorityQueue(Len())"
pq.go:95
MethodSwap
The Swap method in sort.Interface.
complexslice.go:29
MethodSwap
The Swap method in sort.Interface.
floatslice.go:29
MethodSymlink
Symlink is a wrappter to os.Symlink
path.go:281
MethodTempDir
TempDir is a wrappter to ioutil.TempDir. It creates a new temporary directory in the directory dir with a name beginning with prefix and returns the p
path.go:314
FunctionTestAtomicBox
(t *testing.T)
sync_test.go:31
FunctionTestByteSlice
(t *testing.T)
byteslice_test.go:14
FunctionTestByteSlice_Bug_Read
(t *testing.T)
byteslice_test.go:120
FunctionTestByteSlice_Bug_ReadRune
(t *testing.T)
byteslice_test.go:128
FunctionTestByteSlice_WriteItoa
(t *testing.T)
byteslice_test.go:145
FunctionTestByteSlice_impl
(t *testing.T)
byteslice_test.go:93
FunctionTestComplexSlice
(t *testing.T)
complexslice_test.go:36
FunctionTestComplexSliceEquals
(t *testing.T)
complexslice_test.go:77
FunctionTestComplexSliceRemove
(t *testing.T)
complexslice_test.go:57
FunctionTestComplexSortBinarySearch
(t *testing.T)
cmp_test.go:303
FunctionTestDataHeap
(t *testing.T)
heap/heap_test.go:80
FunctionTestFatal
(t *testing.T)
log_test.go:12
FunctionTestFloatSlice
(t *testing.T)
floatslice_test.go:9
FunctionTestFloatSliceEquals
(t *testing.T)
floatslice_test.go:51
FunctionTestFloatSliceRemove
(t *testing.T)
floatslice_test.go:31
FunctionTestFloatSortBinarySearch
(t *testing.T)
cmp_test.go:260
FunctionTestIntHeap
(t *testing.T)
heap/heap_test.go:31
FunctionTestIntMatrix
(t *testing.T)
intmat_test.go:9
FunctionTestIntMatrix_Clone
(t *testing.T)
intmat_test.go:26
FunctionTestIntPriorityQueue
(t *testing.T)
intpq_test.go:10
FunctionTestIntPriorityQueueCap
(t *testing.T)
intpq_test.go:33
FunctionTestIntSlice
(t *testing.T)
intslice_test.go:10
FunctionTestIntSliceEquals
(t *testing.T)
intslice_test.go:52
FunctionTestIntSliceRemove
(t *testing.T)
intslice_test.go:32
FunctionTestIntSortBinarySearch
(t *testing.T)
cmp_test.go:217
FunctionTestMapKeyAsStrings
(t *testing.T)
map_test.go:7
FunctionTestMerge
(t *testing.T)
cmp_test.go:11
FunctionTestMergeComplex
(t *testing.T)
cmp_test.go:107
FunctionTestMergeFloat
(t *testing.T)
cmp_test.go:83
FunctionTestMergeInt
(t *testing.T)
cmp_test.go:35
FunctionTestMergeString
(t *testing.T)
cmp_test.go:59
FunctionTestN
(t *testing.T)
slice_test.go:175
FunctionTestNestedError
(t *testing.T)
misc_test.go:10
FunctionTestOnce
(t *testing.T)
sync_test.go:11
FunctionTestPath
(t *testing.T)
path_test.go:10
FunctionTestPriorityQueue
(t *testing.T)
pq_test.go:10
FunctionTestPriorityQueueCap
(t *testing.T)
pq_test.go:33
FunctionTestSlice
(t *testing.T)
slice_test.go:35
FunctionTestSliceEquals
(t *testing.T)
slice_test.go:131
FunctionTestSliceRemove
(t *testing.T)
slice_test.go:114
FunctionTestSort
(t *testing.T)
sort_test.go:9
FunctionTestSortBinarySearch
(t *testing.T)
cmp_test.go:131
FunctionTestStrDiff
(t *testing.T)
cmp_test.go:346
FunctionTestStrSet
(t *testing.T)
strset_test.go:9
FunctionTestStrSet_nil
(t *testing.T)
strset_test.go:30
FunctionTestStrSortBinarySearch
(t *testing.T)
cmp_test.go:174
FunctionTestStringSlice
(t *testing.T)
strslice_test.go:10
FunctionTestStringSliceEquals
(t *testing.T)
strslice_test.go:108
FunctionTestStringSliceRemove
(t *testing.T)
strslice_test.go:91
MethodToSlash
ToSlash is a wrapper to filepath.ToSlash
path.go:165
MethodVolumeName
VolumeName is a wrapper to filepath.VolumeName
path.go:170
MethodWalk
Walk is a wrapper to filepath.Walk Walk walks the file tree rooted at root, calling walkFn for each file or directory in the tree, including root. All
path.go:196
MethodWriteFile
WriteFile is a wrappter to ioutil.WriteFile
path.go:303
← previous201–264 of 264, ranked by callers