Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/globjects
/ functions
Functions
4,459 in github.com/cginternals/globjects
⨍
Functions
4,459
◇
Types & classes
1,632
Method
CartesianProductHolder4
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4887
Method
CartesianProductHolder5
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4914
Method
CartesianProductHolder6
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4943
Method
CartesianProductHolder7
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4976
Method
CartesianProductHolder8
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:5013
Method
CartesianProductHolder9
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:5053
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).
source/tests/googletest/googletest/src/gtest.cc:1905
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
source/tests/googletest/googletest/src/gtest.cc:1925
Method
Cast
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:517
Method
Cast
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:565
Method
Cast
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:600
Method
Cast
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:627
Method
CastImpl
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:538
Method
Castable
source/tests/googletest/googletest/test/gtest-port_test.cc:132
Method
CatchExceptions
Creates a Flags struct where the gtest_catch_exceptions flag has the given value.
source/tests/googletest/googletest/test/gtest_unittest.cc:5492
Method
CheckFlags
Verifies that the flag values match the expected values.
source/tests/googletest/googletest/test/gtest_unittest.cc:5636
Method
CheckIsValid
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:2313
Method
CheckIsValid
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:2324
Function
CheckedDowncastToActualType
source/tests/googletest/googletest/include/gtest/internal/gtest-port.h:1392
Method
Clear
Clears the explanation accumulated so far.
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:192
Method
Clear
Clears the queue.
source/tests/googletest/googletest/samples/sample3-inl.h:83
Function
ClearAdHocTestResult
Clears the results of ad-hoc test assertions.
source/tests/googletest/googletest/src/gtest-internal-inl.h:707
Function
ClearTestCaseResult
Clears the results of all tests in the given test case.
source/tests/googletest/googletest/include/gtest/gtest.h:878
Method
ClearTestPartResults
source/tests/googletest/googletest/src/gtest-internal-inl.h:1022
Method
ClearTestPartResults
Clears the test part results.
source/tests/googletest/googletest/src/gtest.cc:2045
Function
ClearTestResult
source/tests/googletest/googletest/include/gtest/gtest.h:746
Method
Clone
Returns a copy of self.
source/tests/googletest/googletest/scripts/pump.py:125
Method
Clone
Returns a copy of self.
source/tests/googletest/googletest/scripts/pump.py:156
Method
Clone
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util.h:323
Method
Clone
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3208
Method
Clone
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3331
Method
Clone
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3472
Method
Clone
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3630
Method
Clone
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3807
Method
Clone
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4001
Method
Clone
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4214
Method
Clone
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4443
Method
Clone
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4690
Method
CloneCString
Clones a 0-terminated C string, allocating memory using new.
source/tests/googletest/googletest/samples/sample2.cc:39
Method
CloseConnection
Closes the socket.
source/tests/googletest/googletest/src/gtest-internal-inl.h:1046
Function
CmpHelperEQ
The helper function for {ASSERT|EXPECT}_EQ with int or enum arguments.
source/tests/googletest/googletest/src/gtest.cc:1437
Function
CmpHelperFloatingPointEQ
source/tests/googletest/googletest/include/gtest/gtest.h:1635
Function
CmpHelperOpFailure
source/tests/googletest/googletest/include/gtest/gtest.h:1490
Function
CmpHelperSTRCASENE
The helper function for {ASSERT|EXPECT}_STRCASENE.
source/tests/googletest/googletest/src/gtest.cc:1533
Function
CmpHelperSTRNE
Helper function for *_STRNE on wide strings.
source/tests/googletest/googletest/src/gtest.cc:1885
Method
CodeLocation
source/tests/googletest/googletest/include/gtest/internal/gtest-internal.h:505
Method
CommonTest
source/tests/googletest/googletest/test/gtest-typed-test_test.cc:66
Method
Compare
source/tests/googletest/googletest/include/gtest/gtest.h:1418
Method
Compare
source/tests/googletest/googletest/include/gtest/gtest.h:1451
Method
CompareAndIncrementCharPtrs
Must be public and not protected due to a bug in g++ 3.4.2. This helper function is needed by the FailedASSERT_STREQ test below. It's public to work
source/tests/googletest/googletest/test/gtest_unittest.cc:3211
Method
CompareAndIncrementInts
This helper function is needed by the FailedASSERT_NE test below. It's public to work around C++Builder's bug with scoping local classes.
source/tests/googletest/googletest/test/gtest_unittest.cc:3217
Method
CompareTestPartResult
Helper that compares two two TestPartResults.
source/tests/googletest/googletest/test/gtest_unittest.cc:1392
Method
ComparisonBase
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:895
Method
CompositeStringSource
source/globjects/source/base/CompositeStringSource.cpp:12
Method
ComputeCurrentValue
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3241
Method
ComputeCurrentValue
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3368
Method
ComputeCurrentValue
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3513
Method
ComputeCurrentValue
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3675
Method
ComputeCurrentValue
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3856
Method
ComputeCurrentValue
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4054
Method
ComputeCurrentValue
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4271
Method
ComputeCurrentValue
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4504
Method
ComputeCurrentValue
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4755
Function
Concat10
source/tests/googletest/googlemock/test/gmock-more-actions_test.cc:173
Function
Concat10
source/tests/googletest/googlemock/test/gmock-generated-actions_test.cc:156
Method
Concat10
source/tests/googletest/googlemock/test/gmock-more-actions_test.cc:222
Function
Concat4
source/tests/googletest/googlemock/test/gmock-more-actions_test.cc:122
Function
Concat4
source/tests/googletest/googlemock/test/gmock-generated-actions_test.cc:105
Function
Concat5
source/tests/googletest/googlemock/test/gmock-more-actions_test.cc:135
Function
Concat5
source/tests/googletest/googlemock/test/gmock-generated-actions_test.cc:118
Function
Concat6
source/tests/googletest/googlemock/test/gmock-more-actions_test.cc:150
Function
Concat6
source/tests/googletest/googlemock/test/gmock-generated-actions_test.cc:133
Function
Concat7
source/tests/googletest/googlemock/test/gmock-more-actions_test.cc:155
Function
Concat7
source/tests/googletest/googlemock/test/gmock-generated-actions_test.cc:138
Method
Concat7
source/tests/googletest/googlemock/test/gmock-more-actions_test.cc:204
Function
Concat8
source/tests/googletest/googlemock/test/gmock-more-actions_test.cc:161
Function
Concat8
source/tests/googletest/googlemock/test/gmock-generated-actions_test.cc:144
Method
Concat8
source/tests/googletest/googlemock/test/gmock-more-actions_test.cc:210
Function
Concat9
source/tests/googletest/googlemock/test/gmock-more-actions_test.cc:167
Function
Concat9
source/tests/googletest/googlemock/test/gmock-generated-actions_test.cc:150
Method
Concat9
source/tests/googletest/googlemock/test/gmock-more-actions_test.cc:216
Method
ConcatPaths
Given directory = "dir", relative_path = "test.xml", returns "dir/test.xml". On Windows, uses \ as the separator rather than /.
source/tests/googletest/googletest/src/gtest-filepath.cc:199
Method
ConfigureStreamingOutput
Initializes event listeners for streaming test results in string form. Must not be called before InitGoogleTest.
source/tests/googletest/googletest/src/gtest.cc:4413
Method
ConfigureXmlOutput
Initializes event listeners performing XML output as specified by UnitTestOptions. Must not be called before InitGoogleTest.
source/tests/googletest/googletest/src/gtest.cc:4398
Function
ConservativeLowerBound
Conservative estimate on the lower/upper bound of the number of calls allowed.
source/tests/googletest/googlemock/include/gmock/gmock-cardinalities.h:94
Function
ConservativeUpperBound
source/tests/googletest/googlemock/include/gmock/gmock-cardinalities.h:95
Method
ConstAndNonConstCastable
source/tests/googletest/googletest/test/gtest-port_test.cc:170
Method
ConstCastable
source/tests/googletest/googletest/test/gtest-port_test.cc:151
Function
ConstCharPtr
source/tests/googletest/googletest/include/gtest/internal/gtest-internal.h:742
Method
ConstField
source/tests/googletest/googletest/include/gtest/internal/gtest-tuple.h:816
Method
ConstField
source/tests/googletest/googletest/include/gtest/internal/gtest-tuple.h:828
Method
ConstField
source/tests/googletest/googletest/include/gtest/internal/gtest-tuple.h:840
Method
ConstField
source/tests/googletest/googletest/include/gtest/internal/gtest-tuple.h:852
Method
ConstField
source/tests/googletest/googletest/include/gtest/internal/gtest-tuple.h:864
Method
ConstField
source/tests/googletest/googletest/include/gtest/internal/gtest-tuple.h:876
Method
ConstField
source/tests/googletest/googletest/include/gtest/internal/gtest-tuple.h:888
Method
ConstField
source/tests/googletest/googletest/include/gtest/internal/gtest-tuple.h:900
Method
ConstField
source/tests/googletest/googletest/include/gtest/internal/gtest-tuple.h:912
Method
ConstField
source/tests/googletest/googletest/include/gtest/internal/gtest-tuple.h:924
Method
ConstIter
source/tests/googletest/googlemock/test/gmock-matchers_test.cc:4515
← previous
next →
1,501–1,600 of 4,459, ranked by callers