MCPcopy Create free account

hub / github.com/Qihoo360/evpp / functions

Functions2,639 in github.com/Qihoo360/evpp

MethodGetCurrentDir
Returns the current working directory, or "" if unsuccessful.
3rdparty/gtest/src/gtest-filepath.cc:101
FunctionGetCurrentOsStackTraceExceptTop
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
MethodGetDigit
3rdparty/rapidjson/internal/biginteger.h:210
MethodGetErrorOffset
Get the position of last parsing error in input, 0 otherwise.
3rdparty/rapidjson/reader.h:443
MethodGetErrorOffset
Get the position of last parsing error in input, 0 otherwise.
3rdparty/rapidjson/document.h:1894
MethodGetFileSize
Returns the size (in bytes) of a file.
3rdparty/gtest/src/gtest-port.cc:599
MethodGetInstance
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
FunctionGetInt
3rdparty/rapidjson/document.h:1399
FunctionGetInt64
3rdparty/rapidjson/document.h:1401
MethodGetMemcClientMap
apps/evmc/memcache_client_pool.h:58
MethodGetMutableTestCase
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
MethodGetMutableTestInfo
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
MethodGetNextConn
apps/evnsq/producer.cc:123
MethodGetNextLoop
evpp/event_loop_thread_pool.cc:131
MethodGetOrCreateValue
3rdparty/gtest/internal/gtest-port.h:1517
MethodGetOutputFormat
Returns the output format, or "" for normal printed output.
3rdparty/gtest/src/gtest.cc:392
MethodGetParseErrorCode
Get the \ref ParseErrorCode of last parsing.
3rdparty/rapidjson/reader.h:440
MethodGetPendingQueueSize
evpp/event_loop.cc:337
FunctionGetQuery
Get the first value associated with the given key from the URI.
evpp/http/context.h:65
MethodGetRemoteVbucketConf
apps/evmc/extract_vbucket_conf.cc:45
MethodGetRequest
evpp/httpc/request.h:88
MethodGetResult
apps/evmc/mctypes.h:29
FunctionGetSize
3rdparty/rapidjson/stringbuffer.h:71
MethodGetStackCapacity
Get the capacity of stack in bytes.
3rdparty/rapidjson/document.h:1902
FunctionGetString
3rdparty/rapidjson/stringbuffer.h:63
MethodGetTestCasePatternHolder
3rdparty/gtest/internal/gtest-param-util.h:569
MethodGetType
3rdparty/rapidjson/encodedstream.h:224
FunctionGetTypeId
3rdparty/gtest/internal/gtest-internal.h:417
FunctionGetTypeName
3rdparty/gtest/internal/gtest-type-util.h:64
FunctionGetUint
3rdparty/rapidjson/document.h:1400
FunctionGetUint64
3rdparty/rapidjson/document.h:1402
MethodGetVbucketConfContext
apps/evmc/extract_vbucket_conf.cc:9
MethodGoogleTestFailureException
3rdparty/gtest/src/gtest.cc:2044
FunctionHandle
test/event_condition_test.cc:40
FunctionHandle
test/invoke_timer_test.cc:20
FunctionHandle
test/event_watcher_test.cc:48
FunctionHandle
test/event_loop_test.cc:15
MethodHandleAccept
evpp/listener.cc:54
MethodHandleError
3rdparty/rapidjson/reader.h:1383
MethodHandleError
evpp/tcp_conn.cc:286
MethodHandleError
evpp/connector.cc:164
MethodHandleEvent
evpp/fd_channel.cc:150
FunctionHandleHTTPResponse
test/evhttp_client_test.cc:38
FunctionHandleHTTPResponse
examples/http/http_client_request/client03.cc:14
FunctionHandleHTTPResponse
examples/http/http_client_request/client01.cc:13
FunctionHandleHTTPResponse
examples/http/http_client_request/client02.cc:13
FunctionHandleHTTPResponse
examples/http/http_client_request/client04.cc:15
FunctionHandleHTTPResponse
examples/http/http_client_request/client05.cc:13
MethodHandleLoopkupdHTTPResponse
apps/evnsq/client.cc:112
MethodHandleNewConn
evpp/tcp_server.cc:131
MethodHandleRead
evpp/tcp_conn.cc:175
MethodHandleResponse
evpp/httpc/request.cc:131
MethodHandleTimeout
benchmark/throughput/evpp/client.cc:138
MethodHandleTimeout
benchmark/throughput/evpp/client_fixed_size.cc:146
MethodHandleTimeout
benchmark/throughput_header_body/evpp/client.cc:169
MethodHandleTimeout
examples/pingpong/client.cc:138
MethodHandleWrite
evpp/tcp_conn.cc:212
MethodHandleWrite
evpp/connector.cc:127
MethodHandlerFn
evpp/event_watcher.cc:153
MethodHandlerFn
examples/recipes/self_control_timer/basic_01/event_watcher.cc:105
MethodHandlerFn
examples/recipes/self_control_timer/basic_02/event_watcher.cc:105
MethodHandlerFn
examples/recipes/self_control_timer/periodic_04/event_watcher.cc:140
MethodHandlerFn
examples/recipes/self_control_timer/cancel_03/event_watcher.cc:139
MethodHasBOM
3rdparty/rapidjson/encodedstream.h:120
FunctionHasFailure
Returns true iff the current test has a (either fatal or non-fatal) failure.
3rdparty/gtest/gtest.h:383
MethodHasFatalFailure
Returns true iff the test fatally failed.
3rdparty/gtest/src/gtest.cc:1861
FunctionHasMember
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
MethodHasNewFatalFailureHelper
3rdparty/gtest/src/gtest-test-part.cc:89
MethodHasNonfatalFailure
Returns true iff the test has a non-fatal failure.
3rdparty/gtest/src/gtest.cc:1871
FunctionHasOneFailure
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
MethodHasParseError
Whether a parse error has occured in the last parsing.
3rdparty/rapidjson/document.h:1888
MethodHasSameFixtureClass
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
MethodHashkit
3rdparty/libhashkit/hashkit.h:74
MethodHolder
evpp/any.h:98
MethodHours
evpp/duration.inl.h:39
MethodIdentify
apps/evnsq/nsq_conn.cc:291
FunctionImplicitCast_
3rdparty/gtest/internal/gtest-port.h:1099
FunctionInDeathTestChild
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
FunctionIncRetriedTime
apps/evnsq/command.h:28
MethodInfinity
Returns the floating-point number that represent positive infinity.
3rdparty/gtest/internal/gtest-internal.h:294
MethodInit
Initializes this object; makes a copy of the input array if 'relation' is kCopy.
3rdparty/gtest/internal/gtest-internal.h:1002
MethodInit
Initializes an RE from its string representation.
3rdparty/gtest/src/gtest-port.cc:170
MethodInit
3rdparty/gtest/src/gtest.cc:558
MethodInit
evpp/event_watcher.cc:29
MethodInit
evpp/tcp_server.cc:33
MethodInit
evpp/http/http_server.cc:37
MethodInit
evpp/http/context.cc:15
MethodInit
evpp/udp/udp_server.cc:108
FunctionInitHTTPCodeString
evpp/http/service.cc:17
MethodInitNotifyPipeWatcher
evpp/event_loop.cc:74
FunctionInt
3rdparty/rapidjson/prettywriter.h:67
FunctionInt
3rdparty/rapidjson/writer.h:110
FunctionInt64
3rdparty/rapidjson/prettywriter.h:69
FunctionInt64
3rdparty/rapidjson/writer.h:112
MethodInternalRunDeathTestFlag
3rdparty/gtest/internal/gtest-death-test-internal.h:236
MethodInvokeTimer
evpp/invoke_timer.cc:8
MethodInvokeTimer
examples/recipes/self_control_timer/basic_01/invoke_timer.cc:9
MethodInvokeTimer
examples/recipes/self_control_timer/basic_02/invoke_timer.cc:9
MethodInvokeTimer
examples/recipes/self_control_timer/periodic_04/invoke_timer.cc:9
MethodInvokeTimer
examples/recipes/self_control_timer/cancel_03/invoke_timer.cc:9
← previousnext →1,301–1,400 of 2,639, ranked by callers