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
↓ 1 callers
Method
ClearStack
3rdparty/rapidjson/reader.h:453
↓ 1 callers
Method
ClearStack
3rdparty/rapidjson/document.h:1960
↓ 1 callers
Method
CloseConnection
Closes the socket.
3rdparty/gtest/src/gtest-internal-inl.h:1120
↓ 1 callers
Function
CmpHelperSTREQ
Helper function for *_STREQ on wide strings.
3rdparty/gtest/src/gtest.cc:1546
↓ 1 callers
Function
CodePointToUtf8
Converts a Unicode code point to a narrow string in UTF-8 encoding. code_point parameter is of type UInt32 because wchar_t may not be wide enough to c
3rdparty/gtest/src/gtest.cc:1436
↓ 1 callers
Method
Compare
3rdparty/rapidjson/internal/biginteger.h:198
↓ 1 callers
Function
CopyArray
3rdparty/gtest/internal/gtest-internal.h:929
↓ 1 callers
Function
CountDecimalDigit32
3rdparty/rapidjson/internal/dtoa.h:43
↓ 1 callers
Function
CreateCodePointFromUtf16SurrogatePair
Creates a Unicode code point from UTF16 surrogate pair.
3rdparty/gtest/src/gtest.cc:1477
↓ 1 callers
Method
CreateDirectoriesRecursively
Create directories so that path exists. Returns true if successful or if the directories already exist; returns false if unable to create directories
3rdparty/gtest/src/gtest-filepath.cc:303
↓ 1 callers
Method
CreateFolder
Create the directory so that path exists. Returns true if successful or if the directory already exists; returns false if unable to create the directo
3rdparty/gtest/src/gtest-filepath.cc:320
↓ 1 callers
Method
CreateTestFactory
3rdparty/gtest/internal/gtest-param-util.h:397
↓ 1 callers
Function
CreateUDPServer
evpp/sockets.cc:68
↓ 1 callers
Function
DeathTestThreadWarning
Generates a textual failure message when a death test finds more than one thread running, or cannot determine the number of threads, prior to executin
3rdparty/gtest/src/gtest-death-test.cc:217
↓ 1 callers
Function
Decode
Decodes input (unsigned char) into output (UINT4). Assumes len is a multiple of 4. */
3rdparty/libhashkit/md5.c:343
↓ 1 callers
Method
Decode
Decode deserializes data (as Buffer*) to this message message format: [x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x][x
apps/evnsq/message.h:28
↓ 1 callers
Function
DefaultPrintNonContainerTo
3rdparty/gtest/gtest-printers.h:218
↓ 1 callers
Function
DefaultPrintTo
3rdparty/gtest/gtest-printers.h:269
↓ 1 callers
Function
DeleteThreadLocalValue
3rdparty/gtest/internal/gtest-port.h:1440
↓ 1 callers
Method
Difference
Compute absolute difference of this and rhs. Assume this != rhs
3rdparty/rapidjson/internal/biginteger.h:176
↓ 1 callers
Function
DigitGen
3rdparty/rapidjson/internal/dtoa.h:59
↓ 1 callers
Method
DisableReadEvent
evpp/fd_channel.cc:84
↓ 1 callers
Method
DisableWriteEvent
evpp/fd_channel.cc:93
↓ 1 callers
Method
Double
3rdparty/rapidjson/reader.h:193
↓ 1 callers
Method
Double
3rdparty/rapidjson/document.h:1926
↓ 1 callers
Method
Duration
evpp/duration.inl.h:4
↓ 1 callers
Method
EnableReadEvent
evpp/fd_channel.cc:66
↓ 1 callers
Method
EnableWriteEvent
evpp/fd_channel.cc:75
↓ 1 callers
Function
EncodedInputStream
3rdparty/rapidjson/encodedstream.h:38
↓ 1 callers
Method
EndArray
3rdparty/rapidjson/document.h:1948
↓ 1 callers
Method
EndObject
3rdparty/rapidjson/document.h:1940
↓ 1 callers
Function
EnsureWritableBytes
Make sure there is enough memory space to append more data with length len
evpp/buffer.h:90
↓ 1 callers
Method
Equals
3rdparty/gtest/internal/gtest-param-util.h:216
↓ 1 callers
Function
ExecDeathTestChildMain
The main function for a threadsafe-style death test child process. This function is called in a clone()-ed process and thus must avoid any potentially
3rdparty/gtest/src/gtest-death-test.cc:944
↓ 1 callers
Function
ExecDeathTestSpawnChild
Spawns a child process with the same executable as the current process in a thread-safe manner and instructs it to run the death test. The implementa
3rdparty/gtest/src/gtest-death-test.cc:1002
↓ 1 callers
Function
ExitSummary
Generates a textual description of a given exit code, in the format specified by wait(2).
3rdparty/gtest/src/gtest-death-test.cc:182
↓ 1 callers
Function
FClose
3rdparty/gtest/internal/gtest-port.h:1782
↓ 1 callers
Function
FDOpen
3rdparty/gtest/internal/gtest-port.h:1780
↓ 1 callers
Function
FailFromInternalError
This is called from a death test parent process to read a failure message from the death test child process and log it with the FATAL severity. On Win
3rdparty/gtest/src/gtest-death-test.cc:312
↓ 1 callers
Function
Failed
Returns true iff the unit test failed (i.e. some test case failed or something outside of all tests failed).
3rdparty/gtest/src/gtest-internal-inl.h:580
↓ 1 callers
Function
FdChannelRunOnce
benchmark/ioevent/fd_channel_vs_pipe_event_watcher/fd_channel_vs_pipe_event_watcher.cc:66
↓ 1 callers
Function
FileNo
3rdparty/gtest/internal/gtest-port.h:1726
↓ 1 callers
Method
FileOrDirectoryExists
Returns true if pathname describes something findable in the file-system, either a file, directory, or whatever.
3rdparty/gtest/src/gtest-filepath.cc:204
↓ 1 callers
Function
FileWriteStream
3rdparty/rapidjson/filewritestream.h:31
↓ 1 callers
Function
Finish
Finish sets a new Command to indicate that a given message (by id) has been processed successfully
apps/evnsq/command.h:120
↓ 1 callers
Function
FormatCompilerIndependentFileLocation
Formats a file location for compiler-independent XML output. Although this function is not platform dependent, we put it next to FormatFileLocation in
3rdparty/gtest/src/gtest-port.cc:474
↓ 1 callers
Function
FormatEpochTimeInMillisAsIso8601
Converts the given epoch time in milliseconds to a date string in the ISO 8601 format, without the timezone information.
3rdparty/gtest/src/gtest.cc:3221
↓ 1 callers
Function
FormatSehExceptionMessage
Adds an "exception thrown" fatal failure to the current test. This function returns its result via an output parameter pointer because VC++ prohibits
3rdparty/gtest/src/gtest.cc:2012
↓ 1 callers
Function
FormatWordList
3rdparty/gtest/src/gtest.cc:1804
↓ 1 callers
Method
Free
Frees a memory block (concept Allocator)
3rdparty/rapidjson/allocators.h:220
↓ 1 callers
Function
GTestIsInitialized
3rdparty/gtest/src/gtest.cc:316
↓ 1 callers
Method
Generate
Generates a random number from [0, range), using a Linear Congruential Generator (LCG). Crashes if 'range' is 0 or greater than kMaxRange.
3rdparty/gtest/src/gtest.cc:291
↓ 1 callers
Method
Get
evpp/httpc/conn_pool.cc:14
↓ 1 callers
Function
GetAnsiColorCode
Returns the ANSI color code for the given color. COLOR_DEFAULT is an invalid input.
3rdparty/gtest/src/gtest.cc:2573
↓ 1 callers
Function
GetCachedPower
3rdparty/rapidjson/internal/diyfp.h:220
↓ 1 callers
Function
GetCachedPower10
3rdparty/rapidjson/internal/diyfp.h:234
↓ 1 callers
Method
GetCapacity
3rdparty/rapidjson/internal/stack.h:130
↓ 1 callers
Function
GetCapturedStderr
Stops capturing stderr and returns the captured string.
3rdparty/gtest/src/gtest-port.cc:669
↓ 1 callers
Method
GetCapturedString
3rdparty/gtest/src/gtest-port.cc:568
↓ 1 callers
Function
GetColorAttribute
Returns the character attribute for the given color.
3rdparty/gtest/src/gtest.cc:2560
↓ 1 callers
Function
GetCurrentExecutableName
Returns the current application's name, removing directory path if that is present.
3rdparty/gtest/src/gtest.cc:377
↓ 1 callers
Function
GetDefaultFilter
3rdparty/gtest/src/gtest.cc:185
↓ 1 callers
Function
GetDouble
3rdparty/rapidjson/document.h:1404
↓ 1 callers
Method
GetLength
3rdparty/rapidjson/document.h:1584
↓ 1 callers
Function
GetLocalAddr
evpp/sockets.cc:161
↓ 1 callers
Function
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-internal-inl.h:593
↓ 1 callers
Method
GetNextLoop
evpp/http/http_server.cc:284
↓ 1 callers
Function
GetNextRandomSeed
Returns the first valid random seed after 'seed'. The behavior is undefined if 'seed' is invalid. The seed after kMaxRandomSeed is considered to be
3rdparty/gtest/src/gtest-internal-inl.h:151
↓ 1 callers
Function
GetRandomSeedFromFlag
Returns a random seed in range [1, kMaxRandomSeed] based on the given --gtest_random_seed flag value.
3rdparty/gtest/src/gtest-internal-inl.h:135
↓ 1 callers
Function
GetStatusFileDescriptor
Recreates the pipe and event handles from the provided parameters, signals the event, and returns a file descriptor wrapped around the pipe handle. Th
3rdparty/gtest/src/gtest-death-test.cc:1229
↓ 1 callers
Function
GetTestCase
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-internal-inl.h:586
↓ 1 callers
Method
GetTestCaseTypeId
Test case id to verify identity.
3rdparty/gtest/internal/gtest-param-util.h:459
↓ 1 callers
Function
GetThreadCount
Returns the number of threads running in the process, or 0 to indicate that we cannot detect it.
3rdparty/gtest/src/gtest-port.cc:89
↓ 1 callers
Function
Grisu2
3rdparty/rapidjson/internal/dtoa.h:110
↓ 1 callers
Method
HandleClose
evpp/tcp_conn.cc:246
↓ 1 callers
Method
HandleRequest
evpp/http/service.cc:123
↓ 1 callers
Function
HasGoogleTestFlagPrefix
Determines whether a string has a prefix that Google Test uses for its flags, i.e., starts with GTEST_FLAG_PREFIX_ or GTEST_FLAG_PREFIX_DASH_. If Goog
3rdparty/gtest/src/gtest.cc:4767
↓ 1 callers
Function
Identify
Identify sets a Command to provide information about the client. After connecting, it is generally the first message sent. See http://nsq.io/clients/t
apps/evnsq/command.h:36
↓ 1 callers
Method
Init
examples/recipes/self_control_timer/basic_02/event_watcher.cc:21
↓ 1 callers
Method
Init
examples/recipes/self_control_timer/periodic_04/event_watcher.cc:22
↓ 1 callers
Method
Init
examples/recipes/self_control_timer/cancel_03/event_watcher.cc:22
↓ 1 callers
Function
InitDeathTestSubprocessControlInfo
3rdparty/gtest/src/gtest-internal-inl.h:759
↓ 1 callers
Function
InitGoogleTest
Initializes Google Test. This must be called before calling RUN_ALL_TESTS(). In particular, it parses a command line for the flags that Google Test
3rdparty/gtest/src/gtest.cc:5005
↓ 1 callers
Method
Int
3rdparty/rapidjson/document.h:1922
↓ 1 callers
Method
Int64
3rdparty/rapidjson/reader.h:191
↓ 1 callers
Method
Int64
3rdparty/rapidjson/document.h:1924
↓ 1 callers
Method
IntegerExponent
3rdparty/rapidjson/internal/ieee754.h:47
↓ 1 callers
Method
IntegerSignificand
3rdparty/rapidjson/internal/ieee754.h:46
↓ 1 callers
Function
IsATTY
3rdparty/gtest/internal/gtest-port.h:1708
↓ 1 callers
Method
IsAbsolutePath
Returns true if pathname describes an absolute path.
3rdparty/gtest/src/gtest-filepath.cc:260
↓ 1 callers
Function
IsBool
3rdparty/rapidjson/document.h:767
↓ 1 callers
Function
IsConnected
evpp/tcp_conn.h:80
↓ 1 callers
Function
IsDigit
3rdparty/gtest/internal/gtest-port.h:1666
↓ 1 callers
Function
IsDir
3rdparty/gtest/internal/gtest-port.h:1733
↓ 1 callers
Function
IsDouble
3rdparty/rapidjson/document.h:775
↓ 1 callers
Method
IsEpoch
evpp/timestamp.inl.h:12
↓ 1 callers
Function
IsIncommingConn
evpp/tcp_conn.h:95
↓ 1 callers
Function
IsInt
3rdparty/rapidjson/document.h:771
↓ 1 callers
Function
IsInt64
3rdparty/rapidjson/document.h:773
↓ 1 callers
Function
IsNumber
3rdparty/rapidjson/document.h:770
← previous
next →
501–600 of 2,639, ranked by callers