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
Continue
evpp/udp/udp_server.cc:63
Method
Continue
evpp/udp/udp_server.cc:183
Method
Create
Creates and returns a death test by dispatching to the current death test factory.
3rdparty/gtest/src/gtest-death-test.cc:345
Method
Create
evpp/invoke_timer.cc:18
Method
Create
examples/recipes/self_control_timer/basic_02/invoke_timer.cc:14
Method
Create
examples/recipes/self_control_timer/periodic_04/invoke_timer.cc:14
Method
Create
examples/recipes/self_control_timer/cancel_03/invoke_timer.cc:14
Method
CreateKey
3rdparty/gtest/internal/gtest-port.h:1508
Method
CreateTest
3rdparty/gtest/internal/gtest-param-util.h:358
Method
CreateTest
3rdparty/gtest/internal/gtest-internal.h:454
Method
Current
We need to use cached value referenced by iterator_ because *iterator_ can return a temporary object (and of type other then T), so just having "retur
3rdparty/gtest/internal/gtest-param-util.h:309
Method
Current
3rdparty/gtest/internal/gtest-param-util-generated.h:3208
Method
Current
3rdparty/gtest/internal/gtest-param-util-generated.h:3331
Method
Current
3rdparty/gtest/internal/gtest-param-util-generated.h:3472
Method
Current
3rdparty/gtest/internal/gtest-param-util-generated.h:3630
Method
Current
3rdparty/gtest/internal/gtest-param-util-generated.h:3807
Method
Current
3rdparty/gtest/internal/gtest-param-util-generated.h:4001
Method
Current
3rdparty/gtest/internal/gtest-param-util-generated.h:4214
Method
Current
3rdparty/gtest/internal/gtest-param-util-generated.h:4443
Method
Current
3rdparty/gtest/internal/gtest-param-util-generated.h:4690
Method
DNSResolver
evpp/dns_resolver.cc:8
Method
DeathTest
Death test constructor. Increments the running death test count for the current test.
3rdparty/gtest/src/gtest-death-test.cc:335
Method
DeathTestImpl
3rdparty/gtest/src/gtest-death-test.cc:364
Method
Decode
3rdparty/rapidjson/encodings.h:263
Method
Decode
3rdparty/rapidjson/encodings.h:386
Method
Decode
3rdparty/rapidjson/encodings.h:495
Method
Decode
3rdparty/rapidjson/encodings.h:565
Method
DecodePrefixGetPacket
apps/evmc/binary_codec.cc:29
Function
DefaultConnectionCallback
evpp/tcp_callbacks.h:24
Method
DefaultGlobalTestPartResultReporter
3rdparty/gtest/src/gtest.cc:664
Method
DefaultHandleRequest
evpp/http/service.cc:148
Function
DefaultHandler
benchmark/http/evpp/evpp_http_bench.cc:5
Function
DefaultHandler
examples/http/simple_proxy/main.cc:8
Function
DefaultHandler
examples/echo/httpecho/main.cc:6
Function
DefaultHandler
examples/twisted/webserver/main.cc:10
Function
DefaultMessageCallback
evpp/tcp_callbacks.h:25
Method
DefaultPerThreadTestPartResultReporter
3rdparty/gtest/src/gtest.cc:673
Function
DefaultRequestHandler
test/http_server_test.cc:51
Function
DefaultRequestHandler
test/http_client_test.cc:22
Function
DefaultRequestHandler
test/stability/stability.cc:38
Method
DelayClose
evpp/tcp_conn.cc:238
Function
Delete
3rdparty/gtest/src/gtest-internal-inl.h:339
Function
DeleteSelf_
Deletes self. We deliberately pick an unusual name for this internal method to avoid clashing with names used in user TESTs.
3rdparty/gtest/gtest.h:429
Method
Destroy
3rdparty/rapidjson/document.h:1969
Method
Destroy
3rdparty/rapidjson/internal/stack.h:159
Method
DetachFromLoop
evpp/fd_channel.cc:110
Method
DetectType
Detect encoding type with BOM or RFC 4627
3rdparty/rapidjson/encodedstream.h:137
Method
DisconnectInLoop
evpp/tcp_client.cc:64
Method
Dispatch
evpp/http/http_server.cc:242
Method
DistanceBetweenSignAndMagnitudeNumbers
Given two numbers in the sign-and-magnitude representation, returns the distance between them as an unsigned number.
3rdparty/gtest/internal/gtest-internal.h:371
Method
DiyFp
3rdparty/rapidjson/internal/diyfp.h:38
Method
DoClose
evpp/event_watcher.cc:145
Method
DoClose
examples/recipes/self_control_timer/basic_01/event_watcher.h:30
Method
DoClose
examples/recipes/self_control_timer/basic_02/event_watcher.h:30
Method
DoClose
examples/recipes/self_control_timer/periodic_04/event_watcher.h:43
Method
DoClose
examples/recipes/self_control_timer/periodic_04/event_watcher.cc:132
Method
DoClose
examples/recipes/self_control_timer/cancel_03/event_watcher.h:43
Method
DoClose
examples/recipes/self_control_timer/cancel_03/event_watcher.cc:131
Method
DoInit
evpp/event_watcher.cc:123
Method
DoInit
examples/recipes/self_control_timer/basic_01/event_watcher.cc:100
Method
DoInit
examples/recipes/self_control_timer/basic_02/event_watcher.cc:100
Method
DoInit
examples/recipes/self_control_timer/periodic_04/event_watcher.cc:110
Method
DoInit
examples/recipes/self_control_timer/cancel_03/event_watcher.cc:109
Method
DoLaunchCommand
apps/evmc/memcache_client_pool.cc:202
Method
DoPendingFunctors
evpp/event_loop.cc:302
Method
DoReloadConf
apps/evmc/memcache_client_base.cc:25
Method
DoRequest
evpp/udp/sync_udp_client.cc:68
Function
Double
3rdparty/rapidjson/prettywriter.h:71
Function
Double
Writes the given \c double value to the stream ! \param d The value to be written. \return Whether it is succeed. */
3rdparty/rapidjson/writer.h:120
Method
Double
3rdparty/rapidjson/internal/ieee754.h:25
Function
DoubleLE
Asserts that val1 is less than, or almost equal to, val2. Fails otherwise. In particular, it fails if either val1 or val2 is NaN.
3rdparty/gtest/src/gtest.cc:1105
Function
DoubleNearPredFormat
Helper function for implementing ASSERT_NEAR.
3rdparty/gtest/src/gtest.cc:1039
Function
DownCast_
use like this: DownCast_<T*>(foo);
3rdparty/gtest/internal/gtest-port.h:1123
Function
EXPECT_FATAL_FAILURE
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. This r
3rdparty/gtest/gtest-spi.h:64
Method
EffectiveSignificandSize
3rdparty/rapidjson/internal/ieee754.h:50
Method
Encode
3rdparty/rapidjson/encodings.h:248
Method
Encode
3rdparty/rapidjson/encodings.h:379
Method
Encode
3rdparty/rapidjson/encodings.h:489
Method
Encode
3rdparty/rapidjson/encodings.h:558
Method
EncodedOutputStream
3rdparty/rapidjson/encodedstream.h:71
Method
End
3rdparty/gtest/internal/gtest-param-util.h:278
Method
End
3rdparty/gtest/internal/gtest-param-util-generated.h:3172
Method
End
3rdparty/gtest/internal/gtest-param-util-generated.h:3288
Method
End
3rdparty/gtest/internal/gtest-param-util-generated.h:3421
Method
End
3rdparty/gtest/internal/gtest-param-util-generated.h:3572
Method
End
3rdparty/gtest/internal/gtest-param-util-generated.h:3742
Method
End
3rdparty/gtest/internal/gtest-param-util-generated.h:3929
Method
End
3rdparty/gtest/internal/gtest-param-util-generated.h:4134
Method
End
3rdparty/gtest/internal/gtest-param-util-generated.h:4356
Method
End
3rdparty/gtest/internal/gtest-param-util-generated.h:4596
Function
EndArray
3rdparty/rapidjson/prettywriter.h:117
Function
EndArray
3rdparty/rapidjson/writer.h:159
Function
EndObject
3rdparty/rapidjson/prettywriter.h:93
Function
EndObject
3rdparty/rapidjson/writer.h:142
Method
EndsWithCaseInsensitive
Returns true iff str ends with the given suffix, ignoring case. Any string is considered to end with an empty suffix.
3rdparty/gtest/src/gtest.cc:1626
Method
Eq
3rdparty/gtest/internal/gtest-tuple.h:949
Method
Eq
3rdparty/gtest/internal/gtest-tuple.h:957
Method
Equals
3rdparty/gtest/internal/gtest-param-util.h:314
Method
Equals
3rdparty/gtest/internal/gtest-param-util-generated.h:3209
Method
Equals
3rdparty/gtest/internal/gtest-param-util-generated.h:3332
← previous
next →
1,101–1,200 of 2,639, ranked by callers