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
↓ 1 callers
Method
post_failure
src/runtime.cpp:327
↓ 1 callers
Method
post_success
src/runtime.cpp:321
↓ 1 callers
Function
query
examples/dynamodb/main.cpp:72
↓ 1 callers
Method
release
src/backward.h:616
↓ 1 callers
Method
resolve
src/backward.h:1270
↓ 1 callers
Method
set
tests/gtest/gtest.h:1839
↓ 1 callers
Method
set_content_type
include/aws/http/response.h:133
↓ 1 callers
Method
set_forwarding_enabled
tests/gtest/gtest-all.cc:4849
↓ 1 callers
Method
set_machine_type
We have to load the machine type from the image info So we first initialize the resolver, and it tells us this info
src/backward.h:1156
↓ 1 callers
Function
set_parameter_string
Types are resolved from right to left: we get the variable name first and then all specifiers (like const or pointer) in a chain of DW_AT_type DIEs. C
src/backward.h:2887
↓ 1 callers
Method
set_response_code
include/aws/http/response.h:128
↓ 1 callers
Method
set_thread_handle
src/backward.h:1158
↓ 1 callers
Method
skip_n_firsts
src/backward.h:768
↓ 1 callers
Function
split_source_prefixes
Split a string on the platform's PATH delimiter. Example: if delimiter is ":" then: "" --> [] ":" --> ["",""] "::"
src/backward.h:687
↓ 1 callers
Method
successful_test_count
Gets the number of successful tests.
tests/gtest/gtest-all.cc:2256
↓ 1 callers
Method
successful_test_suite_count
Gets the number of successful test suites.
tests/gtest/gtest-all.cc:2235
↓ 1 callers
Method
swap
src/backward.h:621
↓ 1 callers
Function
test_suite_name
Returns the test suite name.
tests/gtest/gtest.h:13148
↓ 1 callers
Method
thread_id
src/backward.h:767
↓ 1 callers
Function
unwind
src/backward.h:895
↓ 1 callers
Method
update
src/backward.h:602
Function
AddGlobalTestEnvironment
A convenient wrapper for adding an environment for the test program. You should call this before RUN_ALL_TESTS() is called, probably in main(). If y
tests/gtest/gtest.h:13914
Function
AddTestInfo
Adds a TestInfo to the unit test. Arguments: set_up_tc: pointer to the function that sets up the test suite tear_down_tc: pointer to the function
tests/gtest/gtest-all.cc:1064
Function
AddTestName
tests/gtest/gtest.h:7017
Method
AddTestPattern
TEST_P macro uses AddTestPattern() to record information about a single test in a LocalTestInfo structure. test_suite_name is the base name of the tes
tests/gtest/gtest.h:10903
Method
AddTestSuiteInstantiation
INSTANTIATE_TEST_SUITE_P macro uses AddGenerator() to record information about a generator.
tests/gtest/gtest.h:10910
Method
Advance
tests/gtest/gtest.h:10711
Method
Advance
Advance should not be called on beyond-of-range iterators so no component iterators must be beyond end of range, either.
tests/gtest/gtest.h:11180
Method
AdvanceIfEnd
tests/gtest/gtest.h:11218
Method
AnsiToUtf16
Creates a UTF-16 wide string from the given ANSI string, allocating memory using new. The caller is responsible for deleting the return value using de
tests/gtest/gtest-all.cc:2364
Method
Arguments
tests/gtest/gtest-all.cc:8439
Function
ArrayAwareFind
tests/gtest/gtest.h:7470
Method
AssertHeld
Does nothing if the current thread holds the mutex. Otherwise, crashes with high probability.
tests/gtest/gtest.h:1927
Method
AssertHeld
tests/gtest/gtest.h:2128
Method
AssertHelper
AssertHelper constructor.
tests/gtest/gtest-all.cc:1871
Method
AssertHelperData
tests/gtest/gtest.h:14225
Function
AssertPred1Helper
tests/gtest/gtest.h:12562
Function
AssertPred2Helper
tests/gtest/gtest.h:12605
Function
AssertPred3Helper
tests/gtest/gtest.h:12655
Function
AssertPred4Helper
tests/gtest/gtest.h:12711
Function
AssertPred5Helper
tests/gtest/gtest.h:12773
Method
AssertionResult
AssertionResult constructors. Used in EXPECT_TRUE/FALSE(assertion_result).
tests/gtest/gtest-all.cc:2482
Method
AssumeRole
The AssumeRole process for a Windows death test. It creates a child process with the same executable as the current process to run the death test. T
tests/gtest/gtest-all.cc:8322
Method
AutoHandle
tests/gtest/gtest-all.cc:9989
Method
BaseGenerator
tests/gtest/gtest.h:10708
Method
BaseGenerator
tests/gtest/gtest.h:11175
Method
Begin
tests/gtest/gtest.h:10691
Method
Begin
tests/gtest/gtest.h:11151
Function
Bool
Bool() allows generating tests with parameters in a set of (false, true). Synopsis: Bool() - returns a generator producing sequences with elements {f
tests/gtest/gtest.h:11452
Method
CStringEquals
Compares two C strings. Returns true iff they have the same content. Unlike strcmp(), this function can handle NULL argument(s). A NULL C string is
tests/gtest/gtest-all.cc:2398
Method
CalculateEndIndex
tests/gtest/gtest.h:10658
Function
CaptureStdout
Starts capturing stdout.
tests/gtest/gtest-all.cc:10890
Method
CapturedStream
The ctor redirects the stream to a temporary file.
tests/gtest/gtest-all.cc:10779
Method
CartesianProductGenerator
tests/gtest/gtest.h:11147
Method
CartesianProductHolder
tests/gtest/gtest.h:11260
Method
CaseInsensitiveCStringEquals
Compares two C strings, ignoring case. Returns true iff they have the same content. Unlike strcasecmp(), this function can handle NULL argument(s).
tests/gtest/gtest-all.cc:3399
Method
CaseInsensitiveWideCStringEquals
Compares two wide C strings, ignoring case. Returns true iff they have the same content. Unlike wcscasecmp(), this function can handle NULL argument
tests/gtest/gtest-all.cc:3417
Function
ChDir
tests/gtest/gtest.h:2331
Function
CheckedDowncastToActualType
tests/gtest/gtest.h:1378
Function
ClearAdHocTestResult
Clears the results of ad-hoc test assertions.
tests/gtest/gtest-all.cc:1123
Function
ClearInjectableArgvs
tests/gtest/gtest-all.cc:10963
Method
ClearTestPartResults
tests/gtest/gtest-all.cc:1434
Function
ClearTestResult
tests/gtest/gtest.h:13243
Function
ClearTestSuiteResult
Clears the results of all tests in the given test suite.
tests/gtest/gtest.h:13378
Method
Clone
tests/gtest/gtest.h:10715
Method
Clone
tests/gtest/gtest.h:11188
Method
CloseConnection
Closes the socket.
tests/gtest/gtest-all.cc:1458
Function
CmpHelperEQ
The helper function for {ASSERT|EXPECT}_EQ with int or enum arguments.
tests/gtest/gtest-all.cc:2930
Function
CmpHelperFloatingPointEQ
tests/gtest/gtest.h:14169
Function
CmpHelperOpFailure
tests/gtest/gtest.h:14024
Function
CmpHelperSTRCASENE
The helper function for {ASSERT|EXPECT}_STRCASENE.
tests/gtest/gtest-all.cc:3026
Function
CmpHelperSTRNE
Helper function for *_STRNE on wide strings.
tests/gtest/gtest-all.cc:3379
Method
CodeLocation
tests/gtest/gtest.h:6916
Method
Colorize
src/backward.h:3973
Function
Combine
tests/gtest/gtest.h:11503
Method
Compare
tests/gtest/gtest.h:13990
Method
ComparisonBase
tests/gtest/gtest.h:9434
Method
ComputeCurrentValue
tests/gtest/gtest.h:11233
Method
ConcatPaths
Given directory = "dir", relative_path = "test.xml", returns "dir/test.xml". On Windows, uses \ as the separator rather than /.
tests/gtest/gtest-all.cc:9432
Method
ConfigureStreamingOutput
Initializes event listeners for streaming test results in string form. Must not be called before InitGoogleTest.
tests/gtest/gtest-all.cc:6516
Method
ConfigureXmlOutput
Initializes event listeners performing XML output as specified by UnitTestOptions. Must not be called before InitGoogleTest.
tests/gtest/gtest-all.cc:6499
Function
ConstCharPtr
tests/gtest/gtest.h:7258
Method
Create
Creates and returns a death test by dispatching to the current death test factory.
tests/gtest/gtest-all.cc:7976
Method
CreateTest
tests/gtest/gtest.h:6895
Method
CreateTest
tests/gtest/gtest.h:10791
Method
CreateTest
tests/gtest/gtest.h:14885
Method
CreateThread
tests/gtest/gtest-all.cc:10171
Method
Current
We need to use cached value referenced by iterator_ because *iterator_ can return a temporary object (and of type other then T), so just having "retur
tests/gtest/gtest.h:10725
Method
Current
tests/gtest/gtest.h:11192
Method
DeathTest
Death test constructor. Increments the running death test count for the current test.
tests/gtest/gtest-all.cc:7966
Method
DeathTestImpl
tests/gtest/gtest-all.cc:7996
Method
DefaultGlobalTestPartResultReporter
tests/gtest/gtest-all.cc:2191
Function
DefaultParamName
tests/gtest/gtest.h:10768
Method
DefaultPerThreadTestPartResultReporter
tests/gtest/gtest-all.cc:2200
Method
DefaultValueHolderFactory
tests/gtest/gtest.h:1878
Method
DefaultValueHolderFactory
tests/gtest/gtest.h:2087
Function
Delete
tests/gtest/gtest-all.cc:733
Function
DeleteSelf_
Deletes self. We deliberately pick an unusual name for this internal method to avoid clashing with names used in user TESTs.
tests/gtest/gtest.h:12947
Method
Desc
tests/gtest/gtest.h:9474
Method
Desc
tests/gtest/gtest.h:9482
← previous
next →
401–500 of 1,190, ranked by callers