MCPcopy Create free account

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

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

↓ 81 callersMethodend
tests/gtest/gtest.h:7551
↓ 69 callersMethodget
src/backward.h:615
↓ 61 callersMethodsize
Returns the number of TestPartResult objects in the array.
tests/gtest/gtest-all.cc:11620
↓ 47 callersMethodGetString
Gets the text streamed to this object so far as an std::string. Each '\0' character in the buffer is replaced with "\\0".
tests/gtest/gtest-all.cc:2476
↓ 46 callersFunctionStreamableToString
tests/gtest/gtest.h:2768
↓ 40 callersMethodbegin
tests/gtest/gtest.h:7550
↓ 28 callersFunctionColoredPrintf
Helpers for printing colored strings to stdout. Note that on Windows, we cannot simply emit special characters and have the terminal change colors. Th
tests/gtest/gtest-all.cc:4522
↓ 28 callersFunctionimpl
Accessors for the implementation object.
tests/gtest/gtest.h:13851
↓ 27 callersMethodsize
src/backward.h:763
↓ 25 callersFunctionGetUnitTestImpl
Convenience function for accessing the global UnitTest implementation object.
tests/gtest/gtest-all.cc:1341
↓ 20 callersMethodreset
src/backward.h:596
↓ 19 callersFunctionAssertionSuccess
Makes a successful assertion result.
tests/gtest/gtest-all.cc:2503
↓ 17 callersFunctionAssertionFailure
Makes a failed assertion result.
tests/gtest/gtest-all.cc:2508
↓ 17 callersFunctionFilePath
tests/gtest/gtest.h:3010
↓ 16 callersFunctionGetEnv
tests/gtest/gtest.h:2353
↓ 16 callersFunctionMessage
Copy constructor.
tests/gtest/gtest.h:2660
↓ 16 callersMethodbegin
src/backward.h:827
↓ 13 callersFunctionCountIf
tests/gtest/gtest-all.cc:672
↓ 13 callersMethodGet
tests/gtest/gtest-all.cc:9999
↓ 12 callersFunctionEq
tests/gtest/gtest.h:9598
↓ 12 callersMethodelapsed_time
Gets the elapsed time, in milliseconds.
tests/gtest/gtest-all.cc:6141
↓ 11 callersFunctionDeathTestAbort
Routine for aborting the program which is safe to call from an exec-style death test child process, in which case the error message is propagated back
tests/gtest/gtest-all.cc:7882
↓ 10 callersFunctionParseNaturalNumber
tests/gtest/gtest-all.cc:1381
↓ 10 callersFunctionStringStreamToString
Converts the buffer in a stringstream to an std::string, converting NUL bytes to "\\0" along the way.
tests/gtest/gtest-all.cc:3479
↓ 9 callersFunctionBoolFromGTestEnv
Reads and returns the Boolean environment variable corresponding to the given flag; if it's not set, returns default_value. The value is considered t
tests/gtest/gtest-all.cc:11038
↓ 9 callersFunctionIndent
tests/gtest/gtest-all.cc:5562
↓ 9 callersFunctionParseBoolFlag
Parses a string for a bool flag, in the form of either "--flag=value" or "--flag". In the former case, the value is taken as true as long as it does
tests/gtest/gtest-all.cc:7199
↓ 9 callersMethodis_success
include/aws/lambda-runtime/outcome.h:92
↓ 8 callersFunctionGTEST_LOCK_EXCLUDED_
tests/gtest/gtest-all.cc:5870
↓ 8 callersFunctionGetTimeInMillis
Returns the current time in milliseconds.
tests/gtest/gtest-all.cc:2316
↓ 8 callersFunctionHandleExceptionsInMethodIfSupported
tests/gtest/gtest-all.cc:3935
↓ 8 callersFunctionIsSubstringImpl
tests/gtest/gtest-all.cc:3074
↓ 8 callersMethodPassed
Returns true iff the unit test passed (i.e. all test suites passed).
tests/gtest/gtest-all.cc:6146
↓ 8 callersFunctionSumOverTestSuiteList
Iterates over a vector of TestSuites, keeping a running sum of the results of calling a given int-returning method on each. Returns the sum.
tests/gtest/gtest-all.cc:1845
↓ 8 callersMethodfailed_test_count
Gets the number of failed tests.
tests/gtest/gtest-all.cc:2266
↓ 8 callersFunctionlog_debug
include/aws/logging/logging.h:53
↓ 8 callersFunctionlog_error
include/aws/logging/logging.h:30
↓ 7 callersFunctionForEach
tests/gtest/gtest-all.cc:685
↓ 7 callersFunctionFormatFileLocation
Formats a source file path and a line number as they would appear in an error message from the compiler used to compile this code.
tests/gtest/gtest-all.cc:10722
↓ 7 callersFunctionParseStringFlag
tests/gtest/gtest-all.cc:7234
↓ 7 callersFunctionlisteners
Provides access to the event listener list.
tests/gtest/gtest-all.cc:1001
↓ 7 callersFunctionlog_info
include/aws/logging/logging.h:40
↓ 7 callersMethodos_stack_trace_getter
Returns the current OS stack trace getter if it is not NULL; otherwise, creates an OsStackTraceGetter, makes it the current getter, and returns it.
tests/gtest/gtest-all.cc:7061
↓ 6 callersFunctionAbort
tests/gtest/gtest-all.cc:10971
↓ 6 callersFunctionArrayAsVector
tests/gtest/gtest-all.cc:3606
↓ 6 callersFunctionChopLowBits
Chops off the n lowest bits from a bit pattern. Returns the n lowest bits. As a side effect, the original bit pattern will be shifted to the right b
tests/gtest/gtest-all.cc:3238
↓ 6 callersFunctionFormatForComparisonFailureMessage
tests/gtest/gtest.h:8361
↓ 6 callersFunctionFormatRegexSyntaxError
Helper function used by ValidateRegex() to format error messages.
tests/gtest/gtest-all.cc:10520
↓ 6 callersMethodGetTestInfo
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:4267
↓ 6 callersMethodGetTestSuite
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:6154
↓ 6 callersFunctionIsInSet
Returns true iff ch appears anywhere in str (excluding the terminating '\0' character).
tests/gtest/gtest-all.cc:10473
↓ 6 callersFunctionIsPathSeparator
Returns whether the given character is a valid path separator.
tests/gtest/gtest-all.cc:9322
↓ 6 callersFunctionIsUTF8TrailByte
tests/gtest/gtest-all.cc:11483
↓ 6 callersFunctionPrintCharsAsStringTo
tests/gtest/gtest-all.cc:11370
↓ 6 callersMethodReset
tests/gtest/gtest-all.cc:10003
↓ 6 callersFunctionSkipPrefix
If *pstr starts with the given prefix, modifies *pstr to be right past the prefix and returns true; otherwise leaves *pstr unchanged and returns false
tests/gtest/gtest-all.cc:7148
↓ 6 callersMethodSkipped
Returns true iff the test was skipped.
tests/gtest/gtest-all.cc:3690
↓ 6 callersFunctionStrDup
tests/gtest/gtest.h:2276
↓ 6 callersFunctionStringFromGTestEnv
Reads and returns the string environment variable corresponding to the given flag; if it's not set, returns default_value.
tests/gtest/gtest-all.cc:11095
↓ 6 callersMethodget_header
include/aws/http/response.h:166
↓ 6 callersMethodget_lines
src/backward.h:3798
↓ 6 callersMethodkey
Gets the user supplied key.
tests/gtest/gtest.h:12990
↓ 6 callersMethodreportable_test_count
Gets the number of tests to be printed in the XML report.
tests/gtest/gtest-all.cc:2282
↓ 6 callersMethodtotal_test_count
Gets the number of all tests.
tests/gtest/gtest-all.cc:2287
↓ 5 callersFunctionEqFailure
Constructs and returns the message for an equality assertion (e.g. ASSERT_EQ, EXPECT_STREQ, etc) failure. The first four parameters are the expressio
tests/gtest/gtest-all.cc:2806
↓ 5 callersFunctionFOpen
tests/gtest/gtest.h:2333
↓ 5 callersMethodFailed
Returns true iff the test failed.
tests/gtest/gtest-all.cc:3695
↓ 5 callersFunctionFormatDeathTestOutput
Returns an indented copy of stderr output for a death test. This makes distinguishing death test output lines from regular log lines much easier.
tests/gtest/gtest-all.cc:8130
↓ 5 callersFunctionFormatTestCount
Formats the count of tests.
tests/gtest/gtest-all.cc:4357
↓ 5 callersFunctionGetLastErrnoDescription
Returns the message describing the last system error in errno.
tests/gtest/gtest-all.cc:7935
↓ 5 callersFunctionInt32FromEnvOrDie
Parses the environment variable var as an Int32. If it is unset, returns default_val. If it is not an Int32, prints an error and aborts.
tests/gtest/gtest-all.cc:6890
↓ 5 callersMethodcurrent_test_result
Returns the most specific TestResult currently running.
tests/gtest/gtest-all.cc:7074
↓ 5 callersFunctiondie_has_pc
src/backward.h:2703
↓ 5 callersFunctionget_referenced_die_name
src/backward.h:2658
↓ 5 callersMethodoriginal_working_dir
Returns the working directory when the first TEST() or TEST_F() was executed.
tests/gtest/gtest-all.cc:6361
↓ 5 callersMethodreportable_disabled_test_count
Gets the number of disabled tests that will be reported in the XML report.
tests/gtest/gtest-all.cc:2271
↓ 5 callersFunctionrun_handler
src/runtime.cpp:408
↓ 5 callersMethodtest_property_count
Returns the number of the test properties.
tests/gtest/gtest-all.cc:3730
↓ 5 callersMethodtotal_test_suite_count
Gets the number of all test suites.
tests/gtest/gtest-all.cc:2245
↓ 4 callersMethodAddArgument
tests/gtest/gtest-all.cc:8447
↓ 4 callersMethodDescribeTo
Describes this matcher to an ostream.
tests/gtest/gtest.h:9178
↓ 4 callersFunctionFlushInfoLog
tests/gtest/gtest.h:1238
↓ 4 callersFunctionFormatCountableNoun
Formats a countable noun. Depending on its quantity, either the singular form or the plural form is used. e.g. FormatCountableNoun(1, "formula", "fo
tests/gtest/gtest-all.cc:4349
↓ 4 callersFunctionGetArgvs
tests/gtest/gtest-all.cc:1896
↓ 4 callersFunctionGetElementOr
tests/gtest/gtest-all.cc:692
↓ 4 callersFunctionGetNotDefaultOrNull
tests/gtest/gtest.h:6929
↓ 4 callersFunctionGetOrCreateValue
tests/gtest/gtest.h:2062
↓ 4 callersFunctionIsSpace
tests/gtest/gtest.h:2229
↓ 4 callersFunctionMatcher
tests/gtest/gtest.h:9260
↓ 4 callersFunctionOpenFileForWriting
Utilty function to Open File for Writing
tests/gtest/gtest-all.cc:1665
↓ 4 callersMethodSetTestPartResultReporterForCurrentThread
Sets the test part result reporter for the current thread.
tests/gtest/gtest-all.cc:2229
↓ 4 callersMethodactivate
src/backward.h:3975
↓ 4 callersFunctionc_str
tests/gtest/gtest.h:3026
↓ 4 callersMethoddemangle
src/backward.h:649
↓ 4 callersFunctionpointer
tests/gtest/gtest.h:2034
↓ 4 callersMethodpointer
tests/gtest/gtest.h:1836
↓ 4 callersFunctionrandom
Gets the random number generator.
tests/gtest/gtest-all.cc:1208
↓ 4 callersMethodrepeater
Returns repeater that broadcasts the TestEventListener events to all subscribers.
tests/gtest/gtest-all.cc:5998
↓ 4 callersMethodtest_to_run_count
Gets the number of tests that should run.
tests/gtest/gtest-all.cc:2292
↓ 4 callersMethodvalue
Gets the user supplied value.
tests/gtest/gtest.h:12995
next →1–100 of 1,190, ranked by callers