MCPcopy Create free account

hub / github.com/apache/thrift / functions

Functions14,751 in github.com/apache/thrift

↓ 4 callersFunctionzig_zag_to_int
lib/rb/ext/compact_protocol.c:426
↓ 3 callersMethodAddToProcessorMap
AddToProcessorMap adds the given TProcessorFunction to the internal processor map at the given key. If one is already set at the given key, it will b
lib/go/thrift/processor_factory.go:41
↓ 3 callersMethodAddTransform
AddTransform add a transform for writing. Deprecated: This only applies to the next message written, and the next read message will cause write trans
lib/go/thrift/header_protocol.go:127
↓ 3 callersMethodContext
compiler/cpp/tests/catch/catch.hpp:7648
↓ 3 callersFunctionCreateServerSocket
(t *testing.T, addr string)
lib/go/thrift/server_socket_test.go:54
↓ 3 callersMethodDecode
(byte[] src, int srcOff, int len, byte[] dst, int dstOff)
lib/netstd/Thrift/Protocol/Utilities/TBase64Utils.cs:84
↓ 3 callersFunctionEquals
compiler/cpp/tests/catch/catch.hpp:3086
↓ 3 callersMethodExecute
(List<string> args)
test/netstd/Client/TestClient.cs:396
↓ 3 callersMethodFoo
(ctx context.Context)
lib/go/test/tests/client_middleware_exception_test.go:33
↓ 3 callersMethodGetMaxFrameSize
GetMaxFrameSize returns the max frame size an implementation should follow. It's nil-safe. DEFAULT_MAX_FRAME_SIZE will be returned if tc is nil. If
lib/go/thrift/configuration.go:162
↓ 3 callersMethodGetMaxMessageSize
GetMaxMessageSize returns the max message size an implementation should follow. It's nil-safe. DEFAULT_MAX_MESSAGE_SIZE will be returned if tc is nil
lib/go/thrift/configuration.go:149
↓ 3 callersMethodGetSocketTimeout
GetSocketTimeout returns the socket timeout should be used by TSocket and TSSLSocket. It's nil-safe. If tc is nil, DEFAULT_SOCKET_TIMEOUT will be ret
lib/go/thrift/configuration.go:191
↓ 3 callersMethodGetTHeaderProtocolID
GetTHeaderProtocolID returns the THeaderProtocolID should be used by THeaderProtocol clients (for servers, they always use the same one as the client
lib/go/thrift/configuration.go:239
↓ 3 callersFunctionGetWriteHeaderList
GetWriteHeaderList returns the key list of THeaders to write from the context.
lib/go/thrift/header_context.go:93
↓ 3 callersMethodIsListening
Checks whether the socket is listening.
lib/go/thrift/ssl_server_socket.go:78
↓ 3 callersMethodJanky
(int arg)
lib/java/src/test/java/org/apache/thrift/async/TestTAsyncClientManager.java:303
↓ 3 callersMethodLogError
Log delegation? deprecated, use ILogger
lib/netstd/Thrift/Server/TServer.cs:66
↓ 3 callersFunctionNewMyTestStruct
()
lib/go/thrift/serializer_types_test.go:115
↓ 3 callersFunctionNewStreamTransport
(r io.Reader, w io.Writer)
lib/go/thrift/iostream_transport.go:80
↓ 3 callersFunctionNewStreamTransportFactory
(reader io.Reader, writer io.Writer, isReadWriter bool)
lib/go/thrift/iostream_transport.go:76
↓ 3 callersFunctionNewTBinaryProtocolTransport
Deprecated: Use NewTBinaryProtocolConf instead.
lib/go/thrift/binary_protocol.go:43
↓ 3 callersFunctionNewTCompactProtocolFactory
Deprecated: Use NewTCompactProtocolFactoryConf instead.
lib/go/thrift/compact_protocol.go:85
↓ 3 callersFunctionNewTDeserializerPool
NewTDeserializerPool creates a new TDeserializerPool. NewTDeserializer can be used as the arg here.
lib/go/thrift/deserializer.go:89
↓ 3 callersFunctionNewTHttpClientTransportFactoryWithOptions
(url string, options THttpClientOptions)
lib/go/thrift/http_client.go:69
↓ 3 callersFunctionNewTMultiplexedProcessor
()
lib/go/thrift/multiplexed_protocol.go:115
↓ 3 callersFunctionNewTProcessorFactory
(p TProcessor)
lib/go/thrift/processor_factory.go:58
↓ 3 callersFunctionNewTSerializerPool
NewTSerializerPool creates a new TSerializerPool. NewTSerializer can be used as the arg here.
lib/go/thrift/serializer.go:100
↓ 3 callersFunctionNewTSimpleJSONProtocolFactoryConf
(conf *TConfiguration)
lib/go/thrift/simple_json_protocol.go:151
↓ 3 callersFunctionNewTSimpleServerFactory6
(processorFactory TProcessorFactory, serverTransport TServerTransport, inputTransportFactory TTransportFactory
lib/go/thrift/simple_server.go:117
↓ 3 callersFunctionNewTSocketFromConnConf
NewTSocketFromConnConf creates a TSocket from an existing net.Conn.
lib/go/thrift/socket.go:95
↓ 3 callersMethodParseStringBody
()
lib/go/thrift/simple_json_protocol.go:921
↓ 3 callersMethodPeekAsync
<summary> Return the next byte to be Read without consuming, filling the data buffer if it has not been filled alReady. </summary>
lib/netstd/Thrift/Protocol/TJSONProtocol.cs:1032
↓ 3 callersMethodProcessAsync
(TProtocol iprot, TProtocol oprot, CancellationToken cancellationToken = default)
lib/netstd/Thrift/Processor/ITAsyncProcessor.cs:26
↓ 3 callersMethodProcessorMap
ProcessorMap returns a map of thrift method names to TProcessorFunctions.
lib/go/thrift/processor_factory.go:34
↓ 3 callersMethodReadFieldBeginAsync
(CancellationToken cancellationToken = default)
lib/netstd/Thrift/Protocol/TProtocol.cs:161
↓ 3 callersMethodReadFieldEndAsync
(CancellationToken cancellationToken = default)
lib/netstd/Thrift/Protocol/TProtocol.cs:163
↓ 3 callersMethodReadI32
(ctx context.Context)
lib/go/thrift/simple_json_protocol.go:526
↓ 3 callersMethodReadI32Async
(CancellationToken cancellationToken = default)
lib/netstd/Thrift/Protocol/TProtocol.cs:183
↓ 3 callersMethodReadString
(context.Context, TStruct, string)
lib/go/thrift/serializer_test.go:83
↓ 3 callersMethodReadString
Reads a []byte (via readBinary), and then UTF-8 decodes it.
lib/go/thrift/compact_protocol.go:615
↓ 3 callersMethodReadStringAsync
(CancellationToken cancellationToken = default)
lib/netstd/Thrift/Protocol/TProtocol.cs:189
↓ 3 callersMethodReadStructBeginAsync
(CancellationToken cancellationToken = default)
lib/netstd/Thrift/Protocol/TProtocol.cs:157
↓ 3 callersMethodReadStructEndAsync
(CancellationToken cancellationToken = default)
lib/netstd/Thrift/Protocol/TProtocol.cs:159
↓ 3 callersMethodReadUuidAsync
(CancellationToken cancellationToken = default)
lib/netstd/Thrift/Protocol/TProtocol.cs:197
↓ 3 callersMethodRecv
(ctx context.Context, iprot TProtocol, seqId int32, method string, result TStruct)
lib/go/thrift/client.go:56
↓ 3 callersMethodRegisterDefault
(processor TProcessor)
lib/go/thrift/multiplexed_protocol.go:180
↓ 3 callersMethodReturnTwo
(ctx context.Context)
lib/go/test/tests/multiplexed_protocol_test.go:49
↓ 3 callersMethodRun
(CancellationToken cancellationToken)
tutorial/netstd/Server/Program.cs:315
↓ 3 callersMethodSSLContext
SSLContext implementation
lib/cpp/src/thrift/transport/TSSLSocket.cpp:182
↓ 3 callersFunctionSetResponseHelper
SetResponseHelper injects TResponseHelper into the context object.
lib/go/thrift/response_helper.go:92
↓ 3 callersMethodSetTConfiguration
(*TConfiguration)
lib/go/thrift/configuration.go:301
↓ 3 callersMethodSkipAsync
(TProtocol protocol, TType type, CancellationToken cancellationToken)
lib/netstd/Thrift/Protocol/Utilities/TProtocolUtil.cs:27
↓ 3 callersFunctionStartClient
( addr string, transport string, protocol string, ssl bool, )
test/go/src/common/client.go:39
↓ 3 callersFunctionStringPtr
(v string)
lib/go/thrift/pointerize.go:54
↓ 3 callersMethodTProtocolException
lib/cpp/src/thrift/protocol/TProtocolException.h:52
↓ 3 callersMethodTServerSocket
lib/cpp/src/thrift/transport/TServerSocket.cpp:105
↓ 3 callersMethodTTransportException
lib/cpp/src/thrift/transport/TTransportException.h:56
↓ 3 callersMethodTestByte
(thing int8)
test/go/src/common/simple_handler.go:48
↓ 3 callersMethodTestDouble
(thing float64)
test/go/src/common/simple_handler.go:60
↓ 3 callersMethodTestEnum
(thing Numberz)
test/go/src/common/simple_handler.go:96
↓ 3 callersMethodTestException
(ctx context.Context, arg string)
lib/go/test/tests/thrifttest_handler.go:180
↓ 3 callersMethodTestI32
(thing int32)
test/go/src/common/simple_handler.go:52
↓ 3 callersMethodTestI64
(ctx context.Context, thing int64)
lib/go/test/tests/thrifttest_handler.go:73
↓ 3 callersMethodTestI64
(thing int64)
test/go/src/common/simple_handler.go:56
↓ 3 callersMethodTestList
(thing []int32)
test/go/src/common/simple_handler.go:92
↓ 3 callersMethodTestMap
(thing map[int32]int32)
test/go/src/common/simple_handler.go:80
↓ 3 callersMethodTestMapMap
(hello int32)
test/go/src/common/simple_handler.go:104
↓ 3 callersMethodTestMulti
(arg0 int8, arg1 int32, arg2 int64, arg3 map[int16]string, arg4 Numberz, arg5 UserId)
test/go/src/common/simple_handler.go:118
↓ 3 callersMethodTestNest
(nest *Xtruct2)
test/go/src/common/simple_handler.go:76
↓ 3 callersMethodTestOneway
(secondsToSleep int32)
test/go/src/common/simple_handler.go:162
↓ 3 callersMethodTestSet
(thing []int32)
test/go/src/common/simple_handler.go:88
↓ 3 callersMethodTestString
(thing string)
test/go/src/common/simple_handler.go:40
↓ 3 callersMethodTestStringMap
(thing map[string]string)
test/go/src/common/simple_handler.go:84
↓ 3 callersMethodTestStruct
(thing *Xtruct)
test/go/src/common/simple_handler.go:72
↓ 3 callersMethodTestTypedef
(thing UserId)
test/go/src/common/simple_handler.go:100
↓ 3 callersMethodTestUuid
(thing thrift.Tuuid)
test/go/src/common/simple_handler.go:68
↓ 3 callersMethodToHexChar
<summary> Convert a byte containing a hex value to its corresponding hex character </summary>
lib/netstd/Thrift/Protocol/Utilities/TJsonProtocolHelper.cs:170
↓ 3 callersFunctionTransportHeaderTest
(t *testing.T, writeTrans TTransport, readTrans TTransport)
lib/go/thrift/transport_test.go:101
↓ 3 callersMethodTypeId
()
lib/go/thrift/transport_exception.go:34
↓ 3 callersFunctionUnmatchedBeginEndProtocolTest
(t *testing.T, protocolFactory TProtocolFactory)
lib/go/thrift/protocol_test.go:579
↓ 3 callersFunctionVerifyCORSAndSetHeaders
(request, response)
lib/nodejs/lib/thrift/web_server.js:334
↓ 3 callersFunctionWrapper
(serviceName, protocol, connection)
lib/nodejs/lib/thrift/multiplexed_protocol.js:24
↓ 3 callersMethodWriteFieldBeginAsync
(TField field, CancellationToken cancellationToken = default)
lib/netstd/Thrift/Protocol/TProtocol.cs:114
↓ 3 callersMethodWriteFieldEndAsync
(CancellationToken cancellationToken = default)
lib/netstd/Thrift/Protocol/TProtocol.cs:116
↓ 3 callersMethodWriteString
(context.Context, TStruct)
lib/go/thrift/serializer_test.go:79
↓ 3 callersMethodWriteString
(ctx context.Context, v string)
lib/go/thrift/simple_json_protocol.go:315
↓ 3 callersMethodWriteString
Write a string to the wire with a varint size preceding.
lib/go/thrift/compact_protocol.go:334
↓ 3 callersMethod__initArgs__
(self, processor, serverTransport, inputTransportFactory, outputTransportFactory,
lib/py/src/server/TServer.py:54
↓ 3 callersMethod__readSize
(self)
lib/py/src/protocol/TCompactProtocol.py:332
↓ 3 callersMethod__readVarint
(self)
lib/py/src/protocol/TCompactProtocol.py:326
↓ 3 callersMethod__writeSize
(self, i32)
lib/py/src/protocol/TCompactProtocol.py:221
↓ 3 callersMethod_assert_raises
(self, exc)
lib/py/test/test_sslsocket.py:156
↓ 3 callersMethod_buildLinkedList
(self)
test/py/SerializationTest.py:304
↓ 3 callersMethod_check_container_length
(self, length)
lib/py/src/protocol/TBinaryProtocol.py:51
↓ 3 callersFunction_fix_list_or_set
(element_type)
lib/py/src/TRecursive.py:44
↓ 3 callersMethod_sendSASLMessage
(self, status, body)
lib/py/src/transport/TTwisted.py:178
↓ 3 callersMethodaccess
* Set AccessManager. * * @param manager Instance of AccessManager */
lib/cpp/src/thrift/transport/TSSLSocket.h:100
↓ 3 callersMethodadd
(int num1, int num2, CancellationToken cancellationToken)
tutorial/netstd/Server/Program.cs:392
↓ 3 callersMethodaddChild
compiler/cpp/tests/catch/catch.hpp:6110
↓ 3 callersMethodaddString
lib/cpp/test/processor/Handlers.h:47
← previousnext →1,501–1,600 of 14,751, ranked by callers