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
Method
GetCurrentDir
Returns the current working directory, or "" if unsuccessful.
3rdparty/gtest/src/gtest-filepath.cc:101
Function
GetCurrentOsStackTraceExceptTop
Returns the current OS stack trace as an std::string. The maximum number of stack frames to be included is specified by the gtest_stack_trace_depth f
3rdparty/gtest/src/gtest.cc:4635
Method
GetDigit
3rdparty/rapidjson/internal/biginteger.h:210
Method
GetErrorOffset
Get the position of last parsing error in input, 0 otherwise.
3rdparty/rapidjson/reader.h:443
Method
GetErrorOffset
Get the position of last parsing error in input, 0 otherwise.
3rdparty/rapidjson/document.h:1894
Method
GetFileSize
Returns the size (in bytes) of a file.
3rdparty/gtest/src/gtest-port.cc:599
Method
GetInstance
Gets the singleton UnitTest object. The first time this method is called, a UnitTest object is constructed and returned. Consecutive calls will retu
3rdparty/gtest/src/gtest.cc:3641
Function
GetInt
3rdparty/rapidjson/document.h:1399
Function
GetInt64
3rdparty/rapidjson/document.h:1401
Method
GetMemcClientMap
apps/evmc/memcache_client_pool.h:58
Method
GetMutableTestCase
Gets the i-th test case among all the test cases. i can range from 0 to total_test_case_count() - 1. If i is not in that range, returns NULL.
3rdparty/gtest/src/gtest.cc:3744
Method
GetMutableTestInfo
Returns the i-th test among all the tests. i can range from 0 to total_test_count() - 1. If i is not in that range, returns NULL.
3rdparty/gtest/src/gtest.cc:2416
Method
GetNextConn
apps/evnsq/producer.cc:123
Method
GetNextLoop
evpp/event_loop_thread_pool.cc:131
Method
GetOrCreateValue
3rdparty/gtest/internal/gtest-port.h:1517
Method
GetOutputFormat
Returns the output format, or "" for normal printed output.
3rdparty/gtest/src/gtest.cc:392
Method
GetParseErrorCode
Get the \ref ParseErrorCode of last parsing.
3rdparty/rapidjson/reader.h:440
Method
GetPendingQueueSize
evpp/event_loop.cc:337
Function
GetQuery
Get the first value associated with the given key from the URI.
evpp/http/context.h:65
Method
GetRemoteVbucketConf
apps/evmc/extract_vbucket_conf.cc:45
Method
GetRequest
evpp/httpc/request.h:88
Method
GetResult
apps/evmc/mctypes.h:29
Function
GetSize
3rdparty/rapidjson/stringbuffer.h:71
Method
GetStackCapacity
Get the capacity of stack in bytes.
3rdparty/rapidjson/document.h:1902
Function
GetString
3rdparty/rapidjson/stringbuffer.h:63
Method
GetTestCasePatternHolder
3rdparty/gtest/internal/gtest-param-util.h:569
Method
GetType
3rdparty/rapidjson/encodedstream.h:224
Function
GetTypeId
3rdparty/gtest/internal/gtest-internal.h:417
Function
GetTypeName
3rdparty/gtest/internal/gtest-type-util.h:64
Function
GetUint
3rdparty/rapidjson/document.h:1400
Function
GetUint64
3rdparty/rapidjson/document.h:1402
Method
GetVbucketConfContext
apps/evmc/extract_vbucket_conf.cc:9
Method
GoogleTestFailureException
3rdparty/gtest/src/gtest.cc:2044
Function
Handle
test/event_condition_test.cc:40
Function
Handle
test/invoke_timer_test.cc:20
Function
Handle
test/event_watcher_test.cc:48
Function
Handle
test/event_loop_test.cc:15
Method
HandleAccept
evpp/listener.cc:54
Method
HandleError
3rdparty/rapidjson/reader.h:1383
Method
HandleError
evpp/tcp_conn.cc:286
Method
HandleError
evpp/connector.cc:164
Method
HandleEvent
evpp/fd_channel.cc:150
Function
HandleHTTPResponse
test/evhttp_client_test.cc:38
Function
HandleHTTPResponse
examples/http/http_client_request/client03.cc:14
Function
HandleHTTPResponse
examples/http/http_client_request/client01.cc:13
Function
HandleHTTPResponse
examples/http/http_client_request/client02.cc:13
Function
HandleHTTPResponse
examples/http/http_client_request/client04.cc:15
Function
HandleHTTPResponse
examples/http/http_client_request/client05.cc:13
Method
HandleLoopkupdHTTPResponse
apps/evnsq/client.cc:112
Method
HandleNewConn
evpp/tcp_server.cc:131
Method
HandleRead
evpp/tcp_conn.cc:175
Method
HandleResponse
evpp/httpc/request.cc:131
Method
HandleTimeout
benchmark/throughput/evpp/client.cc:138
Method
HandleTimeout
benchmark/throughput/evpp/client_fixed_size.cc:146
Method
HandleTimeout
benchmark/throughput_header_body/evpp/client.cc:169
Method
HandleTimeout
examples/pingpong/client.cc:138
Method
HandleWrite
evpp/tcp_conn.cc:212
Method
HandleWrite
evpp/connector.cc:127
Method
HandlerFn
evpp/event_watcher.cc:153
Method
HandlerFn
examples/recipes/self_control_timer/basic_01/event_watcher.cc:105
Method
HandlerFn
examples/recipes/self_control_timer/basic_02/event_watcher.cc:105
Method
HandlerFn
examples/recipes/self_control_timer/periodic_04/event_watcher.cc:140
Method
HandlerFn
examples/recipes/self_control_timer/cancel_03/event_watcher.cc:139
Method
HasBOM
3rdparty/rapidjson/encodedstream.h:120
Function
HasFailure
Returns true iff the current test has a (either fatal or non-fatal) failure.
3rdparty/gtest/gtest.h:383
Method
HasFatalFailure
Returns true iff the test fatally failed.
3rdparty/gtest/src/gtest.cc:1861
Function
HasMember
Check whether a member exists in the object. ! \param name Member name to be searched. \pre IsObject() == true \return Whether
3rdparty/rapidjson/document.h:877
Method
HasNewFatalFailureHelper
3rdparty/gtest/src/gtest-test-part.cc:89
Method
HasNonfatalFailure
Returns true iff the test has a non-fatal failure.
3rdparty/gtest/src/gtest.cc:1871
Function
HasOneFailure
This predicate-formatter checks that 'results' contains a test part failure of the given type and that the failure message contains the given substrin
3rdparty/gtest/src/gtest.cc:609
Method
HasParseError
Whether a parse error has occured in the last parsing.
3rdparty/rapidjson/document.h:1888
Method
HasSameFixtureClass
Google Test requires all tests in the same test case to use the same test fixture class. This function checks if the current test has the same fixtur
3rdparty/gtest/src/gtest.cc:1945
Method
Hashkit
3rdparty/libhashkit/hashkit.h:74
Method
Holder
evpp/any.h:98
Method
Hours
evpp/duration.inl.h:39
Method
Identify
apps/evnsq/nsq_conn.cc:291
Function
ImplicitCast_
3rdparty/gtest/internal/gtest-port.h:1099
Function
InDeathTestChild
Returns a Boolean value indicating whether the caller is currently executing in the context of the death test child process. Tools such as Valgrind h
3rdparty/gtest/src/gtest-death-test.cc:130
Function
IncRetriedTime
apps/evnsq/command.h:28
Method
Infinity
Returns the floating-point number that represent positive infinity.
3rdparty/gtest/internal/gtest-internal.h:294
Method
Init
Initializes this object; makes a copy of the input array if 'relation' is kCopy.
3rdparty/gtest/internal/gtest-internal.h:1002
Method
Init
Initializes an RE from its string representation.
3rdparty/gtest/src/gtest-port.cc:170
Method
Init
3rdparty/gtest/src/gtest.cc:558
Method
Init
evpp/event_watcher.cc:29
Method
Init
evpp/tcp_server.cc:33
Method
Init
evpp/http/http_server.cc:37
Method
Init
evpp/http/context.cc:15
Method
Init
evpp/udp/udp_server.cc:108
Function
InitHTTPCodeString
evpp/http/service.cc:17
Method
InitNotifyPipeWatcher
evpp/event_loop.cc:74
Function
Int
3rdparty/rapidjson/prettywriter.h:67
Function
Int
3rdparty/rapidjson/writer.h:110
Function
Int64
3rdparty/rapidjson/prettywriter.h:69
Function
Int64
3rdparty/rapidjson/writer.h:112
Method
InternalRunDeathTestFlag
3rdparty/gtest/internal/gtest-death-test-internal.h:236
Method
InvokeTimer
evpp/invoke_timer.cc:8
Method
InvokeTimer
examples/recipes/self_control_timer/basic_01/invoke_timer.cc:9
Method
InvokeTimer
examples/recipes/self_control_timer/basic_02/invoke_timer.cc:9
Method
InvokeTimer
examples/recipes/self_control_timer/periodic_04/invoke_timer.cc:9
Method
InvokeTimer
examples/recipes/self_control_timer/cancel_03/invoke_timer.cc:9
← previous
next →
1,301–1,400 of 2,639, ranked by callers