MCPcopy Create free account

hub / github.com/Qihoo360/evpp / functions

Functions2,639 in github.com/Qihoo360/evpp

↓ 1 callersMethodClearStack
3rdparty/rapidjson/reader.h:453
↓ 1 callersMethodClearStack
3rdparty/rapidjson/document.h:1960
↓ 1 callersMethodCloseConnection
Closes the socket.
3rdparty/gtest/src/gtest-internal-inl.h:1120
↓ 1 callersFunctionCmpHelperSTREQ
Helper function for *_STREQ on wide strings.
3rdparty/gtest/src/gtest.cc:1546
↓ 1 callersFunctionCodePointToUtf8
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 callersMethodCompare
3rdparty/rapidjson/internal/biginteger.h:198
↓ 1 callersFunctionCopyArray
3rdparty/gtest/internal/gtest-internal.h:929
↓ 1 callersFunctionCountDecimalDigit32
3rdparty/rapidjson/internal/dtoa.h:43
↓ 1 callersFunctionCreateCodePointFromUtf16SurrogatePair
Creates a Unicode code point from UTF16 surrogate pair.
3rdparty/gtest/src/gtest.cc:1477
↓ 1 callersMethodCreateDirectoriesRecursively
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 callersMethodCreateFolder
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 callersMethodCreateTestFactory
3rdparty/gtest/internal/gtest-param-util.h:397
↓ 1 callersFunctionCreateUDPServer
evpp/sockets.cc:68
↓ 1 callersFunctionDeathTestThreadWarning
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 callersFunctionDecode
Decodes input (unsigned char) into output (UINT4). Assumes len is a multiple of 4. */
3rdparty/libhashkit/md5.c:343
↓ 1 callersMethodDecode
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 callersFunctionDefaultPrintNonContainerTo
3rdparty/gtest/gtest-printers.h:218
↓ 1 callersFunctionDefaultPrintTo
3rdparty/gtest/gtest-printers.h:269
↓ 1 callersFunctionDeleteThreadLocalValue
3rdparty/gtest/internal/gtest-port.h:1440
↓ 1 callersMethodDifference
Compute absolute difference of this and rhs. Assume this != rhs
3rdparty/rapidjson/internal/biginteger.h:176
↓ 1 callersFunctionDigitGen
3rdparty/rapidjson/internal/dtoa.h:59
↓ 1 callersMethodDisableReadEvent
evpp/fd_channel.cc:84
↓ 1 callersMethodDisableWriteEvent
evpp/fd_channel.cc:93
↓ 1 callersMethodDouble
3rdparty/rapidjson/reader.h:193
↓ 1 callersMethodDouble
3rdparty/rapidjson/document.h:1926
↓ 1 callersMethodDuration
evpp/duration.inl.h:4
↓ 1 callersMethodEnableReadEvent
evpp/fd_channel.cc:66
↓ 1 callersMethodEnableWriteEvent
evpp/fd_channel.cc:75
↓ 1 callersFunctionEncodedInputStream
3rdparty/rapidjson/encodedstream.h:38
↓ 1 callersMethodEndArray
3rdparty/rapidjson/document.h:1948
↓ 1 callersMethodEndObject
3rdparty/rapidjson/document.h:1940
↓ 1 callersFunctionEnsureWritableBytes
Make sure there is enough memory space to append more data with length len
evpp/buffer.h:90
↓ 1 callersMethodEquals
3rdparty/gtest/internal/gtest-param-util.h:216
↓ 1 callersFunctionExecDeathTestChildMain
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 callersFunctionExecDeathTestSpawnChild
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 callersFunctionExitSummary
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 callersFunctionFClose
3rdparty/gtest/internal/gtest-port.h:1782
↓ 1 callersFunctionFDOpen
3rdparty/gtest/internal/gtest-port.h:1780
↓ 1 callersFunctionFailFromInternalError
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 callersFunctionFailed
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 callersFunctionFdChannelRunOnce
benchmark/ioevent/fd_channel_vs_pipe_event_watcher/fd_channel_vs_pipe_event_watcher.cc:66
↓ 1 callersFunctionFileNo
3rdparty/gtest/internal/gtest-port.h:1726
↓ 1 callersMethodFileOrDirectoryExists
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 callersFunctionFileWriteStream
3rdparty/rapidjson/filewritestream.h:31
↓ 1 callersFunctionFinish
Finish sets a new Command to indicate that a given message (by id) has been processed successfully
apps/evnsq/command.h:120
↓ 1 callersFunctionFormatCompilerIndependentFileLocation
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 callersFunctionFormatEpochTimeInMillisAsIso8601
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 callersFunctionFormatSehExceptionMessage
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 callersFunctionFormatWordList
3rdparty/gtest/src/gtest.cc:1804
↓ 1 callersMethodFree
Frees a memory block (concept Allocator)
3rdparty/rapidjson/allocators.h:220
↓ 1 callersFunctionGTestIsInitialized
3rdparty/gtest/src/gtest.cc:316
↓ 1 callersMethodGenerate
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 callersMethodGet
evpp/httpc/conn_pool.cc:14
↓ 1 callersFunctionGetAnsiColorCode
Returns the ANSI color code for the given color. COLOR_DEFAULT is an invalid input.
3rdparty/gtest/src/gtest.cc:2573
↓ 1 callersFunctionGetCachedPower
3rdparty/rapidjson/internal/diyfp.h:220
↓ 1 callersFunctionGetCachedPower10
3rdparty/rapidjson/internal/diyfp.h:234
↓ 1 callersMethodGetCapacity
3rdparty/rapidjson/internal/stack.h:130
↓ 1 callersFunctionGetCapturedStderr
Stops capturing stderr and returns the captured string.
3rdparty/gtest/src/gtest-port.cc:669
↓ 1 callersMethodGetCapturedString
3rdparty/gtest/src/gtest-port.cc:568
↓ 1 callersFunctionGetColorAttribute
Returns the character attribute for the given color.
3rdparty/gtest/src/gtest.cc:2560
↓ 1 callersFunctionGetCurrentExecutableName
Returns the current application's name, removing directory path if that is present.
3rdparty/gtest/src/gtest.cc:377
↓ 1 callersFunctionGetDefaultFilter
3rdparty/gtest/src/gtest.cc:185
↓ 1 callersFunctionGetDouble
3rdparty/rapidjson/document.h:1404
↓ 1 callersMethodGetLength
3rdparty/rapidjson/document.h:1584
↓ 1 callersFunctionGetLocalAddr
evpp/sockets.cc:161
↓ 1 callersFunctionGetMutableTestCase
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 callersMethodGetNextLoop
evpp/http/http_server.cc:284
↓ 1 callersFunctionGetNextRandomSeed
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 callersFunctionGetRandomSeedFromFlag
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 callersFunctionGetStatusFileDescriptor
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 callersFunctionGetTestCase
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 callersMethodGetTestCaseTypeId
Test case id to verify identity.
3rdparty/gtest/internal/gtest-param-util.h:459
↓ 1 callersFunctionGetThreadCount
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 callersFunctionGrisu2
3rdparty/rapidjson/internal/dtoa.h:110
↓ 1 callersMethodHandleClose
evpp/tcp_conn.cc:246
↓ 1 callersMethodHandleRequest
evpp/http/service.cc:123
↓ 1 callersFunctionHasGoogleTestFlagPrefix
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 callersFunctionIdentify
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 callersMethodInit
examples/recipes/self_control_timer/basic_02/event_watcher.cc:21
↓ 1 callersMethodInit
examples/recipes/self_control_timer/periodic_04/event_watcher.cc:22
↓ 1 callersMethodInit
examples/recipes/self_control_timer/cancel_03/event_watcher.cc:22
↓ 1 callersFunctionInitDeathTestSubprocessControlInfo
3rdparty/gtest/src/gtest-internal-inl.h:759
↓ 1 callersFunctionInitGoogleTest
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 callersMethodInt
3rdparty/rapidjson/document.h:1922
↓ 1 callersMethodInt64
3rdparty/rapidjson/reader.h:191
↓ 1 callersMethodInt64
3rdparty/rapidjson/document.h:1924
↓ 1 callersMethodIntegerExponent
3rdparty/rapidjson/internal/ieee754.h:47
↓ 1 callersMethodIntegerSignificand
3rdparty/rapidjson/internal/ieee754.h:46
↓ 1 callersFunctionIsATTY
3rdparty/gtest/internal/gtest-port.h:1708
↓ 1 callersMethodIsAbsolutePath
Returns true if pathname describes an absolute path.
3rdparty/gtest/src/gtest-filepath.cc:260
↓ 1 callersFunctionIsBool
3rdparty/rapidjson/document.h:767
↓ 1 callersFunctionIsConnected
evpp/tcp_conn.h:80
↓ 1 callersFunctionIsDigit
3rdparty/gtest/internal/gtest-port.h:1666
↓ 1 callersFunctionIsDir
3rdparty/gtest/internal/gtest-port.h:1733
↓ 1 callersFunctionIsDouble
3rdparty/rapidjson/document.h:775
↓ 1 callersMethodIsEpoch
evpp/timestamp.inl.h:12
↓ 1 callersFunctionIsIncommingConn
evpp/tcp_conn.h:95
↓ 1 callersFunctionIsInt
3rdparty/rapidjson/document.h:771
↓ 1 callersFunctionIsInt64
3rdparty/rapidjson/document.h:773
↓ 1 callersFunctionIsNumber
3rdparty/rapidjson/document.h:770
← previousnext →501–600 of 2,639, ranked by callers