MCPcopy Create free account

hub / github.com/baidu/sofa-pbrpc / functions

Functions2,048 in github.com/baidu/sofa-pbrpc

MethodAddChunk
Creates a new chunk. ! \param capacity Capacity of the chunk in bytes. */
src/rapidjson/rapidjson.h:281
MethodAddFileDescriptor
src/sofa/pbrpc/service_pool.h:405
FunctionAddFunction
unit-test/test_ext_closure.cc:673
MethodAssembleFailedResponse
src/sofa/pbrpc/http_rpc_request.cc:184
MethodAssembleFailedResponse
src/sofa/pbrpc/binary_rpc_request.cc:182
MethodAssembleSucceedResponse
src/sofa/pbrpc/http_rpc_request.cc:154
MethodAssembleSucceedResponse
src/sofa/pbrpc/binary_rpc_request.cc:127
MethodAsyncCallback
src/sofa/pbrpc/dynamic_rpc_channel_impl.cc:377
MethodAtomicCounter
src/sofa/pbrpc/counter.h:37
MethodAtomicCounter64
src/sofa/pbrpc/counter.h:58
MethodBackUp
src/sofa/pbrpc/block_wrappers.cc:46
MethodBasicCounter
src/sofa/pbrpc/counter.h:16
MethodBinaryRpcRequest
src/sofa/pbrpc/binary_rpc_request.cc:13
MethodBinaryRpcRequestParser
src/sofa/pbrpc/binary_rpc_request_parser.cc:14
MethodBlockCompressionInputStream
src/sofa/pbrpc/block_wrappers.cc:27
MethodBlockCompressionOutputStream
src/sofa/pbrpc/block_wrappers.cc:95
MethodBlockCount
src/sofa/pbrpc/buffer.cc:62
MethodBottom
src/rapidjson/internal/stack.h:64
MethodBufHandle
src/sofa/pbrpc/buf_handle.h:20
MethodBuiltinServiceImpl
src/sofa/pbrpc/builtin_service_impl.cc:27
MethodByteCount
src/sofa/pbrpc/block_wrappers.h:35
MethodByteCount
src/sofa/pbrpc/block_wrappers.h:65
MethodByteCount
src/sofa/pbrpc/gzip_stream.cc:224
MethodCTest
unit-test/test_ext_closure.cc:103
MethodCacheIndex
src/sofa/pbrpc/service_pool.h:400
MethodCallDone
src/sofa/pbrpc/dynamic_rpc_channel_impl.cc:358
MethodCallMethod
Calls the method identified by the descriptor. Only blocking mode is supported now, so the `done' param is not used. If some rpc error occur
python/sofa/pbrpc/client.py:252
MethodCallMethod
src/sofa/pbrpc/rpc_request.cc:12
MethodCallMethod
src/sofa/pbrpc/rpc_channel.cc:71
MethodCallMethod
src/sofa/pbrpc/dynamic_rpc_channel_impl.cc:127
MethodCallMethod
Rpc call method to remote endpoint. The call can be done in following cases: send failed timeouted received response
src/sofa/pbrpc/rpc_client_impl.cc:210
MethodCallMethod
src/sofa/pbrpc/simple_rpc_channel_impl.cc:74
MethodCallMethodDone
src/sofa/pbrpc/http-agent/http_agent.cc:271
MethodCapacity
Get the capacity of array.
src/rapidjson/document.h:336
MethodCapacity
Computes the total capacity of allocated memory chunks. ! \return total capacity in bytes. */
src/rapidjson/rapidjson.h:217
MethodCheckMagicString
src/sofa/pbrpc/binary_rpc_request_parser.cc:37
MethodCheckMagicString
src/sofa/pbrpc/rpc_message_header.h:30
MethodChooseServer
src/sofa/pbrpc/dynamic_rpc_channel_impl.cc:386
MethodClear
Deallocates all memory chunks, excluding the user-supplied buffer.
src/rapidjson/rapidjson.h:206
MethodClear
src/rapidjson/stringbuffer.h:23
MethodClearMockMethod
src/sofa/pbrpc/mock_test_helper_impl.h:29
MethodClearStack
src/rapidjson/document.h:799
MethodClearStreams
src/sofa/pbrpc/rpc_server_impl.cc:472
MethodClearStreams
src/sofa/pbrpc/rpc_client_impl.cc:423
MethodClose
src/sofa/pbrpc/block_wrappers.h:68
MethodClose
src/sofa/pbrpc/gzip_stream.cc:362
MethodCommonTest
unit-test/test_common.cc:13
MethodConditionVariable
src/sofa/pbrpc/condition_variable.h:21
MethodConditionalAutoDeleter
src/sofa/pbrpc/closure_helper.h:22
MethodConnectionCount
src/sofa/pbrpc/rpc_server_impl.cc:310
MethodConnectionCount
src/sofa/pbrpc/rpc_client_impl.cc:198
MethodConnectionCount
src/sofa/pbrpc/rpc_client.cc:33
MethodCpuProfilingFunc
src/sofa/pbrpc/profiling.cc:479
MethodDefault
src/rapidjson/reader.h:78
MethodDefaultHome
src/sofa/pbrpc/web_service.cc:265
MethodDefaultOptions
src/sofa/pbrpc/web_service.cc:279
MethodDefaultProfiling
src/sofa/pbrpc/web_service.cc:338
MethodDefaultService
src/sofa/pbrpc/web_service.cc:312
MethodDefaultServices
src/sofa/pbrpc/web_service.cc:301
MethodDefaultStatus
src/sofa/pbrpc/web_service.cc:290
MethodDeflate
private
src/sofa/pbrpc/gzip_stream.cc:298
MethodDeleteClosureInCallback
unit-test/test_closure.cc:56
MethodDescriptor
src/sofa/pbrpc/service_pool.h:189
MethodDestroyProfiling
src/sofa/pbrpc/profiling.cc:465
MethodDetectCallback
src/sofa/pbrpc/dynamic_rpc_channel_impl.cc:581
MethodDoCpuProfiling
src/sofa/pbrpc/profiling.cc:375
MethodDoMemoryProfiling
src/sofa/pbrpc/profiling.cc:408
MethodDoNextOutput
src/sofa/pbrpc/gzip_stream.cc:134
MethodDoneCallback
src/sofa/pbrpc/rpc_client_impl.cc:429
MethodDoneCallback
src/sofa/pbrpc/simple_rpc_channel_impl.cc:164
MethodDynamicRpcChannelImpl
src/sofa/pbrpc/dynamic_rpc_channel_impl.cc:34
FunctionEchoCallback
sample/mock_sample/mock_test_sample.cc:106
FunctionEchoCallback
sample/echo/client_async.cc:9
FunctionEchoCallback
test/perf_test/client_parallel.cc:47
FunctionEchoCallback
test/perf_test/client_multi_thread.cc:25
FunctionEchoCallback
test/kill_test/client_parallel.cc:24
MethodEchoServerImpl
sample/multi_server_sample/server.cc:14
MethodEchoServerImpl
sample/echo/server.cc:30
MethodEchoServerImpl
sample/compress_sample/server.cc:13
MethodEchoServerImpl
test/perf_test/echo_server.cc:17
MethodEchoServerImpl
test/kill_test/echo_server.cc:17
MethodEmpty
Check whether the array is empty.
src/rapidjson/document.h:339
MethodEncode
src/rapidjson/rapidjson.h:338
MethodEncode
src/rapidjson/rapidjson.h:373
MethodEncode
src/rapidjson/rapidjson.h:400
FunctionEraseCallback
unit-test/test_timeout_manager.cc:59
MethodErrorCode
If Failed is true, returns an interger error code.
python/sofa/pbrpc/client.py:74
MethodErrorCode
src/sofa/pbrpc/rpc_controller_impl.h:88
MethodErrorPage
src/sofa/pbrpc/web_service.cc:583
MethodErrorText
src/sofa/pbrpc/rpc_controller_impl.h:98
MethodEvent
src/sofa/pbrpc/timeout_manager_impl.h:71
MethodEvent
src/sofa/pbrpc/rpc_timeout_manager.h:227
MethodEventHandlerImp
src/sofa/pbrpc/dynamic_rpc_channel_impl.cc:14
MethodExpectAtEnd
src/sofa/pbrpc/block_wrappers.h:36
MethodExpectAtEnd
src/sofa/pbrpc/gzip_stream.cc:186
MethodExtend
src/sofa/pbrpc/buffer.cc:299
MethodFailed
src/sofa/pbrpc/rpc_controller_impl.h:83
MethodFileStream
src/rapidjson/filestream.h:17
MethodFindMember
Find member by name.
src/rapidjson/document.h:618
MethodFindMethodBoard
src/sofa/pbrpc/rpc_request.cc:285
← previousnext →401–500 of 2,048, ranked by callers