Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Qihoo360/logkafka
/ functions
Functions
3,133 in github.com/Qihoo360/logkafka
⨍
Functions
3,133
◇
Types & classes
1,325
↓ 2 callers
Function
HandleSehExceptionsInMethodIfSupported
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:3375
↓ 2 callers
Function
HasFailureHelper
A wrapper for calling HasFailure outside of a test body.
unittest/lib/gtest-1.6.0/test/gtest_unittest.cc:6603
↓ 2 callers
Function
HasNonfatalFailureHelper
A wrapper for calling HasNonfatalFailure outside of a test body.
unittest/lib/gtest-1.6.0/test/gtest_unittest.cc:6561
↓ 2 callers
Method
Head
Gets the first element of the queue, or NULL if the queue is empty.
unittest/lib/gtest-1.6.0/samples/sample3-inl.h:106
↓ 2 callers
Function
InitGoogleTestImpl
unittest/lib/gtest-1.6.0/src/gtest.cc:4854
↓ 2 callers
Function
InitGoogleTestImpl
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:6158
↓ 2 callers
Function
IsATTY
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest.h:2617
↓ 2 callers
Function
IsAsciiDigit
Returns true iff ch belongs to the given classification. Unlike similar functions in <ctype.h>, these aren't affected by the current locale.
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:7987
↓ 2 callers
Function
IsAsciiPunct
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:7988
↓ 2 callers
Function
IsAsciiWhiteSpace
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:7992
↓ 2 callers
Function
IsAsciiWordChar
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:7993
↓ 2 callers
Function
IsDigit
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest.h:2579
↓ 2 callers
Function
IsDir
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest.h:2642
↓ 2 callers
Method
IsDirectory
Returns true if FilePath ends with a path separator, which indicates that it is intended to represent a directory. Returns false otherwise. This does
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:7721
↓ 2 callers
Function
IsHeaderGuardOrInclude
(line)
unittest/lib/gtest-1.6.0/scripts/pump.py:779
↓ 2 callers
Function
IsRepeat
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:7991
↓ 2 callers
Function
KilledExitStatus
Returns the exit status of a process that raises a given signal. If the signal does not cause the process to die, then it returns instead the exit sta
unittest/lib/gtest-1.6.0/test/gtest-death-test_test.cc:241
↓ 2 callers
Method
Length
unittest/lib/gtest-1.6.0/samples/sample2.h:77
↓ 2 callers
Function
LogToStderr
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest.h:1989
↓ 2 callers
Function
MakeAndRegisterTestInfo
Creates a new TestInfo object and registers it with Google Test; returns the created object. Arguments: test_case_name: name of the test case name
unittest/lib/gtest-1.6.0/src/gtest.cc:2229
↓ 2 callers
Function
MakeAndRegisterTestInfo
Creates a new TestInfo object and registers it with Google Test; returns the created object. Arguments: test_case_name: name of the test case name
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:3533
↓ 2 callers
Function
MatchRegexAnywhere
Returns true iff regex matches any substring of str. regex must be a valid simple regular expression, or the result is undefined. The algorithm is r
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:8160
↓ 2 callers
Function
NormalizeToCurrentPlatform
Normalizes platform specific output details for easier comparison.
unittest/lib/gtest-1.6.0/test/gtest_output_test.py:139
↓ 2 callers
Method
NormalizeXml
Normalizes Google Test's XML output to eliminate references to transient information that may change from run to run. * The "time" attr
unittest/lib/gtest-1.6.0/test/gtest_xml_test_utils.py:146
↓ 2 callers
Function
OkHRESULTSuccess
unittest/lib/gtest-1.6.0/test/gtest_unittest.cc:3902
↓ 2 callers
Function
ParseGoogleTestFlagsOnly
Parses the command line for Google Test flags, without initializing other parts of Google Test.
unittest/lib/gtest-1.6.0/src/gtest.cc:4842
↓ 2 callers
Function
ParseGoogleTestFlagsOnlyImpl
unittest/lib/gtest-1.6.0/src/gtest.cc:4772
↓ 2 callers
Function
ParseGoogleTestFlagsOnlyImpl
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:6076
↓ 2 callers
Method
PassedArgument
unittest/lib/gtest-1.6.0/test/gtest-death-test_test.cc:779
↓ 2 callers
Function
PopFront
(a_list)
unittest/lib/gtest-1.6.0/scripts/pump.py:443
↓ 2 callers
Function
PopToken
(a_list, token_type=None)
unittest/lib/gtest-1.6.0/scripts/pump.py:453
↓ 2 callers
Function
PrintAsWideStringLiteralTo
Prints a char c as if it's part of a string literal, escaping it when necessary; returns how c was formatted.
unittest/lib/gtest-1.6.0/src/gtest-printers.cc:196
↓ 2 callers
Function
PrintAsWideStringLiteralTo
Prints a char c as if it's part of a string literal, escaping it when necessary; returns how c was formatted.
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:8742
↓ 2 callers
Function
PrintFullTestCommentIfPresent
unittest/lib/gtest-1.6.0/src/gtest.cc:2666
↓ 2 callers
Function
PrintFullTestCommentIfPresent
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:3970
↓ 2 callers
Function
PrintStringTo
unittest/lib/gtest-1.6.0/src/gtest-printers.cc:332
↓ 2 callers
Function
PrintStringTo
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:8878
↓ 2 callers
Function
PrintTestPartResultToString
Prints a TestPartResult to a String.
unittest/lib/gtest-1.6.0/src/gtest.cc:2518
↓ 2 callers
Function
PrintTestPartResultToString
Prints a TestPartResult to a String.
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:3822
↓ 2 callers
Function
PrintToString
unittest/lib/gtest-1.6.0/include/gtest/gtest-printers.h:788
↓ 2 callers
Function
PrintWideStringTo
unittest/lib/gtest-1.6.0/src/gtest-printers.cc:343
↓ 2 callers
Function
PrintWideStringTo
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:8889
↓ 2 callers
Function
ProcessFile
Processes the given gtest header file.
unittest/lib/gtest-1.6.0/scripts/fuse_gtest_files.py:152
↓ 2 callers
Method
PushVariable
(self, var, value)
unittest/lib/gtest-1.6.0/scripts/pump.py:595
↓ 2 callers
Method
RecordProperty
Adds a test property to the list. If a property with the same key as the supplied property is already represented, the value of this test_property rep
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:3118
↓ 2 callers
Method
RemoveFileName
RemoveFileName returns the directory path with the filename removed. Example: FilePath("path/to/file").RemoveFileName() returns "path/to/". If the Fil
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:7587
↓ 2 callers
Function
RemoveTestCounts
Removes test counts from a Google Test program's output.
unittest/lib/gtest-1.6.0/test/gtest_output_test.py:153
↓ 2 callers
Function
RemoveTypeInfoDetails
Removes compiler-specific type info from Google Test program's output. Args: test_output: the output of a Google Test program. Returns:
unittest/lib/gtest-1.6.0/test/gtest_output_test.py:125
↓ 2 callers
Function
RepeatFlag
(n)
unittest/lib/gtest-1.6.0/test/gtest_shuffle_test.py:66
↓ 2 callers
Function
RmDir
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest.h:2641
↓ 2 callers
Function
RunFromThread
unittest/lib/gtest-1.6.0/test/gtest-port_test.cc:1081
↓ 2 callers
Function
RunWithFlag
Runs gtest_help_test_ with the given flag. Returns: the exit code and the text output as a tuple. Args: flag: the command-line flag to pa
unittest/lib/gtest-1.6.0/test/gtest_help_test.py:81
↓ 2 callers
Function
SetEnvVar
Sets the env variable to 'value'; unsets it when 'value' is None.
unittest/lib/gtest-1.6.0/test/gtest_env_var_test.py:55
↓ 2 callers
Function
SetEnvVar
Sets an environment variable to a given value; unsets it when the given value is None.
unittest/lib/gtest-1.6.0/test/gtest_throw_on_failure_test.py:58
↓ 2 callers
Function
SetEnvVar
Sets the env variable to 'value'; unsets it when 'value' is None.
unittest/lib/gtest-1.6.0/test/gtest_color_test.py:47
↓ 2 callers
Method
SetGlobalTestPartResultReporter
Sets the global test part result reporter.
unittest/lib/gtest-1.6.0/src/gtest.cc:685
↓ 2 callers
Method
SetGlobalTestPartResultReporter
Sets the global test part result reporter.
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:1989
↓ 2 callers
Function
ShouldShard
Checks whether sharding is enabled by examining the relevant environment variable values. If the variables are present, but inconsistent (i.e., shard_
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:5607
↓ 2 callers
Function
SkipUntil
(lines, pos, regex, token_type)
unittest/lib/gtest-1.6.0/scripts/pump.py:270
↓ 2 callers
Function
StrCaseCmp
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest.h:2618
↓ 2 callers
Function
StrError
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest.h:2700
↓ 2 callers
Function
StreamWideCharsToMessage
Converts an array of wide chars to a narrow string using the UTF-8 encoding, and streams the result to the given Message object.
unittest/lib/gtest-1.6.0/src/gtest.cc:907
↓ 2 callers
Function
StreamWideCharsToMessage
Converts an array of wide chars to a narrow string using the UTF-8 encoding, and streams the result to the given Message object.
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:2211
↓ 2 callers
Function
SubWithoutTrace
A helper function for testing SCOPED_TRACE.
unittest/lib/gtest-1.6.0/test/gtest_output_test_.cc:151
↓ 2 callers
Function
Subroutine
unittest/lib/gtest-1.6.0/test/gtest_sole_header_test.cc:39
↓ 2 callers
Method
SuppressEventForwarding
unittest/lib/gtest-1.6.0/src/gtest.cc:3620
↓ 2 callers
Method
SuppressEventForwarding
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:4924
↓ 2 callers
Function
TestExitMacros
Tests the *_EXIT family of macros, using a variety of predicates.
unittest/lib/gtest-1.6.0/test/gtest-death-test_test.cc:667
↓ 2 callers
Method
TestNonHelpFlag
Verifies correct behavior when no help flag is specified. Verifies that when no help flag is specified, the tests are run and the help messag
unittest/lib/gtest-1.6.0/test/gtest_help_test.py:125
↓ 2 callers
Function
TestPartResult
C'tor. TestPartResult does NOT have a default constructor. Always use this constructor (with parameters) to create a TestPartResult object.
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest.h:16717
↓ 2 callers
Function
TestRepeatWithEmptyFilter
Tests using --gtest_repeat when --gtest_filter specifies an empty set of tests.
unittest/lib/gtest-1.6.0/test/gtest_repeat_test.cc:182
↓ 2 callers
Method
TestSehExceptions
(self, test_output)
unittest/lib/gtest-1.6.0/test/gtest_catch_exceptions_test.py:76
↓ 2 callers
Function
Title
Returns the given word in title case. The difference between this and string's title() method is that Title('4-ary') is '4-ary' while '4-ary'.tit
unittest/lib/gtest-1.6.0/scripts/gen_gtest_pred_impl.py:175
↓ 2 callers
Function
ToUnixLineEnding
Changes all Windows/Mac line endings in s to UNIX line endings.
unittest/lib/gtest-1.6.0/test/gtest_output_test.py:82
↓ 2 callers
Function
ToUpper
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest.h:2598
↓ 2 callers
Function
TryTestSubroutine
This function calls a test subroutine, catches the fatal failure it generates, and then returns early.
unittest/lib/gtest-1.6.0/test/gtest_output_test_.cc:70
↓ 2 callers
Function
UnexpectedHRESULTFailure
unittest/lib/gtest-1.6.0/test/gtest_unittest.cc:3898
↓ 2 callers
Function
Values
unittest/lib/gtest-1.6.0/include/gtest/gtest-param-test.h:348
↓ 2 callers
Function
VerifyFileExists
Verifies that the given file exists; aborts on failure. relative_path is the file path relative to the given directory.
unittest/lib/gtest-1.6.0/scripts/fuse_gtest_files.py:86
↓ 2 callers
Function
VerifyOutputFile
Verifies that the given output file path is valid. relative_path is relative to the output_dir directory.
unittest/lib/gtest-1.6.0/scripts/fuse_gtest_files.py:110
↓ 2 callers
Function
WideStringToUtf8
Converts a wide string to a narrow string in UTF-8 encoding. The wide string is assumed to have the following encoding: UTF-16 if sizeof(wchar_t) == 2
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:2808
↓ 2 callers
Function
WrapCode
(line, line_concat, output)
unittest/lib/gtest-1.6.0/scripts/pump.py:741
↓ 2 callers
Function
Write
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest.h:2696
↓ 2 callers
Method
_GetChildren
Fetches all of the child nodes of element, a DOM Element object. Returns them as the values of a dictionary keyed by the IDs of the child
unittest/lib/gtest-1.6.0/test/gtest_xml_test_utils.py:113
↓ 2 callers
Function
_ParseAndStripGTestFlags
Parses and strips Google Test flags from argv. This is idempotent.
unittest/lib/gtest-1.6.0/test/gtest_test_utils.py:71
↓ 2 callers
Method
_TestOutFile
(self, test_name, expected_xml)
unittest/lib/gtest-1.6.0/test/gtest_xml_outfiles_test.py:98
↓ 2 callers
Method
_TestXmlOutput
Asserts that the XML document generated by running the program gtest_prog_name matches expected_xml, a string containing another XML docu
unittest/lib/gtest-1.6.0/test/gtest_xml_output_unittest.py:207
↓ 2 callers
Function
_rmdir
Windows CE doesn't have the _rmdir C function.
unittest/lib/gtest-1.6.0/test/gtest-filepath_test.cc:75
↓ 2 callers
Function
c_str
unittest/lib/gtest-1.6.0/include/gtest/internal/gtest-filepath.h:82
↓ 2 callers
Method
file
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest.h:8182
↓ 2 callers
Method
getDefaultValue
* Retrieve the default value * * @return scalar|null */
tools/getopt-php/Argument.php:99
↓ 2 callers
Method
getFirstPath
src/logkafka/task_conf.h:238
↓ 2 callers
Method
getInfo_
($configs)
tools/log_config.php:644
↓ 2 callers
Method
getLogCollectionConf_
($logkafka_id)
tools/log_config.php:937
↓ 2 callers
Method
getLogCollectionState_
($logkafka_id)
tools/log_config.php:758
↓ 2 callers
Method
getName
* Retrieve the argument name * * @return string */
tools/getopt-php/Argument.php:109
↓ 2 callers
Method
hasPath
}}}*/
src/logkafka/task_conf.h:262
↓ 2 callers
Method
init
src/logkafka/logkafka.cc:45
↓ 2 callers
Function
intersect_set
src/base/tools.cc:152
↓ 2 callers
Method
isActive
src/logkafka/tail_watcher.cc:295
← previous
next →
501–600 of 3,133, ranked by callers