MCPcopy Create free account

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

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

↓ 3 callersFunctionAbort
tests/gtest/gtest.h:2376
↓ 3 callersMethodAddTestPartResult
Adds a test part result to the list.
tests/gtest/gtest-all.cc:3547
↓ 3 callersMethodAppend
tests/gtest/gtest-all.cc:4887
↓ 3 callersMethodArgv
tests/gtest/gtest-all.cc:8459
↓ 3 callersFunctionAssertionResult
tests/gtest/gtest.h:12395
↓ 3 callersMethodBaseGenerator
tests/gtest/gtest.h:10621
↓ 3 callersFunctionCaptureStderr
Starts capturing stderr.
tests/gtest/gtest-all.cc:10895
↓ 3 callersMethodClear
Clears the object.
tests/gtest/gtest-all.cc:3677
↓ 3 callersMethodClone
tests/gtest/gtest.h:10628
↓ 3 callersFunctionCmpHelperEQ
tests/gtest/gtest.h:13962
↓ 3 callersFunctionContainsRegex
Matches a string that contains regular expression 'regex'. The matcher takes ownership of 'regex'.
tests/gtest/gtest.h:9585
↓ 3 callersFunctionFlagToEnvVar
Returns the name of the environment variable corresponding to the given flag. For example, FlagToEnvVar("foo") will return "GTEST_FOO" in the open-so
tests/gtest/gtest-all.cc:10981
↓ 3 callersFunctionFormatTimeInMillisAsDuration
Formats the given time in milliseconds as seconds.
tests/gtest/gtest-all.cc:5541
↓ 3 callersFunctionFormatTimeInMillisAsSeconds
Formats the given time in milliseconds as seconds.
tests/gtest/gtest-all.cc:5161
↓ 3 callersFunctionGetPrefixUntilComma
Returns the prefix of 'str' before the first comma in it; returns the entire string if it contains no comma.
tests/gtest/gtest.h:7075
↓ 3 callersFunctionGetReservedOutputAttributesForElement
TODO(jdesprez): Merge the two getReserved attributes once skip is improved
tests/gtest/gtest-all.cc:3626
↓ 3 callersMethodGetTestPartResultReporterForCurrentThread
Returns the test part result reporter for the current thread.
tests/gtest/gtest-all.cc:2223
↓ 3 callersFunctionGetTestSuite
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:983
↓ 3 callersFunctionGetTestTypeId
Returns the type ID of ::testing::Test. We should always call this instead of GetTypeId< ::testing::Test>() to get the type ID of testing::Test. Thi
tests/gtest/gtest-all.cc:2128
↓ 3 callersFunctionInitGoogleTestImpl
tests/gtest/gtest-all.cc:7499
↓ 3 callersFunctionInt32FromGTestEnv
Reads and returns a 32-bit integer stored in the environment variable corresponding to the given flag; if it isn't set or doesn't represent a valid 32
tests/gtest/gtest-all.cc:11052
↓ 3 callersFunctionMakeAndRegisterTestInfo
Creates a new TestInfo object and registers it with Google Test; returns the created object. Arguments: test_suite_name: name of the test suite na
tests/gtest/gtest-all.cc:4075
↓ 3 callersFunctionMatchRegexAtHead
Returns true iff regex matches a prefix of str. regex must be a valid simple regular expression and not start with "^", or the result is undefined.
tests/gtest/gtest-all.cc:10614
↓ 3 callersFunctionParseFlagValue
Parses a string as a command line flag. The string should have the format "--flag=value". When def_optional is true, the "=value" part can be omitte
tests/gtest/gtest-all.cc:7162
↓ 3 callersFunctionParseInt32
Parses 'str' for a 32-bit signed integer. If successful, writes the result to *value and returns true; otherwise leaves *value unchanged and returns
tests/gtest/gtest-all.cc:10996
↓ 3 callersFunctionParseInt32Flag
Parses a string for an Int32 flag, in the form of "--flag=value". On success, stores the value of the flag in *value, and returns true. On failure,
tests/gtest/gtest-all.cc:7216
↓ 3 callersFunctionPrintByteSegmentInObjectTo
Prints a segment of bytes in the given object.
tests/gtest/gtest-all.cc:11163
↓ 3 callersFunctionPrintRawArrayTo
tests/gtest/gtest.h:8568
↓ 3 callersMethodPushLine
tests/gtest/gtest-all.cc:2628
↓ 3 callersMethodRemoveTrailingPathSeparator
If input name has a trailing separator character, remove it and return the name, otherwise return the name string unmodified. On Windows platform, use
tests/gtest/gtest-all.cc:9576
↓ 3 callersFunctionReportFailureInUnknownLocation
tests/gtest/gtest-all.cc:3775
↓ 3 callersFunctionShuffleRange
tests/gtest/gtest-all.cc:702
↓ 3 callersFunctionStripTrailingSpaces
tests/gtest/gtest.h:2250
↓ 3 callersFunctiondeep_first_search_by_pc
src/backward.h:3268
↓ 3 callersFunctionfind_fundie_by_pc
src/backward.h:3204
↓ 3 callersFunctionget_referenced_die
src/backward.h:2632
↓ 3 callersMethodget_response_code
include/aws/http/response.h:37
↓ 3 callersMethodindex
tests/gtest/gtest.h:9895
↓ 3 callersMethodline
tests/gtest/gtest.h:9894
↓ 3 callersFunctionlog
src/logging.cpp:39
↓ 3 callersMethodrandom_seed
Returns the random seed used at the start of the current test run.
tests/gtest/gtest-all.cc:6391
↓ 3 callersMethodskipped_test_count
Gets the number of skipped tests.
tests/gtest/gtest-all.cc:2261
↓ 3 callersMethodtest_suite_to_run_count
Gets the number of all test suites that contain at least one test that should run.
tests/gtest/gtest-all.cc:2251
↓ 3 callersMethodtotal_part_count
Gets the number of all test parts. This is the sum of the number of successful test parts and the number of failed test parts.
tests/gtest/gtest-all.cc:3725
↓ 3 callersMethodwrite_fd
tests/gtest/gtest-all.cc:8020
↓ 2 callersMethodAddArguments
tests/gtest/gtest-all.cc:8452
↓ 2 callersMethodAddTestInfo
Adds a test to this test suite. Will delete the test upon destruction of the TestSuite object.
tests/gtest/gtest-all.cc:4281
↓ 2 callersMethodAdvance
tests/gtest/gtest.h:10624
↓ 2 callersMethodAlmostEquals
Returns true iff this number is at most kMaxUlps ULP's away from rhs. In particular, this function: - returns false if either number is (or both are
tests/gtest/gtest.h:6769
↓ 2 callersFunctionAlwaysTrue
tests/gtest/gtest-all.cc:7135
↓ 2 callersFunctionArrayEq
tests/gtest/gtest.h:7447
↓ 2 callersFunctionAtomMatchesChar
Returns true iff the given atom (specified by escaped and pattern) matches ch. The result is undefined if the atom is invalid.
tests/gtest/gtest-all.cc:10498
↓ 2 callersFunctionCaptureStream
Starts capturing an output stream (stdout/stderr).
tests/gtest/gtest-all.cc:10870
↓ 2 callersFunctionClose
tests/gtest/gtest.h:2350
↓ 2 callersFunctionCreateKey
tests/gtest/gtest.h:2053
↓ 2 callersMethodCurrent
tests/gtest/gtest.h:10631
↓ 2 callersMethodCurrentOsStackTraceExceptTop
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:2306
↓ 2 callersMethodDescribeNegationTo
Describes the negation of this matcher to an ostream.
tests/gtest/gtest.h:9181
↓ 2 callersMethodDirectoryExists
Returns true if pathname describes a directory in the file-system that exists.
tests/gtest/gtest-all.cc:9456
↓ 2 callersFunctionFClose
tests/gtest/gtest.h:2342
↓ 2 callersFunctionFailed
Returns true iff the test suite failed.
tests/gtest/gtest.h:13338
↓ 2 callersFunctionFailed
Returns true iff the unit test failed (i.e. some test suite failed or something outside of all tests failed).
tests/gtest/gtest-all.cc:977
↓ 2 callersFunctionFormatCompilerIndependentFileLocation
Formats a file location for compiler-independent XML output. Although this function is not platform dependent, we put it next to FormatFileLocation in
tests/gtest/gtest-all.cc:10740
↓ 2 callersFunctionFormatCxxExceptionMessage
Adds an "exception thrown" fatal failure to the current test.
tests/gtest/gtest-all.cc:3877
↓ 2 callersFunctionFormatTestSuiteCount
Formats the count of test suites.
tests/gtest/gtest-all.cc:4362
↓ 2 callersFunctionGTestIsInitialized
GTestIsInitialized() returns true iff the user has initialized Google Test. Useful for catching the user mistake of not initializing Google Test befo
tests/gtest/gtest-all.cc:1840
↓ 2 callersFunctionGetBitOffset
tests/gtest/gtest-all.cc:4434
↓ 2 callersFunctionGetCapturedStream
Stops capturing the output stream and returns the captured string.
tests/gtest/gtest-all.cc:10880
↓ 2 callersFunctionGetEnviron
tests/gtest/gtest-all.cc:8817
↓ 2 callersMethodGetGlobalTestPartResultReporter
Returns the global test part result reporter.
tests/gtest/gtest-all.cc:2209
↓ 2 callersMethodGetId
tests/gtest/gtest-all.cc:2583
↓ 2 callersFunctionGetInjectableArgvs
tests/gtest/gtest-all.cc:10946
↓ 2 callersFunctionHRESULTFailureHelper
Helper function for IsHRESULT{SuccessFailure} predicates
tests/gtest/gtest-all.cc:3154
↓ 2 callersFunctionHandleSehExceptionsInMethodIfSupported
tests/gtest/gtest-all.cc:3908
↓ 2 callersFunctionIsAsciiDigit
Returns true iff ch belongs to the given classification. Unlike similar functions in <ctype.h>, these aren't affected by the current locale.
tests/gtest/gtest-all.cc:10480
↓ 2 callersFunctionIsAsciiPunct
tests/gtest/gtest-all.cc:10481
↓ 2 callersFunctionIsAsciiWhiteSpace
tests/gtest/gtest-all.cc:10485
↓ 2 callersFunctionIsAsciiWordChar
tests/gtest/gtest-all.cc:10486
↓ 2 callersMethodIsDirectory
Returns true if FilePath ends with a path separator, which indicates that it is intended to represent a directory. Returns false otherwise. This does
tests/gtest/gtest-all.cc:9530
↓ 2 callersFunctionIsRepeat
tests/gtest/gtest-all.cc:10484
↓ 2 callersMethodLock
tests/gtest/gtest.h:2126
↓ 2 callersMethodMakeNewHolder
tests/gtest/gtest.h:2088
↓ 2 callersFunctionMakePolymorphicMatcher
tests/gtest/gtest.h:9416
↓ 2 callersMethodMatchAndExplain
Returns true iff the matcher matches x; also explains the match result to 'listener'.
tests/gtest/gtest.h:9167
↓ 2 callersFunctionMatchRegexAnywhere
Returns true iff regex matches any substring of str. regex must be a valid simple regular expression, or the result is undefined. The algorithm is r
tests/gtest/gtest-all.cc:10650
↓ 2 callersFunctionParseGoogleTestFlag
tests/gtest/gtest-all.cc:7369
↓ 2 callersFunctionParseGoogleTestFlagsOnlyImpl
tests/gtest/gtest-all.cc:7423
↓ 2 callersFunctionPortableLocaltime
tests/gtest/gtest-all.cc:5167
↓ 2 callersFunctionPrintFullTestCommentIfPresent
tests/gtest/gtest-all.cc:4575
↓ 2 callersFunctionPrintOnOneLine
Prints the given C-string on a single line by replacing all '\n' characters with string "\\n". If the output takes more than max_length characters, o
tests/gtest/gtest-all.cc:6974
↓ 2 callersFunctionPrintTestPartResultToString
Prints a TestPartResult to an std::string.
tests/gtest/gtest-all.cc:4392
↓ 2 callersFunctionPrintTo
tests/gtest/gtest.h:8467
↓ 2 callersFunctionRead
tests/gtest/gtest.h:2344
↓ 2 callersFunctionReadEntireFile
tests/gtest/gtest-all.cc:10920
↓ 2 callersMethodRegisterTests
UnitTest class invokes this method to register tests in this test suite test suites right before running tests in RUN_ALL_TESTS macro. This method sho
tests/gtest/gtest.h:10923
↓ 2 callersMethodRemoveFileName
RemoveFileName returns the directory path with the filename removed. Example: FilePath("path/to/file").RemoveFileName() returns "path/to/". If the Fil
tests/gtest/gtest-all.cc:9399
↓ 2 callersMethodRun
tests/gtest/gtest.h:1603
↓ 2 callersMethodRun
Runs the test and updates the test result.
tests/gtest/gtest-all.cc:3992
↓ 2 callersMethodSetDefaultXmlGenerator
Sets the default_xml_generator attribute to the provided listener. The listener is also added to the listener list and previous default_xml_generator
tests/gtest/gtest-all.cc:6020
↓ 2 callersMethodSetGlobalTestPartResultReporter
Sets the global test part result reporter.
tests/gtest/gtest-all.cc:2216
← previousnext →101–200 of 1,190, ranked by callers