Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/awslabs/aws-lambda-cpp
/ functions
Functions
1,190 in github.com/awslabs/aws-lambda-cpp
⨍
Functions
1,190
◇
Types & classes
548
Method
Desc
tests/gtest/gtest.h:9490
Method
Desc
tests/gtest/gtest.h:9498
Method
Desc
tests/gtest/gtest.h:9506
Method
Desc
tests/gtest/gtest.h:9514
Method
DescribeNegationTo
Describes the negation of this matcher to an ostream. For example, if the description of this matcher is "is greater than 7", the negated description
tests/gtest/gtest.h:9037
Method
DescribeNegationTo
tests/gtest/gtest.h:9098
Method
DescribeNegationTo
tests/gtest/gtest.h:9382
Method
DescribeNegationTo
tests/gtest/gtest.h:9458
Method
DescribeNegationTo
tests/gtest/gtest.h:9560
Method
DescribeTo
tests/gtest/gtest.h:9096
Method
DescribeTo
tests/gtest/gtest.h:9380
Method
DescribeTo
tests/gtest/gtest.h:9454
Method
DescribeTo
tests/gtest/gtest.h:9555
Method
DistanceBetweenSignAndMagnitudeNumbers
Given two numbers in the sign-and-magnitude representation, returns the distance between them as an unsigned number.
tests/gtest/gtest.h:6812
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.
tests/gtest/gtest-all.cc:2921
Function
DoubleNearPredFormat
Helper function for implementing ASSERT_NEAR.
tests/gtest/gtest-all.cc:2857
Function
DownCast_
use like this: DownCast_<T*>(foo);
tests/gtest/gtest.h:1353
Method
DummyMatchResultListener
tests/gtest/gtest.h:9141
Method
End
tests/gtest/gtest.h:10694
Method
End
tests/gtest/gtest.h:11154
Method
EndsWithCaseInsensitive
Returns true iff str ends with the given suffix, ignoring case. Any string is considered to end with an empty suffix.
tests/gtest/gtest-all.cc:3441
Method
EqMatcher
tests/gtest/gtest.h:9472
Method
Equals
tests/gtest/gtest.h:10729
Method
Equals
tests/gtest/gtest.h:11194
Method
EscapeJson
Returns an JSON-escaped copy of the input string str.
tests/gtest/gtest-all.cc:5498
Method
EscapeXml
Returns an XML-escaped copy of the input string str. If is_attribute is true, the text is meant to appear as an attribute value, and normalizable whi
tests/gtest/gtest-all.cc:5086
Method
EscapeXmlAttribute
Convenience wrapper around EscapeXml when str is an attribute value.
tests/gtest/gtest-all.cc:5000
Method
EscapeXmlText
Convenience wrapper around EscapeXml when str is not an attribute value.
tests/gtest/gtest-all.cc:5005
Method
EventForwardingEnabled
Controls whether events will be forwarded by the repeater to the listeners in the list.
tests/gtest/gtest-all.cc:6032
Method
ExecDeathTest
tests/gtest/gtest-all.cc:8755
Function
ExitedUnsuccessfully
Returns true if exit_status describes a process that was terminated by a signal, or exited normally with a nonzero exit code.
tests/gtest/gtest-all.cc:7828
Method
ExitedWithCode
ExitedWithCode constructor.
tests/gtest/gtest-all.cc:7761
Method
ExplainMatchResultTo
Explains why x matches, or doesn't match, the matcher.
tests/gtest/gtest.h:9186
Method
ExtractSummary
Gets the summary of the failure message by omitting the stack trace in it.
tests/gtest/gtest-all.cc:11585
Function
FReopen
tests/gtest/gtest.h:2337
Method
FactoryImpl
tests/gtest/gtest.h:14884
Method
FilterMatchesTest
Returns true iff the user-specified filter matches the test suite name and the test name.
tests/gtest/gtest-all.cc:2010
Method
FilterTests
Compares the name of each test with the user-specified filter to decide whether the test should be run, then records the result in each TestSuite and
tests/gtest/gtest-all.cc:6919
Method
FindLastPathSeparator
Returns a pointer to the last occurrence of a valid path separator in the FilePath. On Windows, for example, both '/' and '\' are valid path separator
tests/gtest/gtest-all.cc:9369
Method
FlatTuple
tests/gtest/gtest.h:7678
Method
FlatTupleBase
tests/gtest/gtest.h:7657
Method
FlatTupleElemBase
tests/gtest/gtest.h:7645
Function
FloatLE
Asserts that val1 is less than, or almost equal to, val2. Fails otherwise. In particular, it fails if either val1 or val2 is NaN.
tests/gtest/gtest-all.cc:2914
Method
FloatingPoint
Constructs a FloatingPoint from a raw floating-point number. On an Intel CPU, passing a non-normalized NAN (Not a Number) around may change its bits,
tests/gtest/gtest.h:6721
Function
FloatingPointLE
tests/gtest/gtest-all.cc:2877
Method
FlushEdits
tests/gtest/gtest-all.cc:2659
Method
ForkingDeathTest
Constructs a ForkingDeathTest.
tests/gtest/gtest-all.cc:8677
Method
Format
tests/gtest/gtest.h:8297
Method
Format
tests/gtest/gtest.h:8306
Method
FormatBool
tests/gtest/gtest-all.cc:1588
Method
FormatByte
Formats a byte as "%02X".
tests/gtest/gtest-all.cc:3470
Method
FormatHexInt
Formats an int value as "%X".
tests/gtest/gtest-all.cc:3465
Method
FormatHexUInt32
Formats an int value as "%X".
tests/gtest/gtest-all.cc:3458
Method
FormatIntWidth2
Formats an int value as "%02d".
tests/gtest/gtest-all.cc:3451
Method
FuchsiaDeathTest
tests/gtest/gtest-all.cc:8412
Method
FullMatch
Returns true iff regular expression re matches the entire str.
tests/gtest/gtest-all.cc:10423
Method
GTestFlagSaver
The c'tor.
tests/gtest/gtest-all.cc:551
Method
GTestLog
tests/gtest/gtest-all.cc:10750
Method
GTestMutexLock
tests/gtest/gtest.h:1696
Method
GTestShouldProcessSEH
Returns EXCEPTION_EXECUTE_HANDLER if Google Test should handle the given SEH exception, or EXCEPTION_CONTINUE_SEARCH otherwise. This function is usefu
tests/gtest/gtest-all.cc:2042
Function
Ge
tests/gtest/gtest.h:9622
Method
GeMatcher
tests/gtest/gtest.h:9512
Function
GenerateNames
tests/gtest/gtest.h:7110
Function
GenerateNamesRecursively
tests/gtest/gtest.h:7100
Method
GenerateUniqueFileName
Returns a pathname for a file that does not currently exist. The pathname will be directory/base_name.extension or directory/base_name_<number>.extens
tests/gtest/gtest-all.cc:9516
Method
GetAbsolutePathToOutputFile
Returns the name of the requested output file, or the default if none was explicitly specified.
tests/gtest/gtest-all.cc:1935
Method
GetArgvsForDeathTestChildProcess
tests/gtest/gtest-all.cc:8763
Function
GetBoolAssertionFailureMessage
Constructs a failure message for Boolean assertions such as EXPECT_TRUE.
tests/gtest/gtest-all.cc:2841
Function
GetCapturedStdout
Stops capturing stdout and returns the captured string.
tests/gtest/gtest-all.cc:10900
Method
GetCurrentDir
Returns the current working directory, or "" if unsuccessful.
tests/gtest/gtest-all.cc:9331
Function
GetCurrentOsStackTraceExceptTop
Returns the current OS stack trace as an std::string. The maximum number of stack frames to be included is specified by the gtest_stack_trace_depth f
tests/gtest/gtest-all.cc:7120
Method
GetDescriber
Returns the describer for this matcher object; retains ownership of the describer, which is only guaranteed to be alive when this matcher object is al
tests/gtest/gtest.h:9194
Method
GetErrorLogs
tests/gtest/gtest-all.cc:8099
Method
GetInstance
Gets the singleton UnitTest object. The first time this method is called, a UnitTest object is constructed and returned. Consecutive calls will retu
tests/gtest/gtest-all.cc:6049
Method
GetMutableTestInfo
Returns the i-th test among all the tests. i can range from 0 to total_test_count() - 1. If i is not in that range, returns NULL.
tests/gtest/gtest-all.cc:4274
Method
GetMutableTestSuite
Gets the i-th test suite among all the test suites. i can range from 0 to total_test_suite_count() - 1. If i is not in that range, returns NULL.
tests/gtest/gtest-all.cc:6173
Method
GetName
tests/gtest/gtest.h:7089
Method
GetOrCreateValue
tests/gtest/gtest.h:1857
Method
GetOutputFormat
Returns the output format, or "" for normal printed output.
tests/gtest/gtest-all.cc:1924
Method
GetSetUpCaseOrSuite
tests/gtest/gtest.h:6944
Method
GetTearDownCaseOrSuite
tests/gtest/gtest.h:6959
Function
GetTestCase
tests/gtest/gtest-all.cc:990
Method
GetTestCase
tests/gtest/gtest-all.cc:6160
Method
GetTestCasePatternHolder
tests/gtest/gtest.h:11096
Method
GetTestSuitePatternHolder
tests/gtest/gtest.h:11060
Method
GetThreadLocalsMapLocked
Returns map of thread local instances.
tests/gtest/gtest-all.cc:10375
Function
GetTypeId
tests/gtest/gtest.h:6858
Function
GetTypeName
tests/gtest/gtest.h:3235
Method
GetValueOnCurrentThread
Registers thread_local_instance as having value on the current thread. Returns a value that can be used to identify the thread from other threads.
tests/gtest/gtest-all.cc:10241
Method
GetValueOnCurrentThread
tests/gtest/gtest-all.cc:10393
Method
GoogleTestFailureException
tests/gtest/gtest-all.cc:3893
Function
Gt
tests/gtest/gtest.h:9628
Method
GtMatcher
tests/gtest/gtest.h:9496
Function
HasFailure
Returns true iff the current test has a (either fatal or non-fatal) failure.
tests/gtest/gtest.h:12901
Method
HasFatalFailure
Returns true iff the test fatally failed.
tests/gtest/gtest-all.cc:3709
Method
HasNewFatalFailureHelper
tests/gtest/gtest-all.cc:11626
Method
HasNonfatalFailure
Returns true iff the test has a non-fatal failure.
tests/gtest/gtest-all.cc:3719
Function
HasOneFailure
This predicate-formatter checks that 'results' contains a test part failure of the given type and that the failure message contains the given substrin
tests/gtest/gtest-all.cc:2139
Method
HasSameFixtureClass
Google Test requires all tests in the same test suite to use the same test fixture class. This function checks if the current test has the same fixtu
tests/gtest/gtest-all.cc:3794
Method
Hunk
tests/gtest/gtest-all.cc:2621
← previous
next →
501–600 of 1,190, ranked by callers