Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/awslabs/aws-lambda-cpp
/ types & classes
Types & classes
548 in github.com/awslabs/aws-lambda-cpp
⨍
Functions
1,190
◇
Types & classes
548
↓ 3 callers
Class
Trace
src/backward.h:707
↓ 3 callers
Class
isspace
think of it like a lambda in C++98 ;) but look, I will reuse it two times! What a good boy am I.
src/backward.h:3776
↓ 2 callers
Class
CodeLocation
tests/gtest/gtest.h:6915
↓ 2 callers
Class
MatchesRegexMatcher
Implements polymorphic matchers MatchesRegex(regex) and ContainsRegex(regex), which can be used as a Matcher<T> as long as T can be converted to a str
tests/gtest/gtest.h:9521
↓ 2 callers
Class
inliners_search_cb
defined here because in C++98, template function cannot take locally defined types... grrr.
src/backward.h:3101
↓ 2 callers
Class
not_isspace
src/backward.h:3806
↓ 2 callers
Enum
response_code
include/aws/http/response.h:27
↓ 2 callers
Class
sigaction
tests/gtest/gtest-all.cc:8941
↓ 2 callers
Class
stat
src/backward.h:1457
↓ 1 callers
Class
AssertHelper
tests/gtest/gtest.h:12266
↓ 1 callers
Class
ClassUniqueToAlwaysTrue
tests/gtest/gtest-all.cc:7130
↓ 1 callers
Class
InstantiationInfo
tests/gtest/gtest.h:10994
↓ 1 callers
Class
JsonUnitTestResultPrinter
This class generates an JSON output file.
tests/gtest/gtest-all.cc:5427
↓ 1 callers
Class
Notification
Allows a controller thread to pause execution of newly created threads until notified. Instances of this class must be created and destroyed in the c
tests/gtest/gtest.h:1451
↓ 1 callers
Class
ParamIterator
tests/gtest/gtest.h:10515
↓ 1 callers
Class
SourceFile
src/backward.h:3724
↓ 1 callers
Class
Test
Represents a failure message.
tests/gtest/gtest.h:6526
↓ 1 callers
Class
TestInfo
Represents a test.
tests/gtest/gtest.h:6527
↓ 1 callers
Class
TestProperty
A copyable object representing a user specified test property which can be output as a key/value string pair. Don't inherit from TestProperty as its
tests/gtest/gtest.h:12980
↓ 1 callers
Class
TestPropertyKeyIs
A predicate that checks the key of a TestProperty against a known key. TestPropertyKeyIs is copyable.
tests/gtest/gtest-all.cc:740
↓ 1 callers
Class
TestSuite
tests/gtest/gtest.h:12289
↓ 1 callers
Class
TestSuiteNameIs
A predicate that checks the name of a TestSuite against a known value. This is used for implementation of the UnitTest class only. We put it in the
tests/gtest/gtest-all.cc:6582
↓ 1 callers
Class
Types
tests/gtest/gtest.h:3924
↓ 1 callers
Class
UnitTest
Result of a test part.
tests/gtest/gtest.h:6529
↓ 1 callers
Class
XmlUnitTestResultPrinter
This class generates an XML output file.
tests/gtest/gtest-all.cc:4967
↓ 1 callers
Class
_stat
tests/gtest/gtest.h:2269
↓ 1 callers
Class
callback
src/backward.h:937
↓ 1 callers
Class
get_mod_info
src/backward.h:3603
↓ 1 callers
Class
not_isempty
src/backward.h:3811
↓ 1 callers
Class
outcome
include/aws/lambda-runtime/outcome.h:24
↓ 1 callers
Class
sigaction
src/backward.h:4240
↓ 1 callers
Class
stat
tests/runtime_tests.cpp:98
↓ 1 callers
Class
stat
tests/gtest/gtest.h:2304
Enum
AbortReason
An enumeration of the three reasons that a test might be aborted.
tests/gtest/gtest.h:9719
Class
AbstractSocketWriter
tests/gtest/gtest-all.cc:1450
Class
AddReference
tests/gtest/gtest.h:1279
Class
AddReference<T&>
tests/gtest/gtest.h:1281
Class
AnyEq
tests/gtest/gtest.h:9113
Class
AnyGe
tests/gtest/gtest.h:9133
Class
AnyGt
tests/gtest/gtest.h:9125
Class
AnyLe
tests/gtest/gtest.h:9129
Class
AnyLt
tests/gtest/gtest.h:9121
Class
AnyNe
tests/gtest/gtest.h:9117
Class
Arguments
Utility class for accumulating command-line arguments.
tests/gtest/gtest-all.cc:8437
Class
AssertHelperData
tests/gtest/gtest.h:14224
Class
AssertTypeEq
tests/gtest/gtest.h:3268
Class
AssertTypeEq<T, T>
tests/gtest/gtest.h:3271
Class
AssertionResult
tests/gtest/gtest.h:6524
Class
BaseTest
tests/gtest/gtest.h:10376
Class
Bind
tests/gtest/gtest.h:4806
Class
CapturedStream
Object that captures an output stream (stdout/stderr).
tests/gtest/gtest-all.cc:10776
Class
CartesianProductGenerator
tests/gtest/gtest.h:11142
Class
CartesianProductHolder
tests/gtest/gtest.h:11258
Enum
CharFormat
Depending on the value of a char (or wchar_t), we print it in one of three formats: - as is if it's a printable ASCII (e.g. 'a', '2', ' '), - as a hex
tests/gtest/gtest-all.cc:11231
Class
Colorize
src/backward.h:3971
Class
ComparisonBase
tests/gtest/gtest.h:9432
Class
CompileAssertTypesEqual
tests/gtest/gtest.h:7288
Class
CompileAssertTypesEqual<T, T>
tests/gtest/gtest.h:7291
Class
ConstRef
tests/gtest/gtest.h:1300
Class
ConstRef<T&>
tests/gtest/gtest.h:1302
Class
DeathTestFactory
tests/gtest/gtest.h:9759
Class
DeathTestImpl
Provides cross platform implementation for some death functionality.
tests/gtest/gtest-all.cc:7994
Enum
DeathTestOutcome
An enumeration describing all of the possible ways that a death test can conclude. DIED means that the process died while executing the test code; LI
tests/gtest/gtest-all.cc:7875
Class
DefaultDeathTestFactory
A concrete DeathTestFactory implementation for normal use.
tests/gtest/gtest.h:9768
Class
DefaultGlobalTestPartResultReporter
tests/gtest/gtest.h:12267
Class
DefaultGlobalTestPartResultReporter
This is the default global test part result reporter used in UnitTestImpl. This class should only be used by UnitTestImpl.
tests/gtest/gtest-all.cc:868
Class
DefaultNameGenerator
The default argument to the template below for the case when the user does not provide a name generator.
tests/gtest/gtest.h:7087
Class
DefaultPerThreadTestPartResultReporter
This is the default per thread test part result reporter used in UnitTestImpl. This class should only be used by UnitTestImpl.
tests/gtest/gtest-all.cc:884
Enum
DefaultPrinterType
tests/gtest/gtest.h:8379
Class
DefaultValueHolderFactory
tests/gtest/gtest.h:1876
Class
DefaultValueHolderFactory
tests/gtest/gtest.h:2085
Class
DerivedTest
tests/gtest/gtest.h:10381
Class
DoubleSequence
tests/gtest/gtest.h:7594
Class
DoubleSequence<false, IndexSequence<I...>, sizeofT>
tests/gtest/gtest.h:7600
Class
DoubleSequence<true, IndexSequence<I...>, sizeofT>
tests/gtest/gtest.h:7596
Class
DummyMatchResultListener
A match result listener that ignores the explanation.
tests/gtest/gtest.h:9139
Enum
EditType
Returns the optimal edits to go from 'left' to 'right'. All edits cost the same, with replace having lower priority than add/remove. Simple implementa
tests/gtest/gtest.h:6591
Class
ElemFromList
tests/gtest/gtest.h:7628
Class
ElemFromList<N, IndexSequence<I...>, T...>
tests/gtest/gtest.h:7631
Class
ElemFromListImpl
tests/gtest/gtest.h:7618
Class
ElemFromListImpl<T, I, I>
tests/gtest/gtest.h:7621
Class
EmptyTestEventListener
The convenience class for users who need to override just one or two methods and are not concerned that a possible change to a signature of the method
tests/gtest/gtest.h:13581
Class
EnableIf
tests/gtest/gtest.h:7433
Class
EnableIf<true>
tests/gtest/gtest.h:7434
Enum
Endpoints
src/runtime.cpp:45
Class
Environment
An Environment object is capable of setting up and tearing down an environment. You should subclass this to define your own environment(s). An Envir
tests/gtest/gtest.h:13485
Class
EqHelper
tests/gtest/gtest.h:13981
Class
EqMatcher
tests/gtest/gtest.h:9470
Class
ExecDeathTest
tests/gtest/gtest.h:12268
Class
ExecDeathTest
A concrete death test class that forks and re-executes the main program from the beginning, with command-line flags set that cause only this specific
tests/gtest/gtest-all.cc:8753
Class
ExecDeathTestArgs
A struct that encompasses the arguments to the child process of a threadsafe-style death test process.
tests/gtest/gtest-all.cc:8811
Class
FactoryImpl
tests/gtest/gtest.h:14882
Class
FinalSuccessChecker
tests/gtest/gtest.h:12270
Class
FlatTuple
tests/gtest/gtest.h:7635
Class
FlatTupleBase
tests/gtest/gtest.h:7651
Class
FlatTupleBase<FlatTuple<T...>, IndexSequence<Idx...>>
tests/gtest/gtest.h:7654
Class
FlatTupleElemBase
tests/gtest/gtest.h:7638
Class
FlatTupleElemBase<FlatTuple<T...>, I>
tests/gtest/gtest.h:7641
Class
FloatingPoint
tests/gtest/gtest.h:6673
Class
FooTest
tests/gtest/gtest.h:10274
next →
1–100 of 548, ranked by callers