MCPcopy Create free account

hub / github.com/Qihoo360/evpp / functions

Functions2,639 in github.com/Qihoo360/evpp

FunctionRange
3rdparty/gtest/gtest-param-test.h:242
MethodRangeGenerator
3rdparty/gtest/internal/gtest-param-util.h:185
MethodReadAndInterpretStatusByte
Called in the parent process only. Reads the result code of the death test child process via a pipe, interprets it to set the outcome_ member, and clo
3rdparty/gtest/src/gtest-death-test.cc:425
FunctionReadByte
ReadByte reads and returns the next byte from the buffer. If no byte is available, it returns '\0'.
evpp/buffer.h:274
FunctionReadCallback
benchmark/ioevent/evpp/evpp_ioevent_pipe_watcher.cc:33
FunctionReadCallbackOfFdChannel
benchmark/ioevent/fd_channel_vs_pipe_event_watcher/fd_channel_vs_pipe_event_watcher.cc:31
FunctionReadCallbackOfPipeEventWatcher
benchmark/ioevent/fd_channel_vs_pipe_event_watcher/fd_channel_vs_pipe_event_watcher.cc:49
MethodReadEntireFile
Reads the entire content of a file as a string.
3rdparty/gtest/src/gtest-port.cc:605
FunctionReadInt16
evpp/buffer.h:210
FunctionReadInt32
evpp/buffer.h:204
FunctionReadInt8
evpp/buffer.h:216
FunctionReady
Ready sets a new Command to specify the number of messages a client is willing to receive
apps/evnsq/command.h:113
FunctionRealloc
3rdparty/rapidjson/allocators.h:71
MethodReconnect
apps/evnsq/nsq_conn.cc:54
MethodReconnect
evpp/tcp_client.cc:88
MethodRecordProperty
3rdparty/gtest/src/gtest-internal-inl.h:1051
MethodRecordProperty
Adds a test property to the list. If a property with the same key as the supplied property is already represented, the value of this test_property rep
3rdparty/gtest/src/gtest.cc:1734
MethodRecvThread
evpp/udp/udp_server.cc:21
MethodRecvingLoop
evpp/udp/udp_server.cc:207
MethodRegister
'index' is the index of the test in the type list 'Types' specified in INSTANTIATE_TYPED_TEST_CASE_P(Prefix, TestCase, Types). Valid values for 'inde
3rdparty/gtest/internal/gtest-internal.h:572
MethodRegister
3rdparty/gtest/internal/gtest-internal.h:601
MethodRegister
3rdparty/gtest/internal/gtest-internal.h:614
MethodRegister
3rdparty/gtest/internal/gtest-internal.h:632
MethodRegisterParameterizedTests
This method expands all parameterized tests registered with macros TEST_P and INSTANTIATE_TEST_CASE_P into regular tests and registers those. This wil
3rdparty/gtest/src/gtest.cc:2287
MethodRegisterTests
3rdparty/gtest/internal/gtest-param-util.h:599
MethodReinterpretBits
Reinterprets a bit pattern as a floating-point number. This function is needed to test the AlmostEquals() method.
3rdparty/gtest/internal/gtest-internal.h:287
MethodRelease
TODO(vladl@google.com): Factor the search functionality into Vector::Find.
3rdparty/gtest/src/gtest.cc:2944
MethodRemove
apps/evmc/memcache_client_serial.cc:21
FunctionRemoveAllMembers
Remove all members in the object. ! This function do not deallocate memory in the object, i.e. the capacity is unchanged. \note Linear time co
3rdparty/rapidjson/document.h:1119
MethodRemoveCommand
apps/evmc/command.h:338
MethodRemoveConnection
evpp/tcp_server.cc:167
MethodRemoveInvalidXmlCharacters
Returns the given string with all characters invalid in XML removed. Currently invalid characters are dropped from the string. An alternative is to re
3rdparty/gtest/src/gtest.cc:3185
FunctionRemoveMember
Remove a member in object by its name. ! \param name Name of member to be removed. \return Whether the member existed. \note This func
3rdparty/rapidjson/document.h:1134
MethodReportTestPartResult
3rdparty/gtest/src/gtest-test-part.cc:101
MethodRequest
evpp/httpc/request.cc:12
MethodRequestBuffer
apps/evmc/command.cc:30
MethodRequestBuffer
apps/evmc/command.h:299
FunctionRequestHandler
test/http_server_test.cc:21
FunctionRequestHandler
test/stability/stability.cc:28
FunctionRequestHandler201
test/http_server_test.cc:30
FunctionRequestHandler909
test/http_server_test.cc:40
FunctionRequestHandlerHTTPClientRetry
test/http_server_test.cc:66
FunctionRequestHandlerHTTPClientRetry
test/http_client_test.cc:37
MethodRequeue
apps/evnsq/nsq_conn.cc:324
FunctionReseed
3rdparty/gtest/internal/gtest-internal.h:682
FunctionReserveInputBuffer
evpp/tcp_conn.h:126
FunctionReserveOutputBuffer
evpp/tcp_conn.h:127
FunctionReset
apps/evnsq/command.h:164
MethodResize
3rdparty/rapidjson/internal/stack.h:152
MethodResponse
evpp/http/service.cc:159
MethodResponse
evpp/httpc/response.cc:10
FunctionRetrieve
Retrieve advances the reading index of the buffer Retrieve it the same as Skip.
evpp/buffer.h:54
MethodRetry
evpp/httpc/request.cc:122
MethodReturnSentinel
3rdparty/gtest/internal/gtest-death-test-internal.h:87
FunctionRmDir
3rdparty/gtest/internal/gtest-port.h:1732
FunctionRun
test/event_loop_test.cc:94
MethodRun
evpp/event_loop_thread.cc:34
MethodRunAllTests
Runs all tests in this UnitTest object, prints the result, and returns true if all tests are successful. If any exception is thrown during a test, th
3rdparty/gtest/src/gtest.cc:4222
MethodRunBackGround
apps/evmc/memcache_client_pool.cc:105
FunctionRunSetUpTestCase
Runs SetUpTestCase() for this TestCase. This wrapper is needed for catching exceptions thrown from SetUpTestCase().
3rdparty/gtest/gtest.h:855
FunctionRunTearDownTestCase
Runs TearDownTestCase() for this TestCase. This wrapper is needed for catching exceptions thrown from TearDownTestCase().
3rdparty/gtest/gtest.h:859
MethodScopedFakeTestPartResultReporter
The c'tor sets this object as the test part result reporter used by Google Test. The 'result' parameter specifies where to report the results. Interc
3rdparty/gtest/src/gtest.cc:541
MethodScopedPrematureExitFile
3rdparty/gtest/src/gtest.cc:3530
MethodSend
Sends a string to the socket.
3rdparty/gtest/src/gtest-internal-inl.h:1103
MethodSend
evpp/udp/sync_udp_client.cc:101
MethodSendInLoop
evpp/tcp_conn.cc:111
MethodSendLn
Sends a string and a newline to the socket.
3rdparty/gtest/src/gtest-internal-inl.h:1084
MethodSendLn
Sends the given message and a newline to the socket.
3rdparty/gtest/src/gtest-internal-inl.h:1200
MethodSendMessage
examples/c10m/client/main.cc:91
MethodSendReply
evpp/http/service.cc:182
MethodSendStringInLoop
evpp/tcp_conn.cc:115
MethodSerialMultiGetCommand
apps/evmc/command.h:283
MethodServer
evpp/http/http_server.cc:16
MethodServer
evpp/udp/udp_server.cc:103
MethodServer
examples/twisted/pubsubserver/main.cc:13
MethodService
evpp/http/service.cc:32
MethodSession
benchmark/throughput/evpp/client.cc:12
MethodSession
benchmark/throughput/evpp/client_fixed_size.cc:15
MethodSession
benchmark/throughput_header_body/evpp/client.cc:15
MethodSession
examples/pingpong/client.cc:12
MethodSet
apps/evmc/memcache_client_serial.h:23
MethodSet
apps/evmc/memcache_client_pool.h:35
MethodSet
apps/evmc/memcache_client_serial.cc:14
FunctionSetArrayRaw
Initialize this value as array with initial data, without calling destructor.
3rdparty/rapidjson/document.h:1634
MethodSetCancelCallback
examples/recipes/self_control_timer/basic_01/event_watcher.cc:89
MethodSetCancelCallback
examples/recipes/self_control_timer/basic_02/event_watcher.cc:89
FunctionSetCloseCallback
apps/evnsq/client.h:51
FunctionSetCloseCallback
evpp/tcp_conn.h:145
FunctionSetCloseDelayTime
@brief When it is an incoming connection, we need to preserve the connection for a while so that we can reply to it. And we set a timer to close the c
evpp/tcp_conn.h:114
MethodSetCommand
apps/evmc/command.h:66
FunctionSetConnectionCallback
apps/evnsq/nsq_conn.h:56
FunctionSetConnectionCallback
evpp/tcp_conn.h:142
FunctionSetEventLoopThreadPool
evpp/udp/udp_server.h:43
MethodSetHighWaterMarkCallback
apps/evnsq/producer.cc:78
MethodSetHighWaterMarkCallback
evpp/tcp_conn.cc:302
FunctionSetInjectableArgvs
3rdparty/gtest/src/gtest-port.cc:683
FunctionSetMessageCallback
apps/evnsq/nsq_conn.h:53
FunctionSetMessageCallback
apps/evnsq/client.h:48
FunctionSetMessageCallback
Set the message callback to handle the messages from remote client
evpp/tcp_server.h:93
FunctionSetMessageCallback
Set the message callback to handle the messages from remote server
evpp/tcp_client.h:60
← previousnext →1,801–1,900 of 2,639, ranked by callers