Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Qihoo360/evpp
/ functions
Functions
2,639 in github.com/Qihoo360/evpp
⨍
Functions
2,639
◇
Types & classes
1,019
Function
Range
3rdparty/gtest/gtest-param-test.h:242
Method
RangeGenerator
3rdparty/gtest/internal/gtest-param-util.h:185
Method
ReadAndInterpretStatusByte
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
Function
ReadByte
ReadByte reads and returns the next byte from the buffer. If no byte is available, it returns '\0'.
evpp/buffer.h:274
Function
ReadCallback
benchmark/ioevent/evpp/evpp_ioevent_pipe_watcher.cc:33
Function
ReadCallbackOfFdChannel
benchmark/ioevent/fd_channel_vs_pipe_event_watcher/fd_channel_vs_pipe_event_watcher.cc:31
Function
ReadCallbackOfPipeEventWatcher
benchmark/ioevent/fd_channel_vs_pipe_event_watcher/fd_channel_vs_pipe_event_watcher.cc:49
Method
ReadEntireFile
Reads the entire content of a file as a string.
3rdparty/gtest/src/gtest-port.cc:605
Function
ReadInt16
evpp/buffer.h:210
Function
ReadInt32
evpp/buffer.h:204
Function
ReadInt8
evpp/buffer.h:216
Function
Ready
Ready sets a new Command to specify the number of messages a client is willing to receive
apps/evnsq/command.h:113
Function
Realloc
3rdparty/rapidjson/allocators.h:71
Method
Reconnect
apps/evnsq/nsq_conn.cc:54
Method
Reconnect
evpp/tcp_client.cc:88
Method
RecordProperty
3rdparty/gtest/src/gtest-internal-inl.h:1051
Method
RecordProperty
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
Method
RecvThread
evpp/udp/udp_server.cc:21
Method
RecvingLoop
evpp/udp/udp_server.cc:207
Method
Register
'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
Method
Register
3rdparty/gtest/internal/gtest-internal.h:601
Method
Register
3rdparty/gtest/internal/gtest-internal.h:614
Method
Register
3rdparty/gtest/internal/gtest-internal.h:632
Method
RegisterParameterizedTests
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
Method
RegisterTests
3rdparty/gtest/internal/gtest-param-util.h:599
Method
ReinterpretBits
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
Method
Release
TODO(vladl@google.com): Factor the search functionality into Vector::Find.
3rdparty/gtest/src/gtest.cc:2944
Method
Remove
apps/evmc/memcache_client_serial.cc:21
Function
RemoveAllMembers
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
Method
RemoveCommand
apps/evmc/command.h:338
Method
RemoveConnection
evpp/tcp_server.cc:167
Method
RemoveInvalidXmlCharacters
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
Function
RemoveMember
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
Method
ReportTestPartResult
3rdparty/gtest/src/gtest-test-part.cc:101
Method
Request
evpp/httpc/request.cc:12
Method
RequestBuffer
apps/evmc/command.cc:30
Method
RequestBuffer
apps/evmc/command.h:299
Function
RequestHandler
test/http_server_test.cc:21
Function
RequestHandler
test/stability/stability.cc:28
Function
RequestHandler201
test/http_server_test.cc:30
Function
RequestHandler909
test/http_server_test.cc:40
Function
RequestHandlerHTTPClientRetry
test/http_server_test.cc:66
Function
RequestHandlerHTTPClientRetry
test/http_client_test.cc:37
Method
Requeue
apps/evnsq/nsq_conn.cc:324
Function
Reseed
3rdparty/gtest/internal/gtest-internal.h:682
Function
ReserveInputBuffer
evpp/tcp_conn.h:126
Function
ReserveOutputBuffer
evpp/tcp_conn.h:127
Function
Reset
apps/evnsq/command.h:164
Method
Resize
3rdparty/rapidjson/internal/stack.h:152
Method
Response
evpp/http/service.cc:159
Method
Response
evpp/httpc/response.cc:10
Function
Retrieve
Retrieve advances the reading index of the buffer Retrieve it the same as Skip.
evpp/buffer.h:54
Method
Retry
evpp/httpc/request.cc:122
Method
ReturnSentinel
3rdparty/gtest/internal/gtest-death-test-internal.h:87
Function
RmDir
3rdparty/gtest/internal/gtest-port.h:1732
Function
Run
test/event_loop_test.cc:94
Method
Run
evpp/event_loop_thread.cc:34
Method
RunAllTests
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
Method
RunBackGround
apps/evmc/memcache_client_pool.cc:105
Function
RunSetUpTestCase
Runs SetUpTestCase() for this TestCase. This wrapper is needed for catching exceptions thrown from SetUpTestCase().
3rdparty/gtest/gtest.h:855
Function
RunTearDownTestCase
Runs TearDownTestCase() for this TestCase. This wrapper is needed for catching exceptions thrown from TearDownTestCase().
3rdparty/gtest/gtest.h:859
Method
ScopedFakeTestPartResultReporter
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
Method
ScopedPrematureExitFile
3rdparty/gtest/src/gtest.cc:3530
Method
Send
Sends a string to the socket.
3rdparty/gtest/src/gtest-internal-inl.h:1103
Method
Send
evpp/udp/sync_udp_client.cc:101
Method
SendInLoop
evpp/tcp_conn.cc:111
Method
SendLn
Sends a string and a newline to the socket.
3rdparty/gtest/src/gtest-internal-inl.h:1084
Method
SendLn
Sends the given message and a newline to the socket.
3rdparty/gtest/src/gtest-internal-inl.h:1200
Method
SendMessage
examples/c10m/client/main.cc:91
Method
SendReply
evpp/http/service.cc:182
Method
SendStringInLoop
evpp/tcp_conn.cc:115
Method
SerialMultiGetCommand
apps/evmc/command.h:283
Method
Server
evpp/http/http_server.cc:16
Method
Server
evpp/udp/udp_server.cc:103
Method
Server
examples/twisted/pubsubserver/main.cc:13
Method
Service
evpp/http/service.cc:32
Method
Session
benchmark/throughput/evpp/client.cc:12
Method
Session
benchmark/throughput/evpp/client_fixed_size.cc:15
Method
Session
benchmark/throughput_header_body/evpp/client.cc:15
Method
Session
examples/pingpong/client.cc:12
Method
Set
apps/evmc/memcache_client_serial.h:23
Method
Set
apps/evmc/memcache_client_pool.h:35
Method
Set
apps/evmc/memcache_client_serial.cc:14
Function
SetArrayRaw
Initialize this value as array with initial data, without calling destructor.
3rdparty/rapidjson/document.h:1634
Method
SetCancelCallback
examples/recipes/self_control_timer/basic_01/event_watcher.cc:89
Method
SetCancelCallback
examples/recipes/self_control_timer/basic_02/event_watcher.cc:89
Function
SetCloseCallback
apps/evnsq/client.h:51
Function
SetCloseCallback
evpp/tcp_conn.h:145
Function
SetCloseDelayTime
@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
Method
SetCommand
apps/evmc/command.h:66
Function
SetConnectionCallback
apps/evnsq/nsq_conn.h:56
Function
SetConnectionCallback
evpp/tcp_conn.h:142
Function
SetEventLoopThreadPool
evpp/udp/udp_server.h:43
Method
SetHighWaterMarkCallback
apps/evnsq/producer.cc:78
Method
SetHighWaterMarkCallback
evpp/tcp_conn.cc:302
Function
SetInjectableArgvs
3rdparty/gtest/src/gtest-port.cc:683
Function
SetMessageCallback
apps/evnsq/nsq_conn.h:53
Function
SetMessageCallback
apps/evnsq/client.h:48
Function
SetMessageCallback
Set the message callback to handle the messages from remote client
evpp/tcp_server.h:93
Function
SetMessageCallback
Set the message callback to handle the messages from remote server
evpp/tcp_client.h:60
← previous
next →
1,801–1,900 of 2,639, ranked by callers