MCPcopy Create free account

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

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

Methodempty
src/sofa/pbrpc/smart_ptr/detail/shared_count.hpp:193
Functionenable_mock
src/sofa/pbrpc/mock_test_helper.cc:22
Methodenable_shared_from_this
src/sofa/pbrpc/smart_ptr/enable_shared_from_this.hpp:26
Methodencode_url
src/sofa/pbrpc/string_utils.cc:412
Methodend_with
src/sofa/pbrpc/string_utils.cc:39
Methodext_closure_run_helper
src/sofa/pbrpc/thread_group_impl.h:276
Methodfree
Decrease the reference count of the block. If the reference count equals to 0 afterward, then put the block back to the free list Preconditions: The
src/sofa/pbrpc/tran_buf_pool.h:83
Methodgeneric_error_category
src/sofa/pbrpc/boost_system_error_code.cc:61
Methodget
src/sofa/pbrpc/smart_ptr/scoped_array.hpp:64
Methodget_char_type_mask
src/sofa/pbrpc/ascii.h:115
Functionget_deleter
src/sofa/pbrpc/smart_ptr/shared_ptr.hpp:382
Methodget_deleter
src/sofa/pbrpc/smart_ptr/detail/sp_counted_impl.hpp:49
Methodget_deleter
src/sofa/pbrpc/smart_ptr/detail/sp_counted_impl.hpp:98
Methodget_deleter
src/sofa/pbrpc/smart_ptr/detail/sp_counted_impl.hpp:156
Methodget_from_pending_queue
Get an item from the pending queue. This method should only be called when send token is acquired, so will never be invoked concurrently. The "_swap
src/sofa/pbrpc/rpc_message_stream.h:401
Methodget_from_pending_queue
Get an item from the pending queue. This method should only be called when send token is acquired, so will never be invoked concurrently. The "_swap
src/sofa/pbrpc/rpc_server_message_stream.h:399
Functionget_log_level
src/sofa/pbrpc/common.cc:32
Functionget_pointer
src/sofa/pbrpc/smart_ptr/shared_ptr.hpp:360
Functionget_pointer
src/sofa/pbrpc/smart_ptr/scoped_ptr.hpp:91
Methodhas_read_quota
Check if has more read quota.
src/sofa/pbrpc/flow_controller.h:72
Methodhas_write_quota
Check if has more write quota.
src/sofa/pbrpc/flow_controller.h:78
Methodhash_string
Compute the hash value for the given string. This is copied from gcc 3.4.3 "hash_fun.h".
src/sofa/pbrpc/string_utils.h:59
Functionhash_value
src/sofa/pbrpc/smart_ptr/shared_ptr.hpp:464
Functionhex2bin
src/sofa/pbrpc/bin2ascii.h:20
Methodidentify_message_header
Identify a message header. @return 1 a header identified. The header is stored in "_receiving_header", @return 0 no header identified for incomple
src/sofa/pbrpc/rpc_message_stream.h:661
Methodinsert_into_pending_queue
Insert an item into front of the pending queue. @return false if the pending queue is full.
src/sofa/pbrpc/rpc_message_stream.h:376
Methodinsert_into_pending_queue
Insert an item into front of the pending queue. @return false if the pending queue is full.
src/sofa/pbrpc/rpc_server_message_stream.h:374
Methodis_alpha
src/sofa/pbrpc/ascii.h:49
Methodis_alpha_number
src/sofa/pbrpc/ascii.h:59
Methodis_blank
src/sofa/pbrpc/ascii.h:64
Methodis_closed
Check if the channel is closed.
src/sofa/pbrpc/rpc_byte_stream.h:257
Methodis_connected
Check if the channel is connected.
src/sofa/pbrpc/rpc_byte_stream.h:251
Methodis_connecting
Check if the channel is connecting.
src/sofa/pbrpc/rpc_byte_stream.h:245
Methodis_control
src/sofa/pbrpc/ascii.h:74
Methodis_digit
src/sofa/pbrpc/ascii.h:54
Methodis_graph
src/sofa/pbrpc/ascii.h:89
Methodis_hex_digit
src/sofa/pbrpc/ascii.h:84
Methodis_lower
src/sofa/pbrpc/ascii.h:39
Methodis_print
src/sofa/pbrpc/ascii.h:94
Methodis_punct
src/sofa/pbrpc/ascii.h:79
Methodis_running
src/sofa/pbrpc/timeout_manager_impl.cc:24
Methodis_running
src/sofa/pbrpc/timer_worker.h:34
Methodis_running
src/sofa/pbrpc/rpc_timeout_manager.h:40
Methodis_space
src/sofa/pbrpc/ascii.h:69
Methodis_upper
src/sofa/pbrpc/ascii.h:44
Methodis_valid
src/sofa/pbrpc/ascii.h:34
Functionisprint
src/sofa/pbrpc/string_utils.cc:158
Functionjson2pb
src/sofa/pbrpc/pbjson.cc:539
Methodjson_escape_string
src/sofa/pbrpc/string_utils.h:118
Methodjson_escape_string
///////// json_escape ///////////////////////////////
src/sofa/pbrpc/string_utils.cc:329
Methodlock
src/sofa/pbrpc/spin_lock.h:19
Methodlock
src/sofa/pbrpc/mutex_lock.h:25
Functionlog_handler
src/sofa/pbrpc/common.cc:90
Functionmain
unit-test/test_tran_buf_pool.cc:32
Functionmain
unit-test/test_thread_group.cc:43
Functionmain
unit-test/test_buffer.cc:563
Functionmain
unit-test/test_ext_closure.cc:821
Functionmain
unit-test/test_closure.cc:282
Functionmain
unit-test/test_common.cc:71
Functionmain
unit-test/test_epoll_support.cc:31
Functionmain
unit-test/test_web_service.cc:80
Functionmain
unit-test/test_io_service_pool.cc:49
Functionmain
unit-test/test_timeout_manager.cc:92
Functionmain
unit-test/test_atomic.cc:41
Functionmain
sample/mock_sample/mock_test_sample.cc:165
Functionmain
sample/multi_server_sample/server.cc:43
Functionmain
sample/multi_server_sample/client.cc:123
Functionmain
sample/echo/client_sync.cc:11
Functionmain
sample/echo/server.cc:71
Functionmain
sample/echo/client_async.cc:35
Functionmain
sample/compress_sample/server.cc:35
Functionmain
sample/compress_sample/client.cc:8
Functionmain
sample/timeout_sample/server.cc:59
Functionmain
sample/timeout_sample/client.cc:8
Functionmain
test/perf_test/client_serial.cc:20
Functionmain
test/perf_test/echo_server.cc:39
Functionmain
test/perf_test/client_parallel.cc:90
Functionmain
test/perf_test/client_multi_server.cc:20
Functionmain
test/perf_test/client_multi_thread.cc:68
Functionmain
test/kill_test/echo_server.cc:40
Functionmain
test/kill_test/client_parallel.cc:58
Functionmain
src/sofa/pbrpc/http-agent/sofa_pbrpc_client.cc:296
Methodmalloc
Allocate a block. Return NULL if failed. block_size = SOFA_PBRPC_TRAN_BUF_BLOCK_BASE_SIZE << factor Postconditions: If succeed, the reference count
src/sofa/pbrpc/tran_buf_pool.h:37
Methodmax_pending_buffer_size
Get the max size of pending buffer for send.
src/sofa/pbrpc/rpc_server_message_stream.h:120
Methodname
src/sofa/pbrpc/thread_group_impl.h:73
Methodno_delay
src/sofa/pbrpc/rpc_byte_stream.h:56
Methodnotify_timeout
src/sofa/pbrpc/rpc_timeout_manager.h:201
Functionnull_log_handler
src/sofa/pbrpc/common.cc:83
Methodon_accept
src/sofa/pbrpc/rpc_listener.h:187
Methodon_closed
src/sofa/pbrpc/rpc_client_stream.h:92
Methodon_closed
src/sofa/pbrpc/rpc_server_stream.h:101
Methodon_connect
Callback of "async_connect()".
src/sofa/pbrpc/rpc_byte_stream.h:336
Methodon_connect_timeout
src/sofa/pbrpc/rpc_byte_stream.h:118
Methodon_connected
src/sofa/pbrpc/rpc_message_stream.h:204
Methodon_connected
src/sofa/pbrpc/rpc_server_message_stream.h:203
Methodon_read_some
Callback of "async_read_some()".
src/sofa/pbrpc/rpc_message_stream.h:219
Methodon_read_some
Callback of "async_read_some()".
src/sofa/pbrpc/rpc_server_message_stream.h:218
Methodon_received
src/sofa/pbrpc/rpc_client_stream.h:156
Methodon_received
src/sofa/pbrpc/rpc_server_stream.h:140
Methodon_send_failed
src/sofa/pbrpc/rpc_client_stream.h:138
← previousnext →1,701–1,800 of 2,048, ranked by callers