MCPcopy Create free account

hub / github.com/cginternals/globjects / functions

Functions4,459 in github.com/cginternals/globjects

MethodCartesianProductHolder4
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4887
MethodCartesianProductHolder5
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4914
MethodCartesianProductHolder6
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4943
MethodCartesianProductHolder7
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4976
MethodCartesianProductHolder8
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:5013
MethodCartesianProductHolder9
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:5053
MethodCaseInsensitiveCStringEquals
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
MethodCaseInsensitiveWideCStringEquals
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
MethodCast
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:517
MethodCast
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:565
MethodCast
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:600
MethodCast
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:627
MethodCastImpl
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:538
MethodCastable
source/tests/googletest/googletest/test/gtest-port_test.cc:132
MethodCatchExceptions
Creates a Flags struct where the gtest_catch_exceptions flag has the given value.
source/tests/googletest/googletest/test/gtest_unittest.cc:5492
MethodCheckFlags
Verifies that the flag values match the expected values.
source/tests/googletest/googletest/test/gtest_unittest.cc:5636
MethodCheckIsValid
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:2313
MethodCheckIsValid
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:2324
FunctionCheckedDowncastToActualType
source/tests/googletest/googletest/include/gtest/internal/gtest-port.h:1392
MethodClear
Clears the explanation accumulated so far.
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:192
MethodClear
Clears the queue.
source/tests/googletest/googletest/samples/sample3-inl.h:83
FunctionClearAdHocTestResult
Clears the results of ad-hoc test assertions.
source/tests/googletest/googletest/src/gtest-internal-inl.h:707
FunctionClearTestCaseResult
Clears the results of all tests in the given test case.
source/tests/googletest/googletest/include/gtest/gtest.h:878
MethodClearTestPartResults
source/tests/googletest/googletest/src/gtest-internal-inl.h:1022
MethodClearTestPartResults
Clears the test part results.
source/tests/googletest/googletest/src/gtest.cc:2045
FunctionClearTestResult
source/tests/googletest/googletest/include/gtest/gtest.h:746
MethodClone
Returns a copy of self.
source/tests/googletest/googletest/scripts/pump.py:125
MethodClone
Returns a copy of self.
source/tests/googletest/googletest/scripts/pump.py:156
MethodClone
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util.h:323
MethodClone
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3208
MethodClone
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3331
MethodClone
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3472
MethodClone
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3630
MethodClone
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3807
MethodClone
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4001
MethodClone
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4214
MethodClone
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4443
MethodClone
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4690
MethodCloneCString
Clones a 0-terminated C string, allocating memory using new.
source/tests/googletest/googletest/samples/sample2.cc:39
MethodCloseConnection
Closes the socket.
source/tests/googletest/googletest/src/gtest-internal-inl.h:1046
FunctionCmpHelperEQ
The helper function for {ASSERT|EXPECT}_EQ with int or enum arguments.
source/tests/googletest/googletest/src/gtest.cc:1437
FunctionCmpHelperFloatingPointEQ
source/tests/googletest/googletest/include/gtest/gtest.h:1635
FunctionCmpHelperOpFailure
source/tests/googletest/googletest/include/gtest/gtest.h:1490
FunctionCmpHelperSTRCASENE
The helper function for {ASSERT|EXPECT}_STRCASENE.
source/tests/googletest/googletest/src/gtest.cc:1533
FunctionCmpHelperSTRNE
Helper function for *_STRNE on wide strings.
source/tests/googletest/googletest/src/gtest.cc:1885
MethodCodeLocation
source/tests/googletest/googletest/include/gtest/internal/gtest-internal.h:505
MethodCommonTest
source/tests/googletest/googletest/test/gtest-typed-test_test.cc:66
MethodCompare
source/tests/googletest/googletest/include/gtest/gtest.h:1418
MethodCompare
source/tests/googletest/googletest/include/gtest/gtest.h:1451
MethodCompareAndIncrementCharPtrs
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
MethodCompareAndIncrementInts
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
MethodCompareTestPartResult
Helper that compares two two TestPartResults.
source/tests/googletest/googletest/test/gtest_unittest.cc:1392
MethodComparisonBase
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:895
MethodCompositeStringSource
source/globjects/source/base/CompositeStringSource.cpp:12
MethodComputeCurrentValue
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3241
MethodComputeCurrentValue
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3368
MethodComputeCurrentValue
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3513
MethodComputeCurrentValue
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3675
MethodComputeCurrentValue
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3856
MethodComputeCurrentValue
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4054
MethodComputeCurrentValue
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4271
MethodComputeCurrentValue
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4504
MethodComputeCurrentValue
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4755
FunctionConcat10
source/tests/googletest/googlemock/test/gmock-more-actions_test.cc:173
FunctionConcat10
source/tests/googletest/googlemock/test/gmock-generated-actions_test.cc:156
MethodConcat10
source/tests/googletest/googlemock/test/gmock-more-actions_test.cc:222
FunctionConcat4
source/tests/googletest/googlemock/test/gmock-more-actions_test.cc:122
FunctionConcat4
source/tests/googletest/googlemock/test/gmock-generated-actions_test.cc:105
FunctionConcat5
source/tests/googletest/googlemock/test/gmock-more-actions_test.cc:135
FunctionConcat5
source/tests/googletest/googlemock/test/gmock-generated-actions_test.cc:118
FunctionConcat6
source/tests/googletest/googlemock/test/gmock-more-actions_test.cc:150
FunctionConcat6
source/tests/googletest/googlemock/test/gmock-generated-actions_test.cc:133
FunctionConcat7
source/tests/googletest/googlemock/test/gmock-more-actions_test.cc:155
FunctionConcat7
source/tests/googletest/googlemock/test/gmock-generated-actions_test.cc:138
MethodConcat7
source/tests/googletest/googlemock/test/gmock-more-actions_test.cc:204
FunctionConcat8
source/tests/googletest/googlemock/test/gmock-more-actions_test.cc:161
FunctionConcat8
source/tests/googletest/googlemock/test/gmock-generated-actions_test.cc:144
MethodConcat8
source/tests/googletest/googlemock/test/gmock-more-actions_test.cc:210
FunctionConcat9
source/tests/googletest/googlemock/test/gmock-more-actions_test.cc:167
FunctionConcat9
source/tests/googletest/googlemock/test/gmock-generated-actions_test.cc:150
MethodConcat9
source/tests/googletest/googlemock/test/gmock-more-actions_test.cc:216
MethodConcatPaths
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
MethodConfigureStreamingOutput
Initializes event listeners for streaming test results in string form. Must not be called before InitGoogleTest.
source/tests/googletest/googletest/src/gtest.cc:4413
MethodConfigureXmlOutput
Initializes event listeners performing XML output as specified by UnitTestOptions. Must not be called before InitGoogleTest.
source/tests/googletest/googletest/src/gtest.cc:4398
FunctionConservativeLowerBound
Conservative estimate on the lower/upper bound of the number of calls allowed.
source/tests/googletest/googlemock/include/gmock/gmock-cardinalities.h:94
FunctionConservativeUpperBound
source/tests/googletest/googlemock/include/gmock/gmock-cardinalities.h:95
MethodConstAndNonConstCastable
source/tests/googletest/googletest/test/gtest-port_test.cc:170
MethodConstCastable
source/tests/googletest/googletest/test/gtest-port_test.cc:151
FunctionConstCharPtr
source/tests/googletest/googletest/include/gtest/internal/gtest-internal.h:742
MethodConstField
source/tests/googletest/googletest/include/gtest/internal/gtest-tuple.h:816
MethodConstField
source/tests/googletest/googletest/include/gtest/internal/gtest-tuple.h:828
MethodConstField
source/tests/googletest/googletest/include/gtest/internal/gtest-tuple.h:840
MethodConstField
source/tests/googletest/googletest/include/gtest/internal/gtest-tuple.h:852
MethodConstField
source/tests/googletest/googletest/include/gtest/internal/gtest-tuple.h:864
MethodConstField
source/tests/googletest/googletest/include/gtest/internal/gtest-tuple.h:876
MethodConstField
source/tests/googletest/googletest/include/gtest/internal/gtest-tuple.h:888
MethodConstField
source/tests/googletest/googletest/include/gtest/internal/gtest-tuple.h:900
MethodConstField
source/tests/googletest/googletest/include/gtest/internal/gtest-tuple.h:912
MethodConstField
source/tests/googletest/googletest/include/gtest/internal/gtest-tuple.h:924
MethodConstIter
source/tests/googletest/googlemock/test/gmock-matchers_test.cc:4515
← previousnext →1,501–1,600 of 4,459, ranked by callers