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
↓ 1 callers
Function
LoadFlagsFromFile
tests/gtest/gtest-all.cc:7400
↓ 1 callers
Function
LogToStderr
tests/gtest/gtest.h:1237
↓ 1 callers
Function
MatchRepetitionAndRegexAtHead
Matches a repeated regex atom followed by a valid simple regular expression. The regex atom is defined as c if escaped is false, or \c otherwise. re
tests/gtest/gtest-all.cc:10587
↓ 1 callers
Method
Matches
Returns true iff this matcher matches x.
tests/gtest/gtest.h:9172
↓ 1 callers
Function
Mutex
This constructor intentionally does nothing. It relies on type_ being statically initialized to 0 (effectively setting it to kStatic) and on ThreadSa
tests/gtest/gtest.h:1653
↓ 1 callers
Method
NewValueForCurrentThread
tests/gtest/gtest.h:1862
↓ 1 callers
Method
OnEnvironmentsSetUpEnd
tests/gtest/gtest-all.cc:4605
↓ 1 callers
Method
OnEnvironmentsSetUpStart
tests/gtest/gtest-all.cc:4657
↓ 1 callers
Method
OnEnvironmentsTearDownEnd
tests/gtest/gtest-all.cc:4612
↓ 1 callers
Method
OnEnvironmentsTearDownStart
tests/gtest/gtest-all.cc:4733
↓ 1 callers
Method
OnTestCaseEnd
tests/gtest/gtest-all.cc:4722
↓ 1 callers
Method
OnTestCaseStart
tests/gtest/gtest-all.cc:4664
↓ 1 callers
Method
OnTestEnd
tests/gtest/gtest-all.cc:4701
↓ 1 callers
Method
OnTestIterationEnd
tests/gtest/gtest-all.cc:4789
↓ 1 callers
Method
OnTestIterationStart
Fired before each iteration of tests starts.
tests/gtest/gtest-all.cc:4622
↓ 1 callers
Method
OnTestPartResult
Called after an assertion failure.
tests/gtest/gtest-all.cc:4685
↓ 1 callers
Method
OnTestProgramEnd
tests/gtest/gtest-all.cc:1525
↓ 1 callers
Method
OnTestProgramStart
tests/gtest/gtest-all.cc:1521
↓ 1 callers
Method
OnTestStart
tests/gtest/gtest-all.cc:4677
↓ 1 callers
Method
OnTestSuiteEnd
Fired after the test suite ends.
tests/gtest/gtest.h:13555
↓ 1 callers
Method
OnTestSuiteStart
Fired before the test suite starts.
tests/gtest/gtest.h:13536
↓ 1 callers
Function
OutputFlagAlsoCheckEnvVar
As a special case for the 'output' flag, if GTEST_OUTPUT is not set, we look for XML_OUTPUT_FILE, which is set by the Bazel build system. The value o
tests/gtest/gtest-all.cc:11084
↓ 1 callers
Function
ParseGoogleTestFlagsOnly
Parses the command line for Google Test flags, without initializing other parts of Google Test.
tests/gtest/gtest-all.cc:7476
↓ 1 callers
Function
ParseInternalRunDeathTestFlag
Returns a newly created InternalRunDeathTestFlag object with fields initialized from the GTEST_FLAG(internal_run_death_test) flag if the flag is speci
tests/gtest/gtest-all.cc:9183
↓ 1 callers
Function
PartialMatch
tests/gtest/gtest.h:1162
↓ 1 callers
Function
Passed
Returns true iff the unit test passed (i.e. all test suites passed).
tests/gtest/gtest-all.cc:973
↓ 1 callers
Method
PostFlagParsingInit
Performs initialization dependent upon flag values obtained in ParseGoogleTestFlagsOnly. Is called from InitGoogleTest after the call to ParseGoogleT
tests/gtest/gtest-all.cc:6536
↓ 1 callers
Function
PrintAsStringLiteralTo
Prints a wchar_t c as if it's part of a string literal, escaping it when necessary; returns how c was formatted.
tests/gtest/gtest-all.cc:11299
↓ 1 callers
Function
PrintBytesInObjectTo
Delegates to PrintBytesInObjectToImpl() to print the bytes in the given object. The delegation simplifies the implementation, which uses the << opera
tests/gtest/gtest-all.cc:11217
↓ 1 callers
Function
PrintBytesInObjectToImpl
Prints the bytes in the given value to the given ostream.
tests/gtest/gtest-all.cc:11186
↓ 1 callers
Function
PrintColorEncoded
Prints a string containing code-encoded text. The following escape sequences can be used in the string to control the text color: @@ prints a sin
tests/gtest/gtest-all.cc:7270
↓ 1 callers
Method
PrintJsonTestList
tests/gtest/gtest-all.cc:5754
↓ 1 callers
Function
PrintStringTo
tests/gtest/gtest-all.cc:11529
↓ 1 callers
Function
PrintTestPartResult
Prints a TestPartResult.
tests/gtest/gtest-all.cc:4402
↓ 1 callers
Method
PrintTo
tests/gtest/gtest-all.cc:2646
↓ 1 callers
Function
PrintTupleTo
tests/gtest/gtest.h:8607
↓ 1 callers
Function
PrintWideStringTo
tests/gtest/gtest-all.cc:11538
↓ 1 callers
Method
PrintXmlTestsList
tests/gtest/gtest-all.cc:5369
↓ 1 callers
Function
RE
Constructs an RE from a string.
tests/gtest/gtest.h:1147
↓ 1 callers
Function
RUN_ALL_TESTS
tests/gtest/gtest.h:14911
↓ 1 callers
Method
RecordProperty
Adds a test property to the list. If a property with the same key as the supplied property is already represented, the value of this test_property rep
tests/gtest/gtest-all.cc:3554
↓ 1 callers
Method
RemoveDirectoryName
Returns a copy of the FilePath with the directory part removed. Example: FilePath("path/to/file").RemoveDirectoryName() returns FilePath("file"). If t
tests/gtest/gtest-all.cc:9388
↓ 1 callers
Method
RemoveExtension
Returns a copy of the FilePath with the case-insensitive extension removed. Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns FilePath(
tests/gtest/gtest-all.cc:9357
↓ 1 callers
Function
ReportInvalidTestSuiteType
tests/gtest/gtest-all.cc:4087
↓ 1 callers
Method
ReportTestPartResult
Increments the test part result count and remembers the result. This method is from the TestPartResultReporterInterface interface.
tests/gtest/gtest-all.cc:2112
↓ 1 callers
Function
Set
tests/gtest/gtest.h:3021
↓ 1 callers
Method
SetDefaultResultPrinter
Sets the default_result_printer attribute to the provided listener. The listener is also added to the listener list and previous default_result_printe
tests/gtest/gtest-all.cc:6005
↓ 1 callers
Method
SetUp
Sets up the test fixture. A sub-class may override this.
tests/gtest/gtest-all.cc:3752
↓ 1 callers
Method
SetValue
Sets a new value, overriding the one supplied in the constructor.
tests/gtest/gtest.h:13000
↓ 1 callers
Function
ShouldRunTestOnShard
Given the total number of shards, the shard index, and the test id, returns true iff the test should be run on this shard. The test id is some arbitra
tests/gtest/gtest-all.cc:6908
↓ 1 callers
Function
ShouldUseColor
Returns true iff Google Test should use colors in the output.
tests/gtest/gtest-all.cc:4482
↓ 1 callers
Function
Shuffle
tests/gtest/gtest-all.cc:726
↓ 1 callers
Function
SkipSpaces
Skips to the first non-space char in str. Returns an empty string if str contains only whitespace characters.
tests/gtest/gtest-all.cc:11687
↓ 1 callers
Function
SleepMilliseconds
Sleeps for (roughly) n milliseconds. This function is only for testing Google Test's own constructs. Don't use it in user tests, either directly or
tests/gtest/gtest.h:1431
↓ 1 callers
Function
SplitIntoTestNames
tests/gtest/gtest-all.cc:11693
↓ 1 callers
Function
StackGrowsDown
Make sure AddressSanitizer does not tamper with the stack here.
tests/gtest/gtest-all.cc:8884
↓ 1 callers
Function
StackLowerThanAddress
HWAddressSanitizer add a random tag to the MSB of the local variable address, making comparison result unpredictable.
tests/gtest/gtest-all.cc:8877
↓ 1 callers
Function
StrCaseCmp
tests/gtest/gtest.h:2273
↓ 1 callers
Function
StrError
tests/gtest/gtest.h:2351
↓ 1 callers
Function
StreamWideCharsToMessage
Converts an array of wide chars to a narrow string using the UTF-8 encoding, and streams the result to the given Message object.
tests/gtest/gtest-all.cc:2410
↓ 1 callers
Method
TearDown
Tears down the test fixture. A sub-class may override this.
tests/gtest/gtest-all.cc:3758
↓ 1 callers
Function
TestPartResult
C'tor. TestPartResult does NOT have a default constructor. Always use this constructor (with parameters) to create a TestPartResult object.
tests/gtest/gtest.h:11718
↓ 1 callers
Function
TestPartResultTypeToString
Converts a TestPartResult::Type enum to human-friendly string representation. Both kNonFatalFailure and kFatalFailure are translated to "Failure", as
tests/gtest/gtest-all.cc:4370
↓ 1 callers
Function
ToUpper
tests/gtest/gtest.h:2246
↓ 1 callers
Function
UniversalPrintArray
Prints a (const) char array of 'len' elements, starting at address 'begin'.
tests/gtest/gtest-all.cc:11424
↓ 1 callers
Function
ValidateRegex
Generates non-fatal failures and returns false if regex is invalid; otherwise returns true.
tests/gtest/gtest-all.cc:10527
↓ 1 callers
Function
ValidateTestPropertyName
tests/gtest/gtest-all.cc:3655
↓ 1 callers
Method
WaitForNotification
Blocks until the controller thread notifies. Must be called from a test thread.
tests/gtest/gtest.h:1470
↓ 1 callers
Method
WaitForNotification
tests/gtest/gtest-all.cc:10039
↓ 1 callers
Function
Write
tests/gtest/gtest.h:2347
↓ 1 callers
Function
WriteToShardStatusFileIfNeeded
Reads the GTEST_SHARD_STATUS_FILE environment variable, and creates the file if the variable is present. If a file already exists at this location, th
tests/gtest/gtest-all.cc:6823
↓ 1 callers
Function
ad_hoc_test_result
Returns the TestResult for the ad hoc test.
tests/gtest/gtest-all.cc:1008
↓ 1 callers
Method
add_header
include/aws/http/response.h:142
↓ 1 callers
Method
append_body
include/aws/http/response.h:148
↓ 1 callers
Method
backtrace
src/backward.h:865
↓ 1 callers
Function
download_and_encode_file
examples/s3/main.cpp:106
↓ 1 callers
Function
encode
examples/s3/main.cpp:86
↓ 1 callers
Method
failed_test_suite_count
Gets the number of failed test suites.
tests/gtest/gtest-all.cc:2240
↓ 1 callers
Function
fatally_failed
Returns true iff the test part fatally failed.
tests/gtest/gtest.h:11755
↓ 1 callers
Function
find_die
src/backward.h:3396
↓ 1 callers
Method
find_in_section
src/backward.h:1714
↓ 1 callers
Method
forwarding_enabled
Controls whether events will be forwarded to listeners_. Set to false in death test child processes.
tests/gtest/gtest-all.cc:4848
↓ 1 callers
Function
get_console_logger_factory
tests/main.cpp:5
↓ 1 callers
Method
get_next
src/runtime.cpp:230
↓ 1 callers
Function
get_prefix
src/logging.cpp:25
↓ 1 callers
Method
get_snippet
src/backward.h:3870
↓ 1 callers
Method
get_time_remaining
include/aws/lambda-runtime/runtime.h:170
↓ 1 callers
Function
get_type
src/backward.h:2788
↓ 1 callers
Function
get_type_by_signature
src/backward.h:2812
↓ 1 callers
Method
has_edits
tests/gtest/gtest-all.cc:2656
↓ 1 callers
Method
isEmpty
src/backward.h:2315
↓ 1 callers
Method
is_nan
Returns true iff this is NAN (not a number).
tests/gtest/gtest.h:6757
↓ 1 callers
Method
load_from
src/backward.h:766
↓ 1 callers
Method
load_stacktrace
src/backward.h:1265
↓ 1 callers
Method
machine_type
src/backward.h:3711
↓ 1 callers
Function
message
Gets the message associated with the test part.
tests/gtest/gtest.h:11743
↓ 1 callers
Function
my_handler
examples/dynamodb/main.cpp:164
↓ 1 callers
Function
my_handler
examples/s3/main.cpp:27
↓ 1 callers
Function
nonfatally_failed
Returns true iff the test part non-fatally failed.
tests/gtest/gtest.h:11752
↓ 1 callers
Function
parse_args
tests/main.cpp:15
← previous
next →
301–400 of 1,190, ranked by callers