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
↓ 3 callers
Function
Abort
tests/gtest/gtest.h:2376
↓ 3 callers
Method
AddTestPartResult
Adds a test part result to the list.
tests/gtest/gtest-all.cc:3547
↓ 3 callers
Method
Append
tests/gtest/gtest-all.cc:4887
↓ 3 callers
Method
Argv
tests/gtest/gtest-all.cc:8459
↓ 3 callers
Function
AssertionResult
tests/gtest/gtest.h:12395
↓ 3 callers
Method
BaseGenerator
tests/gtest/gtest.h:10621
↓ 3 callers
Function
CaptureStderr
Starts capturing stderr.
tests/gtest/gtest-all.cc:10895
↓ 3 callers
Method
Clear
Clears the object.
tests/gtest/gtest-all.cc:3677
↓ 3 callers
Method
Clone
tests/gtest/gtest.h:10628
↓ 3 callers
Function
CmpHelperEQ
tests/gtest/gtest.h:13962
↓ 3 callers
Function
ContainsRegex
Matches a string that contains regular expression 'regex'. The matcher takes ownership of 'regex'.
tests/gtest/gtest.h:9585
↓ 3 callers
Function
FlagToEnvVar
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 callers
Function
FormatTimeInMillisAsDuration
Formats the given time in milliseconds as seconds.
tests/gtest/gtest-all.cc:5541
↓ 3 callers
Function
FormatTimeInMillisAsSeconds
Formats the given time in milliseconds as seconds.
tests/gtest/gtest-all.cc:5161
↓ 3 callers
Function
GetPrefixUntilComma
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 callers
Function
GetReservedOutputAttributesForElement
TODO(jdesprez): Merge the two getReserved attributes once skip is improved
tests/gtest/gtest-all.cc:3626
↓ 3 callers
Method
GetTestPartResultReporterForCurrentThread
Returns the test part result reporter for the current thread.
tests/gtest/gtest-all.cc:2223
↓ 3 callers
Function
GetTestSuite
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 callers
Function
GetTestTypeId
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 callers
Function
InitGoogleTestImpl
tests/gtest/gtest-all.cc:7499
↓ 3 callers
Function
Int32FromGTestEnv
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 callers
Function
MakeAndRegisterTestInfo
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 callers
Function
MatchRegexAtHead
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 callers
Function
ParseFlagValue
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 callers
Function
ParseInt32
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 callers
Function
ParseInt32Flag
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 callers
Function
PrintByteSegmentInObjectTo
Prints a segment of bytes in the given object.
tests/gtest/gtest-all.cc:11163
↓ 3 callers
Function
PrintRawArrayTo
tests/gtest/gtest.h:8568
↓ 3 callers
Method
PushLine
tests/gtest/gtest-all.cc:2628
↓ 3 callers
Method
RemoveTrailingPathSeparator
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 callers
Function
ReportFailureInUnknownLocation
tests/gtest/gtest-all.cc:3775
↓ 3 callers
Function
ShuffleRange
tests/gtest/gtest-all.cc:702
↓ 3 callers
Function
StripTrailingSpaces
tests/gtest/gtest.h:2250
↓ 3 callers
Function
deep_first_search_by_pc
src/backward.h:3268
↓ 3 callers
Function
find_fundie_by_pc
src/backward.h:3204
↓ 3 callers
Function
get_referenced_die
src/backward.h:2632
↓ 3 callers
Method
get_response_code
include/aws/http/response.h:37
↓ 3 callers
Method
index
tests/gtest/gtest.h:9895
↓ 3 callers
Method
line
tests/gtest/gtest.h:9894
↓ 3 callers
Function
log
src/logging.cpp:39
↓ 3 callers
Method
random_seed
Returns the random seed used at the start of the current test run.
tests/gtest/gtest-all.cc:6391
↓ 3 callers
Method
skipped_test_count
Gets the number of skipped tests.
tests/gtest/gtest-all.cc:2261
↓ 3 callers
Method
test_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 callers
Method
total_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 callers
Method
write_fd
tests/gtest/gtest-all.cc:8020
↓ 2 callers
Method
AddArguments
tests/gtest/gtest-all.cc:8452
↓ 2 callers
Method
AddTestInfo
Adds a test to this test suite. Will delete the test upon destruction of the TestSuite object.
tests/gtest/gtest-all.cc:4281
↓ 2 callers
Method
Advance
tests/gtest/gtest.h:10624
↓ 2 callers
Method
AlmostEquals
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 callers
Function
AlwaysTrue
tests/gtest/gtest-all.cc:7135
↓ 2 callers
Function
ArrayEq
tests/gtest/gtest.h:7447
↓ 2 callers
Function
AtomMatchesChar
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 callers
Function
CaptureStream
Starts capturing an output stream (stdout/stderr).
tests/gtest/gtest-all.cc:10870
↓ 2 callers
Function
Close
tests/gtest/gtest.h:2350
↓ 2 callers
Function
CreateKey
tests/gtest/gtest.h:2053
↓ 2 callers
Method
Current
tests/gtest/gtest.h:10631
↓ 2 callers
Method
CurrentOsStackTraceExceptTop
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 callers
Method
DescribeNegationTo
Describes the negation of this matcher to an ostream.
tests/gtest/gtest.h:9181
↓ 2 callers
Method
DirectoryExists
Returns true if pathname describes a directory in the file-system that exists.
tests/gtest/gtest-all.cc:9456
↓ 2 callers
Function
FClose
tests/gtest/gtest.h:2342
↓ 2 callers
Function
Failed
Returns true iff the test suite failed.
tests/gtest/gtest.h:13338
↓ 2 callers
Function
Failed
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 callers
Function
FormatCompilerIndependentFileLocation
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 callers
Function
FormatCxxExceptionMessage
Adds an "exception thrown" fatal failure to the current test.
tests/gtest/gtest-all.cc:3877
↓ 2 callers
Function
FormatTestSuiteCount
Formats the count of test suites.
tests/gtest/gtest-all.cc:4362
↓ 2 callers
Function
GTestIsInitialized
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 callers
Function
GetBitOffset
tests/gtest/gtest-all.cc:4434
↓ 2 callers
Function
GetCapturedStream
Stops capturing the output stream and returns the captured string.
tests/gtest/gtest-all.cc:10880
↓ 2 callers
Function
GetEnviron
tests/gtest/gtest-all.cc:8817
↓ 2 callers
Method
GetGlobalTestPartResultReporter
Returns the global test part result reporter.
tests/gtest/gtest-all.cc:2209
↓ 2 callers
Method
GetId
tests/gtest/gtest-all.cc:2583
↓ 2 callers
Function
GetInjectableArgvs
tests/gtest/gtest-all.cc:10946
↓ 2 callers
Function
HRESULTFailureHelper
Helper function for IsHRESULT{SuccessFailure} predicates
tests/gtest/gtest-all.cc:3154
↓ 2 callers
Function
HandleSehExceptionsInMethodIfSupported
tests/gtest/gtest-all.cc:3908
↓ 2 callers
Function
IsAsciiDigit
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 callers
Function
IsAsciiPunct
tests/gtest/gtest-all.cc:10481
↓ 2 callers
Function
IsAsciiWhiteSpace
tests/gtest/gtest-all.cc:10485
↓ 2 callers
Function
IsAsciiWordChar
tests/gtest/gtest-all.cc:10486
↓ 2 callers
Method
IsDirectory
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 callers
Function
IsRepeat
tests/gtest/gtest-all.cc:10484
↓ 2 callers
Method
Lock
tests/gtest/gtest.h:2126
↓ 2 callers
Method
MakeNewHolder
tests/gtest/gtest.h:2088
↓ 2 callers
Function
MakePolymorphicMatcher
tests/gtest/gtest.h:9416
↓ 2 callers
Method
MatchAndExplain
Returns true iff the matcher matches x; also explains the match result to 'listener'.
tests/gtest/gtest.h:9167
↓ 2 callers
Function
MatchRegexAnywhere
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 callers
Function
ParseGoogleTestFlag
tests/gtest/gtest-all.cc:7369
↓ 2 callers
Function
ParseGoogleTestFlagsOnlyImpl
tests/gtest/gtest-all.cc:7423
↓ 2 callers
Function
PortableLocaltime
tests/gtest/gtest-all.cc:5167
↓ 2 callers
Function
PrintFullTestCommentIfPresent
tests/gtest/gtest-all.cc:4575
↓ 2 callers
Function
PrintOnOneLine
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 callers
Function
PrintTestPartResultToString
Prints a TestPartResult to an std::string.
tests/gtest/gtest-all.cc:4392
↓ 2 callers
Function
PrintTo
tests/gtest/gtest.h:8467
↓ 2 callers
Function
Read
tests/gtest/gtest.h:2344
↓ 2 callers
Function
ReadEntireFile
tests/gtest/gtest-all.cc:10920
↓ 2 callers
Method
RegisterTests
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 callers
Method
RemoveFileName
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 callers
Method
Run
tests/gtest/gtest.h:1603
↓ 2 callers
Method
Run
Runs the test and updates the test result.
tests/gtest/gtest-all.cc:3992
↓ 2 callers
Method
SetDefaultXmlGenerator
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 callers
Method
SetGlobalTestPartResultReporter
Sets the global test part result reporter.
tests/gtest/gtest-all.cc:2216
← previous
next →
101–200 of 1,190, ranked by callers