Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OISF/libhtp
/ functions
Functions
1,613 in github.com/OISF/libhtp
⨍
Functions
1,613
◇
Types & classes
650
Method
PrettyUnitTestResultPrinter
test/gtest/gtest-all.cc:3992
Method
Print
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
Method
Print
Prints the given array, omitting some elements when there are too many.
test/gtest/gtest.h:9828
Method
Print
test/gtest/gtest.h:9844
Function
PrintAsCharLiteralTo
test/gtest/gtest-all.cc:8696
Function
PrintCharAndCodeTo
test/gtest/gtest-all.cc:8766
Method
PrintFailedTests
Internal helper for printing the list of failed tests.
test/gtest/gtest-all.cc:4134
Method
PrintPrefixTo
test/gtest/gtest.h:9900
Method
PrintPrefixTo
test/gtest/gtest.h:9922
Method
PrintPrefixTo
test/gtest/gtest.h:9935
Method
PrintTestName
test/gtest/gtest-all.cc:3993
Function
PrintTo
test/gtest/gtest-all.cc:8791
Method
PrintValue
This default version is called when kTypeKind is kOtherType.
test/gtest/gtest.h:9320
Method
PrintValue
test/gtest/gtest.h:9334
Method
PrintValue
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
Method
PrintXmlTestCase
Prints an XML representation of a TestCase object
test/gtest/gtest-all.cc:4576
Method
PrintXmlUnitTest
Prints an XML summary of unit_test to output stream out.
test/gtest/gtest-all.cc:4597
Function
RBHTP_CONNP_CALLBACK
extras/ruby/HTP.c:388
Function
Random
test/gtest/gtest.h:7434
Function
Range
test/gtest/gtest.h:15422
Method
RangeGenerator
test/gtest/gtest.h:10119
Method
ReadAndInterpretStatusByte
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
Method
ReadEntireFile
Reads the entire content of a file as a string.
test/gtest/gtest-all.cc:8364
Method
RecordProperty
test/gtest/gtest-all.cc:1418
Method
Register
'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
Method
Register
test/gtest/gtest.h:7355
Method
Register
test/gtest/gtest.h:7368
Method
Register
test/gtest/gtest.h:7386
Method
RegisterParameterizedTests
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
Method
RegisterTests
test/gtest/gtest.h:10533
Method
RegisterUserCallbacks
test/test_hybrid.cpp:212
Method
ReinterpretBits
Reinterprets a bit pattern as a floating-point number. This function is needed to test the AlmostEquals() method.
test/gtest/gtest.h:7052
Method
Release
TODO(vladl@google.com): Factor the search functionality into Vector::Find.
test/gtest/gtest-all.cc:4246
Method
RemoveInvalidXmlCharacters
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
Function
Reseed
test/gtest/gtest.h:7436
Method
ReturnSentinel
test/gtest/gtest.h:8032
Function
RmDir
test/gtest/gtest.h:2641
Method
RunAllTests
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
Function
RunSetUpTestCase
Runs SetUpTestCase() for this TestCase. This wrapper is needed for catching exceptions thrown from SetUpTestCase().
test/gtest/gtest.h:17864
Function
RunTearDownTestCase
Runs TearDownTestCase() for this TestCase. This wrapper is needed for catching exceptions thrown from TearDownTestCase().
test/gtest/gtest.h:17868
Method
ScopedFakeTestPartResultReporter
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
Method
ScopedTrace
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
Method
Send
Sends a string to the socket.
test/gtest/gtest-all.cc:4720
Method
SetParam
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
Method
SetUp
test/test_bench.cpp:48
Method
SetUp
test/test_utils.cpp:788
Method
SetUp
test/test_utils.cpp:1282
Method
SetUp
test/test_main.cpp:48
Method
SetUp
test/test_gunzip.cpp:114
Method
SetUp
test/test_multipart.cpp:174
Method
SetUp
test/test_hybrid.cpp:185
Method
SetUp
test/test_hybrid.cpp:755
Method
SetUp
Override this to define how to set up the environment.
test/gtest/gtest.h:17941
Function
SetUpEnvironment
Helpers for setting up / tearing down the given environment. They are for use in the ForEach() function.
test/gtest/gtest-all.cc:5437
Function
SetUpTestCase
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
Function
Setup
test/gtest/gtest.h:17484
Method
Setup
test/gtest/gtest.h:17949
Function
ShouldRunTest
Returns true if the given test should run.
test/gtest/gtest.h:17886
Function
ShouldRunTestCase
Returns true iff test_case contains at least one test that should run.
test/gtest/gtest-all.cc:1639
Method
ShowCStringQuoted
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
Method
ShowWideCString
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
Method
ShowWideCStringQuoted
Similar to ShowWideCString(), except that this function encloses the converted string in double quotes.
test/gtest/gtest-all.cc:2842
Method
ShuffleTests
Shuffles the tests in this test case.
test/gtest/gtest-all.cc:3767
Method
SignAndMagnitudeToBiased
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
Function
StaticAssertTypeEq
test/gtest/gtest.h:19456
Function
StreamHelper
test/gtest/gtest.h:8695
Method
StreamingListener
test/gtest/gtest-all.cc:4639
Method
SuppressTestEventsIfInSubprocess
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
Function
SzAlloc
htp/htp_decompressors.c:44
Function
SzFree
htp/htp_decompressors.c:45
Function
TEST
test/test_utils.cpp:46
Function
TEST
test/test_bstr.cpp:45
Function
TEST_F
test/test_bench.cpp:73
Function
TEST_F
test/test_utils.cpp:811
Function
TEST_F
test/test_main.cpp:73
Function
TEST_F
test/test_gunzip.cpp:158
Function
TEST_F
test/test_multipart.cpp:208
Function
TEST_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
Function
TEST_F
test/gtest/gtest.h:8894
Function
TEST_P
test/gtest/gtest.h:8791
Function
TYPED_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
Function
TYPED_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
Method
TearDown
test/test_bench.cpp:61
Method
TearDown
test/test_utils.cpp:797
Method
TearDown
test/test_utils.cpp:1290
Method
TearDown
test/test_main.cpp:61
Method
TearDown
test/test_gunzip.cpp:135
Method
TearDown
test/test_multipart.cpp:185
Method
TearDown
test/test_hybrid.cpp:198
Method
TearDown
test/test_hybrid.cpp:760
Method
TearDown
Override this to define how to tear down the environment.
test/gtest/gtest.h:17944
Function
TearDownEnvironment
test/gtest/gtest-all.cc:5438
Function
TearDownTestCase
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
Method
TersePrintPrefixToStrings
test/gtest/gtest.h:9910
Method
TersePrintPrefixToStrings
test/gtest/gtest.h:9925
Method
TersePrintPrefixToStrings
test/gtest/gtest.h:9941
Method
Test
The c'tor saves the values of all Google Test flags.
test/gtest/gtest-all.cc:3201
Method
TestCase
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
Function
TestCaseFailed
Returns true iff the test case failed.
test/gtest/gtest-all.cc:1633
Method
TestCaseNameIs
Constructor.
test/gtest/gtest-all.cc:5376
← previous
next →
1,101–1,200 of 1,613, ranked by callers