MCPcopy Create free account

hub / github.com/Qihoo360/poseidon / functions

Functions2,300 in github.com/Qihoo360/poseidon

↓ 275 callersMethodP
P prints the arguments to the generated output. It handles strings and int32s, plus handling indirections because they may be *string, etc.
builder/docformat/src/github.com/golang/protobuf/protoc-gen-go/generator/generator.go:1031
↓ 176 callersMethodGet
Get gets a value by key If the key is not found in the store, the Err is nil and Value is empty
service/meta/store/store.go:16
↓ 136 callersMethodP
P forwards to g.gen.P.
builder/docformat/src/github.com/golang/protobuf/protoc-gen-go/internal/grpc/grpc.go:97
↓ 134 callersMethodClose
Close closes the connection.
builder/docformat/src/github.com/garyburd/redigo/redis/redis.go:25
↓ 126 callersMethodDo
Do sends a command to the server and returns the received reply.
builder/docformat/src/github.com/garyburd/redigo/redis/redis.go:34
↓ 96 callersMethodError
()
builder/docformat/src/github.com/golang/protobuf/proto/text_parser.go:53
↓ 87 callersMethodError
Error returns a stringified error
builder/docformat/src/github.com/bitly/go-nsq/errors.go:31
↓ 81 callersFunctionInt32
Int32 is a helper routine that allocates a new int32 value to store v and returns a pointer to it.
builder/docformat/src/github.com/golang/protobuf/proto/lib.go:358
↓ 77 callersMethodInterface
Interface returns the underlying data
builder/docformat/src/github.com/bitly/go-simplejson/simplejson.go:37
↓ 77 callersMethodString
()
builder/docformat/src/github.com/golang/protobuf/proto/lib.go:279
↓ 69 callersFunctionString
String is a helper routine that allocates a new string value to store v and returns a pointer to it.
builder/docformat/src/github.com/golang/protobuf/proto/lib.go:403
↓ 61 callersMethodSet
(c *Config, option string, value interface{})
builder/docformat/src/github.com/bitly/go-nsq/config.go:25
↓ 58 callersMethodget
()
builder/index/src/main/java/InvertedIndex/plugin/Function/TokenFilter.java:49
↓ 56 callersMethodSend
Send writes the command to the client's output buffer.
builder/docformat/src/github.com/garyburd/redigo/redis/redis.go:37
↓ 56 callersMethodparseFrom
( com.google.protobuf.ByteString data)
builder/index/src/main/java/proto/PoseidonIf.java:880
↓ 54 callersMethodtoString
()
builder/index/src/main/java/util/IniParser.java:990
↓ 51 callersMethodLen
()
builder/docformat/src/github.com/golang/protobuf/proto/text.go:598
↓ 47 callersMethodString
()
builder/docformat/src/github.com/bitly/go-nsq/producer.go:13
↓ 46 callersMethodIndex
(i int)
builder/docformat/src/github.com/golang/protobuf/proto/pointer_unsafe.go:211
↓ 43 callersMethodGet
Get gets a connection. The application must close the returned connection. This method always returns a valid connection so that applications can defe
builder/docformat/src/github.com/garyburd/redigo/redis/pool.go:153
↓ 43 callersMethodwrite
(str string)
builder/docformat/src/github.com/golang/protobuf/jsonpb/jsonpb.go:508
↓ 41 callersMethodInt
Int coerces into an int
builder/docformat/src/github.com/bitly/go-simplejson/simplejson_go10.go:39
↓ 40 callersMethodWrite
Write performs a deadlined write on the underlying TCP connection
builder/docformat/src/github.com/bitly/go-nsq/conn.go:247
↓ 40 callersMethodget
Returns the value of a given option in a given section or null if either the section or the option don't exist. If a common section was defined option
builder/index/src/main/java/util/IniParser.java:256
↓ 40 callersMethodmergeFrom
(com.google.protobuf.Message other)
builder/index/src/main/java/proto/PoseidonIf.java:1035
↓ 36 callersMethodMarshal
()
builder/docformat/src/github.com/golang/protobuf/proto/encode.go:213
↓ 36 callersMethodUnmarshal
([]byte)
builder/docformat/src/github.com/golang/protobuf/proto/decode.go:292
↓ 36 callersMethodWriteByte
(byte)
builder/docformat/src/github.com/golang/protobuf/proto/text.go:67
↓ 36 callersFunctionbenchFile
(b *testing.B, n int, decode bool)
builder/docformat/src/github.com/mreiferson/go-snappystream/snappy-go/snappy_test.go:200
↓ 35 callersFunctionMarshal
Marshal takes the protocol buffer and encodes it into the wire format, returning the data.
builder/docformat/src/github.com/golang/protobuf/proto/encode.go:218
↓ 35 callersMethodWriteString
(s string)
builder/docformat/src/github.com/golang/protobuf/proto/text.go:78
↓ 35 callersMethodlog
(lvl LogLevel, line string, args ...interface{})
builder/docformat/src/github.com/bitly/go-nsq/consumer.go:1150
↓ 31 callersMethodGet
Get returns a pointer to a new `Json` object for `key` in its `map` representation useful for chaining operations (to traverse a nested JSON): js.Get
builder/docformat/src/github.com/bitly/go-simplejson/simplejson.go:119
↓ 30 callersMethodAdd
Add returns the result of appending value to args.
builder/docformat/src/github.com/garyburd/redigo/redis/scan.go:485
↓ 30 callersMethodSplit
(String line, String sptr)
builder/index/src/main/java/InvertedIndex/plugin/Util.java:143
↓ 30 callersMethodgetDefaultInstance
()
builder/index/src/main/java/proto/PoseidonIf.java:1181
↓ 27 callersFunctionUnmarshal
Unmarshal parses the protocol buffer representation in buf and places the decoded result in pb. If the struct underlying pb does not match the data i
builder/docformat/src/github.com/golang/protobuf/proto/decode.go:302
↓ 27 callersMethodlog
(lvl LogLevel, line string, args ...interface{})
builder/docformat/src/github.com/bitly/go-nsq/conn.go:709
↓ 27 callersMethodput
(c Conn, forceClose bool)
builder/docformat/src/github.com/garyburd/redigo/redis/pool.go:276
↓ 27 callersMethodset
Sets the value of an option in a section, if the option exist, otherwise adds the option to the section. Trims white space from the start and the end
builder/index/src/main/java/util/IniParser.java:282
↓ 26 callersMethodOut
Out unindents the output one tab stop.
builder/docformat/src/github.com/golang/protobuf/protoc-gen-go/generator/generator.go:1073
↓ 25 callersMethodFlush
Flush flushes the output buffer to the Redis server.
builder/docformat/src/github.com/garyburd/redigo/redis/redis.go:40
↓ 25 callersMethodIn
In Indents the output one tab stop.
builder/docformat/src/github.com/golang/protobuf/protoc-gen-go/generator/generator.go:1070
↓ 25 callersFunctionNewReader
NewReader returns an io.Reader interface to the snappy framed stream format. It transparently handles reading the stream identifier (but does not pro
builder/docformat/src/github.com/mreiferson/go-snappystream/reader.go:48
↓ 25 callersMethodOutput
(calldepth int, s string)
builder/docformat/src/github.com/bitly/go-nsq/delegates.go:6
↓ 25 callersMethodexit
()
builder/docformat/src/github.com/bitly/go-nsq/consumer.go:1142
↓ 25 callersMethodwrite
(K key, V value)
builder/index/src/main/java/InvertedIndex/IndexGzMetaOutputFormat.java:109
↓ 24 callersMethodClose
Close releases the resources used by the pool.
builder/docformat/src/github.com/garyburd/redigo/redis/pool.go:170
↓ 24 callersMethodWrite
(p []byte)
builder/docformat/src/github.com/golang/protobuf/proto/text.go:92
↓ 24 callersFunctionve
(v interface{}, err error)
builder/docformat/src/github.com/garyburd/redigo/redis/reply_test.go:30
↓ 23 callersMethodBytes
Bytes returns the contents of the Buffer.
builder/docformat/src/github.com/golang/protobuf/proto/lib.go:344
↓ 23 callersMethodMustString
MustString guarantees the return of a `string` (with optional default) useful when you explicitly want a `string` in a single value return context: m
builder/docformat/src/github.com/bitly/go-simplejson/simplejson.go:289
↓ 23 callersMethodcheck
(message string, p *redis.Pool, dialed, open int)
builder/docformat/src/github.com/garyburd/redigo/redis/pool_test.go:86
↓ 22 callersFunctionInt64
Int64 is a helper routine that allocates a new int64 value to store v and returns a pointer to it.
builder/docformat/src/github.com/golang/protobuf/proto/lib.go:373
↓ 22 callersMethodnext
Advances the parser and returns the new current token.
builder/docformat/src/github.com/golang/protobuf/proto/text_parser.go:328
↓ 21 callersFunctionfileCheck
()
builder/docformat/src/github.com/donnie4w/go-logger/logger/logger.go:555
↓ 20 callersMethodBytes
()
builder/docformat/src/github.com/golang/protobuf/proto/text.go:175
↓ 20 callersMethodMustInt
MustInt guarantees the return of an `int` (with optional default) useful when you explicitly want an `int` in a single value return context: myFunc(j
builder/docformat/src/github.com/bitly/go-simplejson/simplejson.go:337
↓ 20 callersMethodbuild
()
builder/index/src/main/java/proto/PoseidonIf.java:1019
↓ 20 callersFunctioncatchError
()
builder/docformat/src/github.com/donnie4w/go-logger/logger/logger.go:138
↓ 20 callersMethodclose
Close the underlying stream. @throws IOException
builder/index/src/main/java/InvertedIndex/NLineReader.java:145
↓ 20 callersMethodset
()
builder/indexmeta/src/main/java/meta/IndexMetaMapper.java:89
↓ 18 callersMethodFail
Fail reports a problem and exits the program.
builder/docformat/src/github.com/golang/protobuf/protoc-gen-go/generator/generator.go:548
↓ 18 callersMethodReceive
Receive receives a single reply from the Redis server
builder/docformat/src/github.com/garyburd/redigo/redis/redis.go:43
↓ 18 callersMethodTypeName
The name we use in our output (a_b_c), possibly renamed for uniqueness.
builder/docformat/src/github.com/golang/protobuf/protoc-gen-go/generator/generator.go:489
↓ 18 callersFunctionUint32
Uint32 is a helper routine that allocates a new uint32 value to store v and returns a pointer to it.
builder/docformat/src/github.com/golang/protobuf/proto/lib.go:391
↓ 18 callersFunctionsizeVarint
(x uint64)
builder/docformat/src/github.com/golang/protobuf/proto/encode.go:113
↓ 17 callersMethodEncodeVarint
EncodeVarint writes a varint-encoded integer to the Buffer. This is the format for the int32, int64, uint32, uint64, bool, and enum protocol buffer ty
builder/docformat/src/github.com/golang/protobuf/proto/encode.go:99
↓ 17 callersFunctionEqual
* Equal returns true iff protocol buffers a and b are equal. The arguments must both be pointers to protocol buffer structs. Equality is defined in t
builder/docformat/src/github.com/golang/protobuf/proto/equal.go:68
↓ 17 callersFunctionNewConfig
NewConfig returns a new default nsq configuration. This must be used to initialize Config structs. Values can be set directly, or through Config.Set(
builder/docformat/src/github.com/bitly/go-nsq/config.go:185
↓ 17 callersFunctionSetExtension
SetExtension sets the specified extension of pb to the specified value.
builder/docformat/src/github.com/golang/protobuf/proto/extensions.go:354
↓ 16 callersMethodErr
Err returns a non-nil value if the connection is broken. The returned value is either the first non-nil value returned from the underlying network con
builder/docformat/src/github.com/garyburd/redigo/redis/redis.go:31
↓ 16 callersMethodParse
Parse populates p by parsing a string in the protobuf struct field tag style.
builder/docformat/src/github.com/golang/protobuf/proto/properties.go:251
↓ 16 callersFunctionframeMessage
(m *Message)
builder/docformat/src/github.com/bitly/go-nsq/mock_test.go:209
↓ 16 callersMethodmaybeForceBuilderInitialization
()
builder/index/src/main/java/proto/PoseidonIf.java:996
↓ 16 callersMethodtoBuilder
()
builder/index/src/main/java/proto/PoseidonIf.java:954
↓ 15 callersMethodDecodeVarint
DecodeVarint reads a varint-encoded integer from the Buffer. This is the format for the int32, int64, uint32, uint64, bool, and enum protocol buffer t
builder/docformat/src/github.com/golang/protobuf/proto/decode.go:85
↓ 15 callersFunctionNewBuffer
NewBuffer allocates a new Buffer and initializes its internal data to the contents of the argument slice.
builder/docformat/src/github.com/golang/protobuf/proto/lib.go:326
↓ 15 callersFunctionUint64
Uint64 is a helper routine that allocates a new uint64 value to store v and returns a pointer to it.
builder/docformat/src/github.com/golang/protobuf/proto/lib.go:397
↓ 15 callersMethoderrorf
(format string, a ...interface{})
builder/docformat/src/github.com/golang/protobuf/proto/text_parser.go:92
↓ 15 callersFunctiontoStructPointer
toStructPointer returns a structPointer equivalent to the given reflect value.
builder/docformat/src/github.com/golang/protobuf/proto/pointer_unsafe.go:56
↓ 14 callersMethodBool
Bool type asserts to `bool`
builder/docformat/src/github.com/bitly/go-simplejson/simplejson.go:191
↓ 14 callersFunctionFloat32
Float32 is a helper routine that allocates a new float32 value to store v and returns a pointer to it.
builder/docformat/src/github.com/golang/protobuf/proto/lib.go:379
↓ 14 callersMethodclear
()
builder/index/src/main/java/proto/PoseidonIf.java:1001
↓ 14 callersFunctioninitGoTest
(setdefaults bool)
builder/docformat/src/github.com/golang/protobuf/proto/all_test.go:101
↓ 14 callersFunctionold
()
builder/docformat/src/github.com/golang/protobuf/proto/all_test.go:53
↓ 14 callersMethodparseDelimitedFrom
(java.io.InputStream input)
builder/index/src/main/java/proto/PoseidonIf.java:917
↓ 13 callersFunctionFloat64
Float64 is a helper routine that allocates a new float64 value to store v and returns a pointer to it.
builder/docformat/src/github.com/golang/protobuf/proto/lib.go:385
↓ 13 callersFunctionGetProperties
GetProperties returns the list of properties for the type represented by t. t must represent a generated struct type of a protocol message.
builder/docformat/src/github.com/golang/protobuf/proto/properties.go:641
↓ 13 callersMethodInt64
Int64 coerces into an int64
builder/docformat/src/github.com/bitly/go-simplejson/simplejson_go10.go:52
↓ 13 callersMethodRead
(b []byte)
builder/docformat/src/github.com/mreiferson/go-snappystream/reader_test.go:596
↓ 13 callersMethodReset
()
builder/docformat/src/github.com/golang/protobuf/proto/lib.go:278
↓ 13 callersFunctionstructPointer_IsNil
IsNil reports whether p is nil.
builder/docformat/src/github.com/golang/protobuf/proto/pointer_unsafe.go:61
↓ 12 callersMethodGetPath
GetPath searches for the item as specified by the branch without the need to deep dive using Get()'s. js.GetPath("top_level", "dict")
builder/docformat/src/github.com/bitly/go-simplejson/simplejson.go:133
↓ 12 callersFunctionNewWriter
NewWriter returns an io.Writer that writes its input to an underlying io.Writer encoded as a snappy framed stream. A stream identifier block is writt
builder/docformat/src/github.com/mreiferson/go-snappystream/writer.go:128
↓ 12 callersMethodObjectNamed
ObjectNamed, given a fully-qualified input type name as it appears in the input data, returns the descriptor for the message or enum with that name.
builder/docformat/src/github.com/golang/protobuf/protoc-gen-go/generator/generator.go:988
↓ 12 callersMethodPublish
Publish synchronously publishes a message body to the specified topic, returning an error if publish failed
builder/docformat/src/github.com/bitly/go-nsq/producer.go:184
↓ 12 callersMethodRun
()
builder/docformat/src/main/workshop.go:392
↓ 12 callersFunctioncompressedChunk
compressedChunk encodes b returning a single, compressed, snappy-framed block. compressedChunk can encode source data larger than allowed in the speci
builder/docformat/src/github.com/mreiferson/go-snappystream/reader_test.go:459
↓ 12 callersMethodconns
()
builder/docformat/src/github.com/bitly/go-nsq/consumer.go:201
next →1–100 of 2,300, ranked by callers