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
Function
IsNotZero
source/tests/googletest/googlemock/test/gmock-matchers_test.cc:2481
Function
IsOverSaturatedByCallCount
Returns true iff call_count calls will over-saturate this cardinality, i.e. exceed the maximum number of allowed calls.
source/tests/googletest/googlemock/include/gmock/gmock-cardinalities.h:109
Function
IsPositive
Returns non-zero if the input is positive. Note that the return type of this function is not bool. It's OK as Truly() accepts any unary function or
source/tests/googletest/googlemock/test/gmock-matchers_test.cc:2431
Function
IsPositive
source/tests/googletest/googletest/test/gtest_unittest.cc:757
Function
IsPositiveFormat
source/tests/googletest/googletest/test/gtest_unittest.cc:2383
Function
IsPositiveIntValue
For testing casting matchers between compatible types.
source/tests/googletest/googlemock/test/gmock-matchers_test.cc:549
Function
IsPositiveUncopyable
source/tests/googletest/googletest/test/gtest_unittest.cc:3840
Method
IsPrime
source/tests/googletest/googletest/samples/prime_tables.h:89
Function
IsSatisfiedByCallCount
Returns true iff call_count calls will satisfy this cardinality.
source/tests/googletest/googlemock/include/gmock/gmock-cardinalities.h:98
Method
IsSatisfiedByCallCount
Returns true iff call_count calls will satisfy this cardinality.
source/tests/googletest/googlemock/test/gmock-spec-builders_test.cc:1899
Method
IsSatisfiedByCallCount
source/tests/googletest/googlemock/src/gmock-cardinalities.cc:77
Function
IsSaturatedByCallCount
Returns true iff call_count calls will saturate this cardinality.
source/tests/googletest/googlemock/include/gmock/gmock-cardinalities.h:103
Method
IsSaturatedByCallCount
Returns true iff call_count calls will saturate this cardinality.
source/tests/googletest/googlemock/test/gmock-spec-builders_test.cc:1904
Method
IsSaturatedByCallCount
source/tests/googletest/googlemock/src/gmock-cardinalities.cc:81
Method
IsSet
Returns true iff the user has set the default value for type T&.
source/tests/googletest/googlemock/include/gmock/gmock-actions.h:288
Method
IsTypeOf
source/tests/googletest/googlemock/test/gmock-matchers_test.cc:916
Method
IsValidParamName
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util.h:640
Method
IsValidXmlCharacter
May c appear in a well-formed XML document?
source/tests/googletest/googletest/src/gtest.cc:3361
Method
Iterator
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util.h:224
Method
Iterator
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util.h:311
Method
Iterator
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3182
Method
Iterator
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3298
Method
Iterator
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3432
Method
Iterator
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3583
Method
Iterator
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3753
Method
Iterator
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:3940
Method
Iterator
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4146
Method
Iterator
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4368
Method
Iterator
source/tests/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h:4608
Method
Join
source/tests/googletest/googletest/include/gtest/internal/gtest-port.h:1613
Method
KeyMatcher
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:2985
Method
KeyMatcherImpl
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:2945
Method
KilledBySignal
KilledBySignal constructor.
source/tests/googletest/googletest/src/gtest-death-test.cc:170
Method
Last
Gets the last element of the queue, or NULL if the queue is empty.
source/tests/googletest/googletest/samples/sample3-inl.h:109
Method
LastMessage
source/tests/googletest/googletest/src/gtest-death-test.cc:362
Method
LeMatcher
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:961
Method
LinkedPtrTest
source/tests/googletest/googletest/test/gtest-linked_ptr_test.cc:66
Method
ListTests
Creates a Flags struct where the gtest_list_tests flag has the given value.
source/tests/googletest/googletest/test/gtest_unittest.cc:5516
Method
ListTestsMatchingFilter
Prints the names of the tests matching the user-specified filter flag.
source/tests/googletest/googletest/src/gtest.cc:4863
Method
LocationIdentity
source/globjects/source/LocationIdentity.cpp:11
Method
Lock
Acquires this mutex.
source/tests/googletest/googletest/include/gtest/internal/gtest-port.h:1927
Method
LogMessage
source/globjects/source/base/LogMessage.cpp:9
Method
LogMessageBuilder
source/globjects/source/base/LogMessageBuilder.cpp:16
Method
LogTestHelper
source/tests/googletest/googlemock/test/gmock-spec-builders_test.cc:2196
Method
LtMatcher
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:945
Function
Main
Runs the unit test.
source/tests/googletest/googlemock/test/gmock_test_utils.py:109
Function
Main
Runs the unit test.
source/tests/googletest/googletest/test/gtest_test_utils.py:306
Method
MakeConnection
source/tests/googletest/googletest/src/gtest.cc:3778
Method
MakeFileName
Given directory = "dir", base_name = "test", number = 0, extension = "xml", returns "dir/test.xml". If number is greater than zero (e.g., 12), returns
source/tests/googletest/googletest/src/gtest-filepath.cc:183
Method
MakeNewHolder
source/tests/googletest/googletest/include/gtest/internal/gtest-port.h:1906
Function
MakePredicateFormatterFromMatcher
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:1878
Function
ManyAsserts
Calls a large number of Google Test assertions, where exactly one of them will fail.
source/tests/googletest/googletest/test/gtest_stress_test.cc:89
Method
MapTester
A helper function for testing Queue::Map().
source/tests/googletest/googletest/samples/sample3_unittest.cc:96
Method
MatchAndExplain
source/tests/googletest/googlemock/test/gmock-matchers_test.cc:170
Method
MatchAndExplain
source/tests/googletest/googlemock/test/gmock-matchers_test.cc:282
Method
MatchAndExplain
source/tests/googletest/googlemock/test/gmock-matchers_test.cc:443
Method
MatchAndExplain
source/tests/googletest/googlemock/test/gmock-matchers_test.cc:489
Method
MatchAndExplain
source/tests/googletest/googlemock/test/gmock-matchers_test.cc:3965
Method
MatchAndExplain
source/tests/googletest/googlemock/test/gmock-matchers_test.cc:5409
Method
MatchAndExplain
source/tests/googletest/googlemock/test/gmock-generated-matchers_test.cc:231
Method
MatchAndExplain
source/tests/googletest/googlemock/test/gmock-generated-matchers_test.cc:264
Method
MatchAndExplain
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:461
Method
MatchAndExplain
We delegate the matching logic to the source matcher.
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:576
Method
MatchAndExplain
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:861
Method
MatchAndExplain
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:906
Method
MatchAndExplain
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:980
Method
MatchAndExplain
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:1000
Method
MatchAndExplain
MatchAndExplain() takes a Super& (as opposed to const Super&) in order to match the interface MatcherInterface<Super&>.
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:1062
Method
MatchAndExplain
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:1138
Method
MatchAndExplain
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:1198
Method
MatchAndExplain
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:1245
Method
MatchAndExplain
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:1291
Method
MatchAndExplain
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:1337
Method
MatchAndExplain
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:1400
Method
MatchAndExplain
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:1449
Method
MatchAndExplain
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:1513
Method
MatchAndExplain
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:1685
Method
MatchAndExplain
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:1766
Method
MatchAndExplain
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:1921
Method
MatchAndExplain
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:2081
Method
MatchAndExplain
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:2151
Method
MatchAndExplain
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:2167
Method
MatchAndExplain
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:2198
Method
MatchAndExplain
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:2259
Method
MatchAndExplain
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:2370
Method
MatchAndExplain
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:2428
Method
MatchAndExplain
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:2482
Method
MatchAndExplain
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:2547
Method
MatchAndExplain
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:2649
Method
MatchAndExplain
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:2749
Method
MatchAndExplain
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:2862
Method
MatchAndExplain
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:2891
Method
MatchAndExplain
Returns true iff 'key_value.first' (the key) matches the inner matcher.
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:2951
Method
MatchAndExplain
Returns true iff 'a_pair.first' matches first_matcher and 'a_pair.second' matches second_matcher.
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:3033
Method
MatchAndExplain
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:3161
Method
MatchAndExplain
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:3376
Method
MatchAndExplain
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:3591
Method
MatchAndExplain
source/tests/googletest/googlemock/include/gmock/gmock-generated-matchers.h:223
Method
MatchAndExplainImpl
The first argument of MatchAndExplainImpl() is needed to help Symbian's C++ compiler choose which overload to use. Its type is true_type iff the Prop
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:2270
Method
MatchAndExplainImpl
Checks whether: All elements in the container match, if all_elements_should_match. Any element in the container matches, if !all_elements_should_match
source/tests/googletest/googlemock/include/gmock/gmock-matchers.h:2816
← previous
next →
2,101–2,200 of 4,459, ranked by callers