MCPcopy Create free account

hub / github.com/OISF/libhtp / functions

Functions1,613 in github.com/OISF/libhtp

MethodCartesianProductHolder3
test/gtest/gtest.h:15089
MethodCartesianProductHolder4
test/gtest/gtest.h:15114
MethodCartesianProductHolder5
test/gtest/gtest.h:15141
MethodCartesianProductHolder6
test/gtest/gtest.h:15170
MethodCartesianProductHolder7
test/gtest/gtest.h:15203
MethodCartesianProductHolder8
test/gtest/gtest.h:15240
MethodCartesianProductHolder9
test/gtest/gtest.h:15280
MethodCaseInsensitiveCStringEquals
Compares two C strings, ignoring case. Returns true iff they have the same content. Unlike strcasecmp(), this function can handle NULL argument(s).
test/gtest/gtest-all.cc:2900
MethodCaseInsensitiveWideCStringEquals
Compares two wide C strings, ignoring case. Returns true iff they have the same content. Unlike wcscasecmp(), this function can handle NULL argument
test/gtest/gtest-all.cc:2920
FunctionChDir
test/gtest/gtest.h:2680
FunctionCheckedDowncastToActualType
test/gtest/gtest.h:2091
FunctionClearAdHocTestResult
Clears the results of ad-hoc test assertions.
test/gtest/gtest-all.cc:1093
FunctionClearTestCaseResult
Clears the results of all tests in the given test case.
test/gtest/gtest.h:17855
MethodClearTestPartResults
test/gtest/gtest-all.cc:1423
FunctionClearTestResult
test/gtest/gtest.h:17734
MethodClone
test/gtest/gtest.h:10233
MethodClone
test/gtest/gtest.h:13435
MethodClone
test/gtest/gtest.h:13558
MethodClone
test/gtest/gtest.h:13699
MethodClone
test/gtest/gtest.h:13857
MethodClone
test/gtest/gtest.h:14034
MethodClone
test/gtest/gtest.h:14228
MethodClone
test/gtest/gtest.h:14441
MethodClone
test/gtest/gtest.h:14670
MethodClone
test/gtest/gtest.h:14917
MethodCloneCString
Clones a 0-terminated C string, allocating memory using new. The caller is responsible for deleting[] the return value. Returns the cloned string, o
test/gtest/gtest-all.cc:2153
MethodCloseConnParser
test/test_hybrid.cpp:205
MethodCloseConnection
Closes the socket.
test/gtest/gtest-all.cc:4711
FunctionCmpHelperEQ
The helper function for {ASSERT|EXPECT}_EQ with int or enum arguments.
test/gtest/gtest-all.cc:2415
FunctionCmpHelperFloatingPointEQ
test/gtest/gtest.h:18579
FunctionCmpHelperSTRCASENE
The helper function for {ASSERT|EXPECT}_STRCASENE.
test/gtest/gtest-all.cc:2511
FunctionCmpHelperSTRNE
Helper function for *_STRNE on wide strings.
test/gtest/gtest-all.cc:2880
FunctionCombine
test/gtest/gtest.h:16454
MethodCompare
test/gtest/gtest.h:18373
MethodCompare
test/gtest/gtest.h:18406
MethodComputeCurrentValue
test/gtest/gtest.h:13468
MethodComputeCurrentValue
test/gtest/gtest.h:13595
MethodComputeCurrentValue
test/gtest/gtest.h:13740
MethodComputeCurrentValue
test/gtest/gtest.h:13902
MethodComputeCurrentValue
test/gtest/gtest.h:14083
MethodComputeCurrentValue
test/gtest/gtest.h:14281
MethodComputeCurrentValue
test/gtest/gtest.h:14498
MethodComputeCurrentValue
test/gtest/gtest.h:14731
MethodComputeCurrentValue
test/gtest/gtest.h:14982
MethodConcatPaths
Given directory = "dir", relative_path = "test.xml", returns "dir/test.xml". On Windows, uses \ as the separator rather than /.
test/gtest/gtest-all.cc:7619
MethodConfigureStreamingOutput
Initializes event listeners for streaming test results in String form. Must not be called before InitGoogleTest.
test/gtest/gtest-all.cc:5318
MethodConfigureXmlOutput
Initializes event listeners performing XML output as specified by UnitTestOptions. Must not be called before InitGoogleTest.
test/gtest/gtest-all.cc:5303
FunctionConnectionParsing_RequestHeaderData_REQUEST_HEADER_DATA
test/test_main.cpp:582
FunctionConnectionParsing_RequestTrailerData_REQUEST_TRAILER_DATA
test/test_main.cpp:645
FunctionConnectionParsing_ResponseHeaderData_RESPONSE_HEADER_DATA
test/test_main.cpp:694
FunctionConnectionParsing_ResponseTrailerData_RESPONSE_TRAILER_DATA
test/test_main.cpp:757
FunctionConstCharPtr
test/gtest/gtest.h:7420
MethodConstField
test/gtest/gtest.h:1325
MethodConstField
test/gtest/gtest.h:1337
MethodConstField
test/gtest/gtest.h:1349
MethodConstField
test/gtest/gtest.h:1361
MethodConstField
test/gtest/gtest.h:1373
MethodConstField
test/gtest/gtest.h:1385
MethodConstField
test/gtest/gtest.h:1397
MethodConstField
test/gtest/gtest.h:1409
MethodConstField
test/gtest/gtest.h:1421
MethodConstField
test/gtest/gtest.h:1433
MethodCreate
Creates and returns a death test by dispatching to the current death test factory.
test/gtest/gtest-all.cc:6502
MethodCreateKey
test/gtest/gtest.h:2423
MethodCreateTest
test/gtest/gtest.h:7209
MethodCreateTest
test/gtest/gtest.h:10292
MethodCurrent
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
test/gtest/gtest.h:10243
MethodCurrent
test/gtest/gtest.h:13438
MethodCurrent
test/gtest/gtest.h:13561
MethodCurrent
test/gtest/gtest.h:13702
MethodCurrent
test/gtest/gtest.h:13860
MethodCurrent
test/gtest/gtest.h:14037
MethodCurrent
test/gtest/gtest.h:14231
MethodCurrent
test/gtest/gtest.h:14444
MethodCurrent
test/gtest/gtest.h:14673
MethodCurrent
test/gtest/gtest.h:14920
MethodCurrentStackTrace
Returns the current OS stack trace as a String. Parameters: max_depth - the maximum number of stack frames to be included in the trace. skip_count
test/gtest/gtest-all.cc:4839
MethodDeathTest
Death test constructor. Increments the running death test count for the current test.
test/gtest/gtest-all.cc:6492
MethodDeathTestImpl
test/gtest/gtest-all.cc:6521
MethodDefaultGlobalTestPartResultReporter
test/gtest/gtest-all.cc:1964
MethodDefaultPerThreadTestPartResultReporter
test/gtest/gtest-all.cc:1973
FunctionDelete
test/gtest/gtest-all.cc:728
FunctionDeleteSelf_
Deletes self. We deliberately pick an unusual name for this internal method to avoid clashing with names used in user TESTs.
test/gtest/gtest.h:17462
MethodDistanceBetweenSignAndMagnitudeNumbers
Given two numbers in the sign-and-magnitude representation, returns the distance between them as an unsigned number.
test/gtest/gtest.h:7133
FunctionDoubleLE
Asserts that val1 is less than, or almost equal to, val2. Fails otherwise. In particular, it fails if either val1 or val2 is NaN.
test/gtest/gtest-all.cc:2406
FunctionDoubleNearPredFormat
Helper function for implementing ASSERT_NEAR.
test/gtest/gtest-all.cc:2340
FunctionDownCast_
use like this: DownCast_<T*>(foo);
test/gtest/gtest.h:2068
FunctionEXPECT_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
test/gtest/gtest-all.cc:137
MethodEnd
test/gtest/gtest.h:10212
MethodEnd
test/gtest/gtest.h:13402
MethodEnd
test/gtest/gtest.h:13518
MethodEnd
test/gtest/gtest.h:13651
MethodEnd
test/gtest/gtest.h:13802
MethodEnd
test/gtest/gtest.h:13972
MethodEnd
test/gtest/gtest.h:14159
MethodEnd
test/gtest/gtest.h:14364
MethodEnd
test/gtest/gtest.h:14586
MethodEnd
test/gtest/gtest.h:14826
MethodEndsWith
Returns true iff this String ends with the given suffix. *Any String is considered to end with a NULL or empty suffix.
test/gtest/gtest-all.cc:2970
MethodEq
test/gtest/gtest.h:1466
← previousnext →801–900 of 1,613, ranked by callers