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
CartesianProductHolder3
test/gtest/gtest.h:15089
Method
CartesianProductHolder4
test/gtest/gtest.h:15114
Method
CartesianProductHolder5
test/gtest/gtest.h:15141
Method
CartesianProductHolder6
test/gtest/gtest.h:15170
Method
CartesianProductHolder7
test/gtest/gtest.h:15203
Method
CartesianProductHolder8
test/gtest/gtest.h:15240
Method
CartesianProductHolder9
test/gtest/gtest.h:15280
Method
CaseInsensitiveCStringEquals
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
Method
CaseInsensitiveWideCStringEquals
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
Function
ChDir
test/gtest/gtest.h:2680
Function
CheckedDowncastToActualType
test/gtest/gtest.h:2091
Function
ClearAdHocTestResult
Clears the results of ad-hoc test assertions.
test/gtest/gtest-all.cc:1093
Function
ClearTestCaseResult
Clears the results of all tests in the given test case.
test/gtest/gtest.h:17855
Method
ClearTestPartResults
test/gtest/gtest-all.cc:1423
Function
ClearTestResult
test/gtest/gtest.h:17734
Method
Clone
test/gtest/gtest.h:10233
Method
Clone
test/gtest/gtest.h:13435
Method
Clone
test/gtest/gtest.h:13558
Method
Clone
test/gtest/gtest.h:13699
Method
Clone
test/gtest/gtest.h:13857
Method
Clone
test/gtest/gtest.h:14034
Method
Clone
test/gtest/gtest.h:14228
Method
Clone
test/gtest/gtest.h:14441
Method
Clone
test/gtest/gtest.h:14670
Method
Clone
test/gtest/gtest.h:14917
Method
CloneCString
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
Method
CloseConnParser
test/test_hybrid.cpp:205
Method
CloseConnection
Closes the socket.
test/gtest/gtest-all.cc:4711
Function
CmpHelperEQ
The helper function for {ASSERT|EXPECT}_EQ with int or enum arguments.
test/gtest/gtest-all.cc:2415
Function
CmpHelperFloatingPointEQ
test/gtest/gtest.h:18579
Function
CmpHelperSTRCASENE
The helper function for {ASSERT|EXPECT}_STRCASENE.
test/gtest/gtest-all.cc:2511
Function
CmpHelperSTRNE
Helper function for *_STRNE on wide strings.
test/gtest/gtest-all.cc:2880
Function
Combine
test/gtest/gtest.h:16454
Method
Compare
test/gtest/gtest.h:18373
Method
Compare
test/gtest/gtest.h:18406
Method
ComputeCurrentValue
test/gtest/gtest.h:13468
Method
ComputeCurrentValue
test/gtest/gtest.h:13595
Method
ComputeCurrentValue
test/gtest/gtest.h:13740
Method
ComputeCurrentValue
test/gtest/gtest.h:13902
Method
ComputeCurrentValue
test/gtest/gtest.h:14083
Method
ComputeCurrentValue
test/gtest/gtest.h:14281
Method
ComputeCurrentValue
test/gtest/gtest.h:14498
Method
ComputeCurrentValue
test/gtest/gtest.h:14731
Method
ComputeCurrentValue
test/gtest/gtest.h:14982
Method
ConcatPaths
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
Method
ConfigureStreamingOutput
Initializes event listeners for streaming test results in String form. Must not be called before InitGoogleTest.
test/gtest/gtest-all.cc:5318
Method
ConfigureXmlOutput
Initializes event listeners performing XML output as specified by UnitTestOptions. Must not be called before InitGoogleTest.
test/gtest/gtest-all.cc:5303
Function
ConnectionParsing_RequestHeaderData_REQUEST_HEADER_DATA
test/test_main.cpp:582
Function
ConnectionParsing_RequestTrailerData_REQUEST_TRAILER_DATA
test/test_main.cpp:645
Function
ConnectionParsing_ResponseHeaderData_RESPONSE_HEADER_DATA
test/test_main.cpp:694
Function
ConnectionParsing_ResponseTrailerData_RESPONSE_TRAILER_DATA
test/test_main.cpp:757
Function
ConstCharPtr
test/gtest/gtest.h:7420
Method
ConstField
test/gtest/gtest.h:1325
Method
ConstField
test/gtest/gtest.h:1337
Method
ConstField
test/gtest/gtest.h:1349
Method
ConstField
test/gtest/gtest.h:1361
Method
ConstField
test/gtest/gtest.h:1373
Method
ConstField
test/gtest/gtest.h:1385
Method
ConstField
test/gtest/gtest.h:1397
Method
ConstField
test/gtest/gtest.h:1409
Method
ConstField
test/gtest/gtest.h:1421
Method
ConstField
test/gtest/gtest.h:1433
Method
Create
Creates and returns a death test by dispatching to the current death test factory.
test/gtest/gtest-all.cc:6502
Method
CreateKey
test/gtest/gtest.h:2423
Method
CreateTest
test/gtest/gtest.h:7209
Method
CreateTest
test/gtest/gtest.h:10292
Method
Current
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
Method
Current
test/gtest/gtest.h:13438
Method
Current
test/gtest/gtest.h:13561
Method
Current
test/gtest/gtest.h:13702
Method
Current
test/gtest/gtest.h:13860
Method
Current
test/gtest/gtest.h:14037
Method
Current
test/gtest/gtest.h:14231
Method
Current
test/gtest/gtest.h:14444
Method
Current
test/gtest/gtest.h:14673
Method
Current
test/gtest/gtest.h:14920
Method
CurrentStackTrace
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
Method
DeathTest
Death test constructor. Increments the running death test count for the current test.
test/gtest/gtest-all.cc:6492
Method
DeathTestImpl
test/gtest/gtest-all.cc:6521
Method
DefaultGlobalTestPartResultReporter
test/gtest/gtest-all.cc:1964
Method
DefaultPerThreadTestPartResultReporter
test/gtest/gtest-all.cc:1973
Function
Delete
test/gtest/gtest-all.cc:728
Function
DeleteSelf_
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
Method
DistanceBetweenSignAndMagnitudeNumbers
Given two numbers in the sign-and-magnitude representation, returns the distance between them as an unsigned number.
test/gtest/gtest.h:7133
Function
DoubleLE
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
Function
DoubleNearPredFormat
Helper function for implementing ASSERT_NEAR.
test/gtest/gtest-all.cc:2340
Function
DownCast_
use like this: DownCast_<T*>(foo);
test/gtest/gtest.h:2068
Function
EXPECT_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
Method
End
test/gtest/gtest.h:10212
Method
End
test/gtest/gtest.h:13402
Method
End
test/gtest/gtest.h:13518
Method
End
test/gtest/gtest.h:13651
Method
End
test/gtest/gtest.h:13802
Method
End
test/gtest/gtest.h:13972
Method
End
test/gtest/gtest.h:14159
Method
End
test/gtest/gtest.h:14364
Method
End
test/gtest/gtest.h:14586
Method
End
test/gtest/gtest.h:14826
Method
EndsWith
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
Method
Eq
test/gtest/gtest.h:1466
← previous
next →
801–900 of 1,613, ranked by callers