MCPcopy Create free account

hub / github.com/siddontang/go / functions

Functions607 in github.com/siddontang/go

↓ 1 callersFunctionFormatInt64
(v int64)
num/str.go:95
↓ 1 callersFunctionFormatInt8
(v int8)
num/str.go:83
↓ 1 callersFunctionFormatUint16
(v uint16)
num/str.go:107
↓ 1 callersFunctionFormatUint32
(v uint32)
num/str.go:111
↓ 1 callersFunctionFormatUint64
(v uint64)
num/str.go:115
↓ 1 callersFunctionFormatUint8
(v uint8)
num/str.go:103
↓ 1 callersMethodFull
()
ring/ring.go:95
↓ 1 callersMethodGetAll
()
ring/ring.go:121
↓ 1 callersMethodGetBool
* bool: true, false, 0, 1, or "" */
config/config.go:34
↓ 1 callersMethodGetInt
(key string)
config/config.go:127
↓ 1 callersMethodHex
Hex returns a hex representation of the ObjectId.
bson/bson.go:256
↓ 1 callersFunctionInfo
(v ...interface{})
log/log.go:305
↓ 1 callersFunctionInt16ToBytes
(u int16)
num/bytes.go:43
↓ 1 callersFunctionInt32ToBytes
(u int32)
num/bytes.go:53
↓ 1 callersFunctionInt64ToBytes
(u int64)
num/bytes.go:63
↓ 1 callersMethodItems
Items returns all the values for the cache, ordered from most recently used to last recently used.
cache/lru_cache.go:209
↓ 1 callersMethodKeys
Keys returns all the keys for the cache, ordered from most recently used to last recently used.
cache/lru_cache.go:196
↓ 1 callersMethodLength
Length returns how many elements are in the cache
cache/lru_cache.go:163
↓ 1 callersFunctionLock
(name string)
filelock/file_lock_unix.go:24
↓ 1 callersMethodMap
Map returns a map out of the ordered element name/value pairs in d.
bson/bson.go:127
↓ 1 callersFunctionMaxInt
(a int, b int)
num/cmp.go:27
↓ 1 callersFunctionMaxInt16
(a int16, b int16)
num/cmp.go:91
↓ 1 callersFunctionMaxInt32
(a int32, b int32)
num/cmp.go:123
↓ 1 callersFunctionMaxInt64
(a int64, b int64)
num/cmp.go:155
↓ 1 callersFunctionMaxInt8
(a int8, b int8)
num/cmp.go:59
↓ 1 callersFunctionMaxUint
(a uint, b uint)
num/cmp.go:11
↓ 1 callersFunctionMaxUint16
(a uint16, b uint16)
num/cmp.go:75
↓ 1 callersFunctionMaxUint32
(a uint32, b uint32)
num/cmp.go:107
↓ 1 callersFunctionMaxUint64
(a uint64, b uint64)
num/cmp.go:139
↓ 1 callersFunctionMaxUint8
(a uint8, b uint8)
num/cmp.go:43
↓ 1 callersFunctionMinInt
(a int, b int)
num/cmp.go:19
↓ 1 callersFunctionMinInt16
(a int16, b int16)
num/cmp.go:83
↓ 1 callersFunctionMinInt32
(a int32, b int32)
num/cmp.go:115
↓ 1 callersFunctionMinInt64
(a int64, b int64)
num/cmp.go:147
↓ 1 callersFunctionMinInt8
(a int8, b int8)
num/cmp.go:51
↓ 1 callersFunctionMinUint
(a uint, b uint)
num/cmp.go:3
↓ 1 callersFunctionMinUint16
(a uint16, b uint16)
num/cmp.go:67
↓ 1 callersFunctionMinUint32
(a uint32, b uint32)
num/cmp.go:99
↓ 1 callersFunctionMinUint64
(a uint64, b uint64)
num/cmp.go:131
↓ 1 callersFunctionMinUint8
(a uint8, b uint8)
num/cmp.go:35
↓ 1 callersFunctionNew
new a logger with specified handler and flag
log/log.go:60
↓ 1 callersFunctionNewArena
(size int)
arena/arena.go:9
↓ 1 callersFunctionNewClient
(network, addr string, maxIdleConns int)
rpc/client.go:21
↓ 1 callersFunctionNewRotatingFileHandler
(fileName string, maxBytes int, backupCount int)
log/filehandler.go:52
↓ 1 callersFunctionNewServer
(network, addr string)
rpc/server.go:21
↓ 1 callersFunctionNewTimingWheel
(interval time.Duration, buckets int)
timingwheel/timingwheel.go:23
↓ 1 callersMethodOldest
Oldest returns the insertion time of the oldest element in the cache, or a IsZero() time if cache is empty.
cache/lru_cache.go:185
↓ 1 callersFunctionParseInt16
(s string)
num/str.go:59
↓ 1 callersFunctionParseInt32
(s string)
num/str.go:67
↓ 1 callersFunctionParseInt64
(s string)
num/str.go:75
↓ 1 callersFunctionParseInt8
(s string)
num/str.go:51
↓ 1 callersFunctionParseUint16
(s string)
num/str.go:23
↓ 1 callersFunctionParseUint32
(s string)
num/str.go:31
↓ 1 callersFunctionParseUint64
(s string)
num/str.go:39
↓ 1 callersFunctionParseUint8
(s string)
num/str.go:15
↓ 1 callersMethodPop
()
ring/ring.go:66
↓ 1 callersMethodPush
(item interface{})
ring/ring.go:90
↓ 1 callersMethodSet
(str string)
sync2/atomic.go:111
↓ 1 callersMethodSetCapacity
SetCapacity will set the capacity of the cache. If the capacity is smaller, and the current cache size exceed that capacity, the cache will be shrank.
cache/lru_cache.go:135
↓ 1 callersFunctionSetHandler
(h Handler)
log/log.go:293
↓ 1 callersMethodSetHandler
(h Handler)
log/log.go:143
↓ 1 callersMethodSetInt64
(key string, n int64)
config/config.go:145
↓ 1 callersFunctionSetLevel
(level int)
log/log.go:284
↓ 1 callersFunctionSetLevelByName
name can be in ["trace", "debug", "info", "warn", "error", "fatal"]
log/log.go:289
↓ 1 callersMethodSetLevelByName
name can be in ["trace", "debug", "info", "warn", "error", "fatal"]
log/log.go:125
↓ 1 callersMethodSize
Size returns the sum of the objects' Size() method.
cache/lru_cache.go:170
↓ 1 callersFunctionSlice
no copy to change string to slice use your own risk
hack/hack.go:20
↓ 1 callersFunctionStack
Taken from runtime/debug.go
tb/error.go:67
↓ 1 callersMethodStop
()
time2/ticker.go:24
↓ 1 callersMethodStop
()
time2/sleep.go:32
↓ 1 callersMethodStop
()
timingwheel/timingwheel.go:45
↓ 1 callersFunctionString
no copy to change slice to string use your own risk
hack/hack.go:10
↓ 1 callersMethodTick
(d time.Duration)
time2/wheel.go:256
↓ 1 callersFunctionUint16ToBytes
(u uint16)
num/bytes.go:13
↓ 1 callersFunctionUint32ToBytes
(u uint32)
num/bytes.go:23
↓ 1 callersFunctionUint64ToBytes
(u uint64)
num/bytes.go:33
↓ 1 callersMethodWrite
(p []byte)
bytes2/chunked_writer.go:70
↓ 1 callersMethodWrite
(w io.Writer)
config/write.go:10
↓ 1 callersMethodWriteAt
(p []byte, off int64)
ioutil2/sectionwriter.go:56
↓ 1 callersMethodWriteByte
(c byte)
bytes2/chunked_writer.go:107
↓ 1 callersMethodWriteTo
(w io.Writer)
bytes2/chunked_writer.go:117
↓ 1 callersMethodaddMap
(v reflect.Value)
bson/encode.go:126
↓ 1 callersMethodaddSlice
(v reflect.Value)
bson/encode.go:195
↓ 1 callersMethodaddStruct
(v reflect.Value)
bson/encode.go:132
↓ 1 callersFunctioncalcKey
()
websocket/util.go:20
↓ 1 callersMethodcall
(fn reflect.Value, name string, in []reflect.Value)
rpc/client.go:85
↓ 1 callersMethodconnect
()
log/sockethandler.go:53
↓ 1 callersMethoddoRollover
()
log/filehandler.go:95
↓ 1 callersMethoddoRollover
()
log/filehandler.go:196
↓ 1 callersFunctiondownloadTestdata
(basename string)
snappy/snappy_test.go:176
↓ 1 callersFunctionemitCopy
emitCopy writes a copy chunk and returns the number of bytes written.
snappy/encode.go:53
↓ 1 callersFunctionexpand
expand returns a slice of length n containing repeated copies of src.
snappy/snappy_test.go:117
↓ 1 callersFunctionfunction
function returns, if possible, the name of the function containing the PC.
tb/error.go:107
↓ 1 callersMethodgetFreeElem
()
list2/list.go:134
↓ 1 callersMethodhandle
(data []byte)
rpc/server.go:134
↓ 1 callersFunctionisZero
(v reflect.Value)
bson/encode.go:163
↓ 1 callersFunctionitoa
(i int)
bson/encode.go:69
↓ 1 callersFunctionnewConn
(network, addr string)
rpc/conn.go:14
↓ 1 callersMethodnewMaskingKey
()
websocket/conn.go:318
↓ 1 callersFunctionnewStdHandler
()
log/log.go:80
← previousnext →201–300 of 607, ranked by callers