MCPcopy Create free account

hub / github.com/OISF/libhtp / functions

Functions1,613 in github.com/OISF/libhtp

MethodPrettyUnitTestResultPrinter
test/gtest/gtest-all.cc:3992
MethodPrint
Note: we deliberately don't call this PrintTo(), as that name conflicts with ::testing::internal::PrintTo in the body of the function.
test/gtest/gtest.h:9776
MethodPrint
Prints the given array, omitting some elements when there are too many.
test/gtest/gtest.h:9828
MethodPrint
test/gtest/gtest.h:9844
FunctionPrintAsCharLiteralTo
test/gtest/gtest-all.cc:8696
FunctionPrintCharAndCodeTo
test/gtest/gtest-all.cc:8766
MethodPrintFailedTests
Internal helper for printing the list of failed tests.
test/gtest/gtest-all.cc:4134
MethodPrintPrefixTo
test/gtest/gtest.h:9900
MethodPrintPrefixTo
test/gtest/gtest.h:9922
MethodPrintPrefixTo
test/gtest/gtest.h:9935
MethodPrintTestName
test/gtest/gtest-all.cc:3993
FunctionPrintTo
test/gtest/gtest-all.cc:8791
MethodPrintValue
This default version is called when kTypeKind is kOtherType.
test/gtest/gtest.h:9320
MethodPrintValue
test/gtest/gtest.h:9334
MethodPrintValue
Since T has no << operator or PrintTo() but can be implicitly converted to BiggestInt, we print it as a BiggestInt. Most likely T is an enum type (ei
test/gtest/gtest.h:9353
MethodPrintXmlTestCase
Prints an XML representation of a TestCase object
test/gtest/gtest-all.cc:4576
MethodPrintXmlUnitTest
Prints an XML summary of unit_test to output stream out.
test/gtest/gtest-all.cc:4597
FunctionRBHTP_CONNP_CALLBACK
extras/ruby/HTP.c:388
FunctionRandom
test/gtest/gtest.h:7434
FunctionRange
test/gtest/gtest.h:15422
MethodRangeGenerator
test/gtest/gtest.h:10119
MethodReadAndInterpretStatusByte
Called in the parent process only. Reads the result code of the death test child process via a pipe, interprets it to set the outcome_ member, and clo
test/gtest/gtest-all.cc:6582
MethodReadEntireFile
Reads the entire content of a file as a string.
test/gtest/gtest-all.cc:8364
MethodRecordProperty
test/gtest/gtest-all.cc:1418
MethodRegister
'index' is the index of the test in the type list 'Types' specified in INSTANTIATE_TYPED_TEST_CASE_P(Prefix, TestCase, Types). Valid values for 'inde
test/gtest/gtest.h:7326
MethodRegister
test/gtest/gtest.h:7355
MethodRegister
test/gtest/gtest.h:7368
MethodRegister
test/gtest/gtest.h:7386
MethodRegisterParameterizedTests
This method expands all parameterized tests registered with macros TEST_P and INSTANTIATE_TEST_CASE_P into regular tests and registers those. This wil
test/gtest/gtest-all.cc:3603
MethodRegisterTests
test/gtest/gtest.h:10533
MethodRegisterUserCallbacks
test/test_hybrid.cpp:212
MethodReinterpretBits
Reinterprets a bit pattern as a floating-point number. This function is needed to test the AlmostEquals() method.
test/gtest/gtest.h:7052
MethodRelease
TODO(vladl@google.com): Factor the search functionality into Vector::Find.
test/gtest/gtest-all.cc:4246
MethodRemoveInvalidXmlCharacters
Returns the given string with all characters invalid in XML removed. Currently invalid characters are dropped from the string. An alternative is to re
test/gtest/gtest-all.cc:4473
FunctionReseed
test/gtest/gtest.h:7436
MethodReturnSentinel
test/gtest/gtest.h:8032
FunctionRmDir
test/gtest/gtest.h:2641
MethodRunAllTests
Runs all tests in this UnitTest object, prints the result, and returns true if all tests are successful. If any exception is thrown during a test, th
test/gtest/gtest-all.cc:5449
FunctionRunSetUpTestCase
Runs SetUpTestCase() for this TestCase. This wrapper is needed for catching exceptions thrown from SetUpTestCase().
test/gtest/gtest.h:17864
FunctionRunTearDownTestCase
Runs TearDownTestCase() for this TestCase. This wrapper is needed for catching exceptions thrown from TearDownTestCase().
test/gtest/gtest.h:17868
MethodScopedFakeTestPartResultReporter
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. Interc
test/gtest/gtest-all.cc:1841
MethodScopedTrace
Pushes the given source file location and message onto a per-thread trace stack maintained by Google Test. L < UnitTest::mutex_
test/gtest/gtest-all.cc:4812
MethodSend
Sends a string to the socket.
test/gtest/gtest-all.cc:4720
MethodSetParam
Sets parameter value. The caller is responsible for making sure the value remains alive and unchanged throughout the current test.
test/gtest/gtest.h:18708
MethodSetUp
test/test_bench.cpp:48
MethodSetUp
test/test_utils.cpp:788
MethodSetUp
test/test_utils.cpp:1282
MethodSetUp
test/test_main.cpp:48
MethodSetUp
test/test_gunzip.cpp:114
MethodSetUp
test/test_multipart.cpp:174
MethodSetUp
test/test_hybrid.cpp:185
MethodSetUp
test/test_hybrid.cpp:755
MethodSetUp
Override this to define how to set up the environment.
test/gtest/gtest.h:17941
FunctionSetUpEnvironment
Helpers for setting up / tearing down the given environment. They are for use in the ForEach() function.
test/gtest/gtest-all.cc:5437
FunctionSetUpTestCase
Sets up the stuff shared by all tests in this test case. Google Test will call Foo::SetUpTestCase() before running the first test in test case Foo.
test/gtest/gtest.h:17399
FunctionSetup
test/gtest/gtest.h:17484
MethodSetup
test/gtest/gtest.h:17949
FunctionShouldRunTest
Returns true if the given test should run.
test/gtest/gtest.h:17886
FunctionShouldRunTestCase
Returns true iff test_case contains at least one test that should run.
test/gtest/gtest-all.cc:1639
MethodShowCStringQuoted
Returns the input enclosed in double quotes if it's not NULL; otherwise returns "(null)". For example, "\"Hello\"" is returned for input "Hello". Th
test/gtest/gtest-all.cc:2131
MethodShowWideCString
Converts a wide C string to a String using the UTF-8 encoding. NULL will be converted to "(null)".
test/gtest/gtest-all.cc:2834
MethodShowWideCStringQuoted
Similar to ShowWideCString(), except that this function encloses the converted string in double quotes.
test/gtest/gtest-all.cc:2842
MethodShuffleTests
Shuffles the tests in this test case.
test/gtest/gtest-all.cc:3767
MethodSignAndMagnitudeToBiased
Converts an integer from the sign-and-magnitude representation to the biased representation. More precisely, let N be 2 to the power of (kBitCount -
test/gtest/gtest.h:7121
FunctionStaticAssertTypeEq
test/gtest/gtest.h:19456
FunctionStreamHelper
test/gtest/gtest.h:8695
MethodStreamingListener
test/gtest/gtest-all.cc:4639
MethodSuppressTestEventsIfInSubprocess
Disables event forwarding if the control is currently in a death test subprocess. Must not be called before InitGoogleTest.
test/gtest/gtest-all.cc:5295
FunctionSzAlloc
htp/htp_decompressors.c:44
FunctionSzFree
htp/htp_decompressors.c:45
FunctionTEST
test/test_utils.cpp:46
FunctionTEST
test/test_bstr.cpp:45
FunctionTEST_F
test/test_bench.cpp:73
FunctionTEST_F
test/test_utils.cpp:811
FunctionTEST_F
test/test_main.cpp:73
FunctionTEST_F
test/test_gunzip.cpp:158
FunctionTEST_F
test/test_multipart.cpp:208
FunctionTEST_F
* Test hybrid mode with one complete GET transaction; request then response * with a body. Most features are tested, including query string parameter
test/test_hybrid.cpp:243
FunctionTEST_F
test/gtest/gtest.h:8894
FunctionTEST_P
test/gtest/gtest.h:8791
FunctionTYPED_TEST
Then, use TYPED_TEST() instead of TEST_F() to define as many typed tests for this test case as you want.
test/gtest/gtest.h:16899
FunctionTYPED_TEST_P
Then, use TYPED_TEST_P() to define as many type-parameterized tests for this type-parameterized test case as you want.
test/gtest/gtest.h:16950
MethodTearDown
test/test_bench.cpp:61
MethodTearDown
test/test_utils.cpp:797
MethodTearDown
test/test_utils.cpp:1290
MethodTearDown
test/test_main.cpp:61
MethodTearDown
test/test_gunzip.cpp:135
MethodTearDown
test/test_multipart.cpp:185
MethodTearDown
test/test_hybrid.cpp:198
MethodTearDown
test/test_hybrid.cpp:760
MethodTearDown
Override this to define how to tear down the environment.
test/gtest/gtest.h:17944
FunctionTearDownEnvironment
test/gtest/gtest-all.cc:5438
FunctionTearDownTestCase
Tears down the stuff shared by all tests in this test case. Google Test will call Foo::TearDownTestCase() after running the last test in test case Fo
test/gtest/gtest.h:17407
MethodTersePrintPrefixToStrings
test/gtest/gtest.h:9910
MethodTersePrintPrefixToStrings
test/gtest/gtest.h:9925
MethodTersePrintPrefixToStrings
test/gtest/gtest.h:9941
MethodTest
The c'tor saves the values of all Google Test flags.
test/gtest/gtest-all.cc:3201
MethodTestCase
Creates a TestCase with the given name. Arguments: name: name of the test case a_type_param: the name of the test case's type parameter, or
test/gtest/gtest-all.cc:3695
FunctionTestCaseFailed
Returns true iff the test case failed.
test/gtest/gtest-all.cc:1633
MethodTestCaseNameIs
Constructor.
test/gtest/gtest-all.cc:5376
← previousnext →1,101–1,200 of 1,613, ranked by callers