MCPcopy Create free account

hub / github.com/awslabs/aws-lambda-cpp / functions

Functions1,190 in github.com/awslabs/aws-lambda-cpp

↓ 1 callersFunctionLoadFlagsFromFile
tests/gtest/gtest-all.cc:7400
↓ 1 callersFunctionLogToStderr
tests/gtest/gtest.h:1237
↓ 1 callersFunctionMatchRepetitionAndRegexAtHead
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 callersMethodMatches
Returns true iff this matcher matches x.
tests/gtest/gtest.h:9172
↓ 1 callersFunctionMutex
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 callersMethodNewValueForCurrentThread
tests/gtest/gtest.h:1862
↓ 1 callersMethodOnEnvironmentsSetUpEnd
tests/gtest/gtest-all.cc:4605
↓ 1 callersMethodOnEnvironmentsSetUpStart
tests/gtest/gtest-all.cc:4657
↓ 1 callersMethodOnEnvironmentsTearDownEnd
tests/gtest/gtest-all.cc:4612
↓ 1 callersMethodOnEnvironmentsTearDownStart
tests/gtest/gtest-all.cc:4733
↓ 1 callersMethodOnTestCaseEnd
tests/gtest/gtest-all.cc:4722
↓ 1 callersMethodOnTestCaseStart
tests/gtest/gtest-all.cc:4664
↓ 1 callersMethodOnTestEnd
tests/gtest/gtest-all.cc:4701
↓ 1 callersMethodOnTestIterationEnd
tests/gtest/gtest-all.cc:4789
↓ 1 callersMethodOnTestIterationStart
Fired before each iteration of tests starts.
tests/gtest/gtest-all.cc:4622
↓ 1 callersMethodOnTestPartResult
Called after an assertion failure.
tests/gtest/gtest-all.cc:4685
↓ 1 callersMethodOnTestProgramEnd
tests/gtest/gtest-all.cc:1525
↓ 1 callersMethodOnTestProgramStart
tests/gtest/gtest-all.cc:1521
↓ 1 callersMethodOnTestStart
tests/gtest/gtest-all.cc:4677
↓ 1 callersMethodOnTestSuiteEnd
Fired after the test suite ends.
tests/gtest/gtest.h:13555
↓ 1 callersMethodOnTestSuiteStart
Fired before the test suite starts.
tests/gtest/gtest.h:13536
↓ 1 callersFunctionOutputFlagAlsoCheckEnvVar
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 callersFunctionParseGoogleTestFlagsOnly
Parses the command line for Google Test flags, without initializing other parts of Google Test.
tests/gtest/gtest-all.cc:7476
↓ 1 callersFunctionParseInternalRunDeathTestFlag
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 callersFunctionPartialMatch
tests/gtest/gtest.h:1162
↓ 1 callersFunctionPassed
Returns true iff the unit test passed (i.e. all test suites passed).
tests/gtest/gtest-all.cc:973
↓ 1 callersMethodPostFlagParsingInit
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 callersFunctionPrintAsStringLiteralTo
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 callersFunctionPrintBytesInObjectTo
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 callersFunctionPrintBytesInObjectToImpl
Prints the bytes in the given value to the given ostream.
tests/gtest/gtest-all.cc:11186
↓ 1 callersFunctionPrintColorEncoded
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 callersMethodPrintJsonTestList
tests/gtest/gtest-all.cc:5754
↓ 1 callersFunctionPrintStringTo
tests/gtest/gtest-all.cc:11529
↓ 1 callersFunctionPrintTestPartResult
Prints a TestPartResult.
tests/gtest/gtest-all.cc:4402
↓ 1 callersMethodPrintTo
tests/gtest/gtest-all.cc:2646
↓ 1 callersFunctionPrintTupleTo
tests/gtest/gtest.h:8607
↓ 1 callersFunctionPrintWideStringTo
tests/gtest/gtest-all.cc:11538
↓ 1 callersMethodPrintXmlTestsList
tests/gtest/gtest-all.cc:5369
↓ 1 callersFunctionRE
Constructs an RE from a string.
tests/gtest/gtest.h:1147
↓ 1 callersFunctionRUN_ALL_TESTS
tests/gtest/gtest.h:14911
↓ 1 callersMethodRecordProperty
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 callersMethodRemoveDirectoryName
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 callersMethodRemoveExtension
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 callersFunctionReportInvalidTestSuiteType
tests/gtest/gtest-all.cc:4087
↓ 1 callersMethodReportTestPartResult
Increments the test part result count and remembers the result. This method is from the TestPartResultReporterInterface interface.
tests/gtest/gtest-all.cc:2112
↓ 1 callersFunctionSet
tests/gtest/gtest.h:3021
↓ 1 callersMethodSetDefaultResultPrinter
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 callersMethodSetUp
Sets up the test fixture. A sub-class may override this.
tests/gtest/gtest-all.cc:3752
↓ 1 callersMethodSetValue
Sets a new value, overriding the one supplied in the constructor.
tests/gtest/gtest.h:13000
↓ 1 callersFunctionShouldRunTestOnShard
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 callersFunctionShouldUseColor
Returns true iff Google Test should use colors in the output.
tests/gtest/gtest-all.cc:4482
↓ 1 callersFunctionShuffle
tests/gtest/gtest-all.cc:726
↓ 1 callersFunctionSkipSpaces
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 callersFunctionSleepMilliseconds
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 callersFunctionSplitIntoTestNames
tests/gtest/gtest-all.cc:11693
↓ 1 callersFunctionStackGrowsDown
Make sure AddressSanitizer does not tamper with the stack here.
tests/gtest/gtest-all.cc:8884
↓ 1 callersFunctionStackLowerThanAddress
HWAddressSanitizer add a random tag to the MSB of the local variable address, making comparison result unpredictable.
tests/gtest/gtest-all.cc:8877
↓ 1 callersFunctionStrCaseCmp
tests/gtest/gtest.h:2273
↓ 1 callersFunctionStrError
tests/gtest/gtest.h:2351
↓ 1 callersFunctionStreamWideCharsToMessage
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 callersMethodTearDown
Tears down the test fixture. A sub-class may override this.
tests/gtest/gtest-all.cc:3758
↓ 1 callersFunctionTestPartResult
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 callersFunctionTestPartResultTypeToString
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 callersFunctionToUpper
tests/gtest/gtest.h:2246
↓ 1 callersFunctionUniversalPrintArray
Prints a (const) char array of 'len' elements, starting at address 'begin'.
tests/gtest/gtest-all.cc:11424
↓ 1 callersFunctionValidateRegex
Generates non-fatal failures and returns false if regex is invalid; otherwise returns true.
tests/gtest/gtest-all.cc:10527
↓ 1 callersFunctionValidateTestPropertyName
tests/gtest/gtest-all.cc:3655
↓ 1 callersMethodWaitForNotification
Blocks until the controller thread notifies. Must be called from a test thread.
tests/gtest/gtest.h:1470
↓ 1 callersMethodWaitForNotification
tests/gtest/gtest-all.cc:10039
↓ 1 callersFunctionWrite
tests/gtest/gtest.h:2347
↓ 1 callersFunctionWriteToShardStatusFileIfNeeded
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 callersFunctionad_hoc_test_result
Returns the TestResult for the ad hoc test.
tests/gtest/gtest-all.cc:1008
↓ 1 callersMethodadd_header
include/aws/http/response.h:142
↓ 1 callersMethodappend_body
include/aws/http/response.h:148
↓ 1 callersMethodbacktrace
src/backward.h:865
↓ 1 callersFunctiondownload_and_encode_file
examples/s3/main.cpp:106
↓ 1 callersFunctionencode
examples/s3/main.cpp:86
↓ 1 callersMethodfailed_test_suite_count
Gets the number of failed test suites.
tests/gtest/gtest-all.cc:2240
↓ 1 callersFunctionfatally_failed
Returns true iff the test part fatally failed.
tests/gtest/gtest.h:11755
↓ 1 callersFunctionfind_die
src/backward.h:3396
↓ 1 callersMethodfind_in_section
src/backward.h:1714
↓ 1 callersMethodforwarding_enabled
Controls whether events will be forwarded to listeners_. Set to false in death test child processes.
tests/gtest/gtest-all.cc:4848
↓ 1 callersFunctionget_console_logger_factory
tests/main.cpp:5
↓ 1 callersMethodget_next
src/runtime.cpp:230
↓ 1 callersFunctionget_prefix
src/logging.cpp:25
↓ 1 callersMethodget_snippet
src/backward.h:3870
↓ 1 callersMethodget_time_remaining
include/aws/lambda-runtime/runtime.h:170
↓ 1 callersFunctionget_type
src/backward.h:2788
↓ 1 callersFunctionget_type_by_signature
src/backward.h:2812
↓ 1 callersMethodhas_edits
tests/gtest/gtest-all.cc:2656
↓ 1 callersMethodisEmpty
src/backward.h:2315
↓ 1 callersMethodis_nan
Returns true iff this is NAN (not a number).
tests/gtest/gtest.h:6757
↓ 1 callersMethodload_from
src/backward.h:766
↓ 1 callersMethodload_stacktrace
src/backward.h:1265
↓ 1 callersMethodmachine_type
src/backward.h:3711
↓ 1 callersFunctionmessage
Gets the message associated with the test part.
tests/gtest/gtest.h:11743
↓ 1 callersFunctionmy_handler
examples/dynamodb/main.cpp:164
↓ 1 callersFunctionmy_handler
examples/s3/main.cpp:27
↓ 1 callersFunctionnonfatally_failed
Returns true iff the test part non-fatally failed.
tests/gtest/gtest.h:11752
↓ 1 callersFunctionparse_args
tests/main.cpp:15
← previousnext →301–400 of 1,190, ranked by callers