MCPcopy Create free account

hub / github.com/Qihoo360/logkafka / functions

Functions3,133 in github.com/Qihoo360/logkafka

↓ 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
unittest/lib/gtest-1.6.0/src/gtest.cc:2018
↓ 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
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:3322
↓ 1 callersFunctionFuncWithAssert
unittest/lib/gtest-1.6.0/test/gtest-death-test_test.cc:1228
↓ 1 callersFunctionFuseGTestAllCc
Scans folder gtest_root to generate gtest/gtest-all.cc in output_dir.
unittest/lib/gtest-1.6.0/scripts/fuse_gtest_files.py:218
↓ 1 callersFunctionFuseGTestAllCcToFile
Scans folder gtest_root to generate gtest/gtest-all.cc in output_file.
unittest/lib/gtest-1.6.0/scripts/fuse_gtest_files.py:175
↓ 1 callersFunctionFuseGTestH
Scans folder gtest_root to generate gtest/gtest.h in output_dir.
unittest/lib/gtest-1.6.0/scripts/fuse_gtest_files.py:146
↓ 1 callersFunctionGTestIsInitialized
unittest/lib/gtest-1.6.0/src/gtest.cc:309
↓ 1 callersFunctionGTestIsInitialized
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:1613
↓ 1 callersFunctionGenTest
Returns the test for a predicate assertion macro. Args: use_format: true iff the assertion is a *_PRED_FORMAT*. use_assert: t
unittest/lib/gtest-1.6.0/scripts/gen_gtest_pred_impl.py:570
↓ 1 callersMethodGenerate
Generates a random number from [0, range), using a Linear Congruential Generator (LCG). Crashes if 'range' is 0 or greater than kMaxRange.
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:1588
↓ 1 callersFunctionGenerateHeader
Given the maximum arity n, updates the header file that implements the predicate assertions.
unittest/lib/gtest-1.6.0/scripts/gen_gtest_pred_impl.py:315
↓ 1 callersFunctionGenerateUnitTest
Returns the tests for up-to n-ary predicate assertions.
unittest/lib/gtest-1.6.0/scripts/gen_gtest_pred_impl.py:706
↓ 1 callersFunctionGetAnsiColorCode
Returns the ANSI color code for the given color. COLOR_DEFAULT is an invalid input.
unittest/lib/gtest-1.6.0/src/gtest.cc:2573
↓ 1 callersFunctionGetAnsiColorCode
Returns the ANSI color code for the given color. COLOR_DEFAULT is an invalid input.
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:3877
↓ 1 callersFunctionGetBuildDir
Returns the absolute path of the directory where the test binaries are.
unittest/lib/gtest-1.6.0/test/gtest_test_utils.py:117
↓ 1 callersFunctionGetCapturedStderr
Stops capturing stderr and returns the captured string.
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:8426
↓ 1 callersMethodGetCapturedString
unittest/lib/gtest-1.6.0/src/gtest-port.cc:525
↓ 1 callersMethodGetCapturedString
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:8327
↓ 1 callersMethodGetCharPtrValue
unittest/lib/gtest-1.6.0/xcode/Samples/FrameworkSample/widget.cc:58
↓ 1 callersFunctionGetColorAttribute
Returns the character attribute for the given color.
unittest/lib/gtest-1.6.0/src/gtest.cc:2560
↓ 1 callersFunctionGetColorAttribute
Returns the character attribute for the given color.
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:3864
↓ 1 callersFunctionGetCurrentExecutableName
Returns the current application's name, removing directory path if that is present.
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:1674
↓ 1 callersFunctionGetEnviron
unittest/lib/gtest-1.6.0/src/gtest-death-test.cc:884
↓ 1 callersFunctionGetEnviron
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:7081
↓ 1 callersMethodGetFloatValue
unittest/lib/gtest-1.6.0/xcode/Samples/FrameworkSample/widget.cc:46
↓ 1 callersMethodGetIntValue
unittest/lib/gtest-1.6.0/xcode/Samples/FrameworkSample/widget.cc:50
↓ 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.
unittest/lib/gtest-1.6.0/src/gtest-internal-inl.h:572
↓ 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.
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:970
↓ 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
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:538
↓ 1 callersFunctionGetPrefixUntilComma
Returns the prefix of 'str' before the first comma in it; returns the entire string if it contains no comma.
unittest/lib/gtest-1.6.0/include/gtest/internal/gtest-internal.h:627
↓ 1 callersFunctionGetRandomSeedFromFlag
Returns a random seed in range [1, kMaxRandomSeed] based on the given --gtest_random_seed flag value.
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:522
↓ 1 callersMethodGetRange
(self, identifier)
unittest/lib/gtest-1.6.0/scripts/pump.py:632
↓ 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
unittest/lib/gtest-1.6.0/src/gtest-death-test.cc:1119
↓ 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
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:7316
↓ 1 callersMethodGetStringValue
unittest/lib/gtest-1.6.0/xcode/Samples/FrameworkSample/widget.cc:54
↓ 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.
unittest/lib/gtest-1.6.0/src/gtest-internal-inl.h:565
↓ 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.
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:963
↓ 1 callersMethodGetTestCaseTypeId
Test case id to verify identity.
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest.h:10393
↓ 1 callersMethodGetTestCaseTypeId
Test case id to verify identity.
unittest/lib/gtest-1.6.0/include/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.
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:7886
↓ 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
unittest/lib/gtest-1.6.0/src/gtest.cc:4650
↓ 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
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:5954
↓ 1 callersFunctionHeaderPostamble
Returns the postamble for the header file.
unittest/lib/gtest-1.6.0/scripts/gen_gtest_pred_impl.py:293
↓ 1 callersFunctionHeaderPreamble
Returns the preamble for the header file. Args: n: the maximum arity of the predicate macros to be generated.
unittest/lib/gtest-1.6.0/scripts/gen_gtest_pred_impl.py:65
↓ 1 callersFunctionImplementationForArity
Returns the implementation of n-ary predicate assertions.
unittest/lib/gtest-1.6.0/scripts/gen_gtest_pred_impl.py:205
↓ 1 callersMethodIncrement
unittest/lib/gtest-1.6.0/test/gtest-port_test.cc:1018
↓ 1 callersFunctionInitDeathTestSubprocessControlInfo
unittest/lib/gtest-1.6.0/src/gtest-internal-inl.h:732
↓ 1 callersFunctionInitDeathTestSubprocessControlInfo
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:1130
↓ 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
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:6192
↓ 1 callersMethodIsAbsolutePath
Returns true if pathname describes an absolute path.
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:7686
↓ 1 callersFunctionIsComment
(cur_line)
unittest/lib/gtest-1.6.0/scripts/pump.py:707
↓ 1 callersFunctionIsInPreprocessorDirevative
(prev_lines, cur_line)
unittest/lib/gtest-1.6.0/scripts/pump.py:711
↓ 1 callersFunctionIsPrintableAscii
Returns true if c is a printable ASCII character. We test the value of c directly instead of calling isprint(), which is buggy on Windows Mobile.
unittest/lib/gtest-1.6.0/src/gtest-printers.cc:141
↓ 1 callersFunctionIsPrintableAscii
Returns true if c is a printable ASCII character. We test the value of c directly instead of calling isprint(), which is buggy on Windows Mobile.
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:8687
↓ 1 callersFunctionIsSpace
unittest/lib/gtest-1.6.0/include/gtest/internal/gtest-port.h:1523
↓ 1 callersFunctionIsSubstringPred
unittest/lib/gtest-1.6.0/src/gtest.cc:1231
↓ 1 callersFunctionIsSubstringPred
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:2535
↓ 1 callersFunctionIsUtf16SurrogatePair
Determines if the arguments constitute UTF-16 surrogate pair and thus should be combined into a single Unicode code point using CreateCodePointFromUtf
unittest/lib/gtest-1.6.0/src/gtest.cc:1475
↓ 1 callersFunctionIsUtf16SurrogatePair
Determines if the arguments constitute UTF-16 surrogate pair and thus should be combined into a single Unicode code point using CreateCodePointFromUtf
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:2779
↓ 1 callersFunctionIsValidEscape
Returns true iff "\\c" is a supported escape sequence.
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:7999
↓ 1 callersMethodLock
Acquires this mutex.
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest.h:2269
↓ 1 callersMethodLock
Acquires this mutex.
unittest/lib/gtest-1.6.0/include/gtest/internal/gtest-port.h:1207
↓ 1 callersMethodMap
unittest/lib/gtest-1.6.0/samples/sample3-inl.h:154
↓ 1 callersFunctionMatchRepetitionAndRegexAtHead
Matches a repeated regex atom followed by a valid simple regular expression. The regex atom is defined as c if escaped is false, or \c otherwise. re
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:8097
↓ 1 callersMethodMemberFunction
A member function that may die.
unittest/lib/gtest-1.6.0/test/gtest-death-test_test.cc:156
↓ 1 callersFunctionNonVoidFunction
A non-void function that's expected to die.
unittest/lib/gtest-1.6.0/test/gtest-death-test_test.cc:170
↓ 1 callersFunctionNonVoidFunction
unittest/lib/gtest-1.6.0/test/gtest_unittest.cc:1380
↓ 1 callersFunctionNormalizeOutput
Normalizes output (the output of gtest_output_test_.exe).
unittest/lib/gtest-1.6.0/test/gtest_output_test.py:190
↓ 1 callersMethodOnEnvironmentsSetUpEnd
unittest/lib/gtest-1.6.0/src/gtest.cc:2697
↓ 1 callersMethodOnEnvironmentsSetUpEnd
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:4001
↓ 1 callersMethodOnEnvironmentsSetUpStart
unittest/lib/gtest-1.6.0/src/gtest.cc:2750
↓ 1 callersMethodOnEnvironmentsSetUpStart
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:4054
↓ 1 callersMethodOnEnvironmentsTearDownEnd
unittest/lib/gtest-1.6.0/src/gtest.cc:2704
↓ 1 callersMethodOnEnvironmentsTearDownEnd
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:4008
↓ 1 callersMethodOnEnvironmentsTearDownStart
unittest/lib/gtest-1.6.0/src/gtest.cc:2822
↓ 1 callersMethodOnEnvironmentsTearDownStart
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:4126
↓ 1 callersMethodOnTestCaseEnd
unittest/lib/gtest-1.6.0/src/gtest.cc:2809
↓ 1 callersMethodOnTestCaseEnd
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:4113
↓ 1 callersMethodOnTestCaseStart
unittest/lib/gtest-1.6.0/src/gtest.cc:2757
↓ 1 callersMethodOnTestCaseStart
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:4061
↓ 1 callersMethodOnTestEnd
unittest/lib/gtest-1.6.0/src/gtest.cc:2790
↓ 1 callersMethodOnTestEnd
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:4094
↓ 1 callersMethodOnTestIterationEnd
unittest/lib/gtest-1.6.0/test/gtest_unittest.cc:6712
↓ 1 callersMethodOnTestIterationEnd
unittest/lib/gtest-1.6.0/src/gtest.cc:2854
↓ 1 callersMethodOnTestIterationEnd
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:4158
↓ 1 callersMethodOnTestIterationStart
unittest/lib/gtest-1.6.0/test/gtest_unittest.cc:6707
↓ 1 callersMethodOnTestIterationStart
Fired before each iteration of tests starts.
unittest/lib/gtest-1.6.0/src/gtest.cc:2715
↓ 1 callersMethodOnTestIterationStart
Fired before each iteration of tests starts.
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:4019
↓ 1 callersMethodOnTestPartResult
Called after an assertion failure.
unittest/lib/gtest-1.6.0/src/gtest.cc:2779
↓ 1 callersMethodOnTestPartResult
Called after an assertion failure.
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:4083
↓ 1 callersMethodOnTestProgramEnd
unittest/lib/gtest-1.6.0/test/gtest_unittest.cc:6703
↓ 1 callersMethodOnTestProgramEnd
unittest/lib/gtest-1.6.0/src/gtest.cc:3350
↓ 1 callersMethodOnTestProgramEnd
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:4654
↓ 1 callersMethodOnTestProgramStart
unittest/lib/gtest-1.6.0/src/gtest.cc:3346
↓ 1 callersMethodOnTestProgramStart
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:4650
↓ 1 callersMethodOnTestStart
unittest/lib/gtest-1.6.0/src/gtest.cc:2771
↓ 1 callersMethodOnTestStart
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:4075
↓ 1 callersFunctionParse
(pos)
unittest/lib/gtest-1.6.0/scripts/pump.py:289
↓ 1 callersFunctionParseAtomicCodeNode
(tokens)
unittest/lib/gtest-1.6.0/scripts/pump.py:503
↓ 1 callersFunctionParseElseNode
(tokens)
unittest/lib/gtest-1.6.0/scripts/pump.py:475
← previousnext →701–800 of 3,133, ranked by callers