Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fmtlib/fmt
/ functions
Functions
3,200 in github.com/fmtlib/fmt
⨍
Functions
3,200
◇
Types & classes
1,093
Method
MatchAndExplain
test/gtest/gmock/gmock.h:5230
Method
MatchAndExplain
test/gtest/gmock/gmock.h:5329
Method
MatchAndExplain
test/gtest/gmock/gmock.h:5436
Method
MatchAndExplain
test/gtest/gmock/gmock.h:5548
Method
MatchAndExplain
test/gtest/gmock/gmock.h:5574
Method
MatchAndExplain
Returns true if and only if 'key_value.first' (the key) matches the inner matcher.
test/gtest/gmock/gmock.h:5654
Method
MatchAndExplain
test/gtest/gmock/gmock.h:5728
Method
MatchAndExplain
Returns true if and only if 'a_pair.first' matches first_matcher and 'a_pair.second' matches second_matcher.
test/gtest/gmock/gmock.h:5776
Method
MatchAndExplain
test/gtest/gmock/gmock.h:5979
Method
MatchAndExplain
test/gtest/gmock/gmock.h:6096
Method
MatchAndExplain
test/gtest/gmock/gmock.h:6324
Method
MatchAndExplain
test/gtest/gmock/gmock.h:6544
Method
MatchAndExplain
test/gtest/gmock/gmock.h:6607
Method
MatchAndExplain
test/gtest/gmock/gmock.h:6645
Method
MatchAndExplain
test/gtest/gmock/gmock.h:6706
Method
MatchAndExplain
test/gtest/gmock/gmock.h:6766
Method
MatchAndExplain
test/gtest/gmock/gmock.h:7942
Method
MatchAndExplain
test/gtest/gmock/gmock.h:8009
Method
MatchAndExplainImpl
test/gtest/gtest/gtest.h:6456
Method
MatchAndExplainImpl
test/gtest/gmock/gmock.h:4968
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
test/gtest/gmock/gmock.h:5504
Method
MatchInternal
test/gtest/gmock/gmock.h:5984
Method
MatchResultListener
Creates a listener object with the given underlying ostream. The listener does not own the ostream, and does not dereference it in the constructor or
test/gtest/gtest/gtest.h:6176
Method
Matcher
Constructs a matcher that matches a const std::string& whose value is equal to s.
test/gtest/gmock-gtest-all.cc:10282
Method
Matcher
Constructs a null matcher. Needed for storing Matcher objects in STL containers. A default-constructed matcher is not yet initialized. You cannot u
test/gtest/gtest/gtest.h:6591
Method
Matcher
test/gtest/gtest/gtest.h:6987
Method
MatcherAsPredicate
test/gtest/gmock/gmock.h:4348
Method
MatcherBase
test/gtest/gtest/gtest.h:6393
Method
MatcherBaseImpl
test/gtest/gmock/gmock.h:3330
Method
MatcherBaseImpl
test/gtest/gmock/gmock.h:3347
Function
MatcherCast
test/gtest/gmock/gmock.h:3377
Method
Matches
Returns true if and only if this matcher matches x.
test/gtest/gtest/gtest.h:6361
Method
Matches
test/gtest/gmock/gmock.h:3483
Method
Matches
test/gtest/gmock/gmock.h:3528
Method
MatchesFilter
test/gtest/gmock-gtest-all.cc:2193
Function
MatchesRegex
Matches a string that fully matches regular expression 'regex'. The matcher takes ownership of 'regex'.
test/gtest/gtest/gtest.h:6956
Method
MatchesRegexMatcher
test/gtest/gtest/gtest.h:6905
Method
Max
test/gtest/gtest/gtest.h:3780
Method
MaxBipartiteMatchState
test/gtest/gmock-gtest-all.cc:12983
Method
MemoryIsNotDeallocated
test/gtest/gmock-gtest-all.cc:10725
Method
Message
Constructs an empty Message. We allocate the stringstream separately because otherwise each use of ASSERT/EXPECT in a procedure adds over 200 bytes to
test/gtest/gmock-gtest-all.cc:2647
Method
MockFunction
test/gtest/gmock/gmock.h:10019
Method
MockObjectState
test/gtest/gmock-gtest-all.cc:13905
Method
MockSpec
Constructs a MockSpec object, given the function mocker object that the spec is associated with.
test/gtest/gmock/gmock.h:9483
Method
MonomorphicImpl
test/gtest/gtest/gtest.h:6761
Method
MonomorphicImpl
test/gtest/gmock/gmock.h:1483
Method
Mutex
test/gtest/gmock-gtest-all.cc:10670
Method
Mutex
test/gtest/gtest/gtest.h:1955
Method
NaggyMockImpl
test/gtest/gmock/gmock.h:11478
Function
NanSensitiveDoubleEq
Creates a matcher that matches any double argument approximately equal to rhs, including NaN values when rhs is NaN.
test/gtest/gmock/gmock.h:6983
Function
NanSensitiveDoubleNear
Creates a matcher that matches any double argument approximately equal to rhs, up to the specified max absolute error bound, including NaN values when
test/gtest/gmock/gmock.h:6998
Function
NanSensitiveFloatEq
Creates a matcher that matches any float argument approximately equal to rhs, including NaN values when rhs is NaN.
test/gtest/gmock/gmock.h:7011
Function
NanSensitiveFloatNear
Creates a matcher that matches any float argument approximately equal to rhs, up to the specified max absolute error bound, including NaN values when
test/gtest/gmock/gmock.h:7026
Method
NativeArray
Constructs from a native array. References the source.
test/gtest/gtest/gtest.h:4480
Function
Ne
test/gtest/gtest/gtest.h:7030
Function
Ne
Creates a polymorphic matcher that matches a 2-tuple where the first field != the second field.
test/gtest/gmock/gmock.h:7290
Method
NeMatcher
test/gtest/gtest/gtest.h:6858
Method
NegatedDesc
test/gtest/gtest/gtest.h:6853
Method
NegatedDesc
test/gtest/gtest/gtest.h:6861
Method
NegatedDesc
test/gtest/gtest/gtest.h:6869
Method
NegatedDesc
test/gtest/gtest/gtest.h:6877
Method
NegatedDesc
test/gtest/gtest/gtest.h:6885
Method
NegatedDesc
test/gtest/gtest/gtest.h:6893
Method
NextGraph
test/gtest/gmock-gtest-all.cc:13104
Function
NiceMock
test/gtest/gmock/gmock.h:11511
Method
NiceMockImpl
test/gtest/gmock/gmock.h:11466
Method
NoExecDeathTest
test/gtest/gmock-gtest-all.cc:9342
Method
Normalize
Removes any redundant separators that might be in the pathname. For example, "bar///foo" becomes "bar/foo". Does not eliminate other redundancies that
test/gtest/gmock-gtest-all.cc:10223
Function
Not
test/gtest/gmock/gmock.h:7347
Method
NotMatcher
test/gtest/gmock/gmock.h:4093
Method
NotMatcherImpl
test/gtest/gmock/gmock.h:4068
Function
NotNull
Creates a polymorphic matcher that matches any non-NULL pointer. This is convenient as Not(NULL) doesn't compile (the compiler thinks that that expres
test/gtest/gmock/gmock.h:6959
Method
Notification
test/gtest/gmock-gtest-all.cc:10653
Method
Notification
test/gtest/gtest/gtest.h:1440
Method
Notify
test/gtest/gmock-gtest-all.cc:10661
Method
Notify
Notifies all threads created with this notification to start. Must be called from the controller thread.
test/gtest/gtest/gtest.h:1449
Method
OnCallSpec
Constructs an OnCallSpec object from the information inside the parenthesis of an ON_CALL() statement.
test/gtest/gmock/gmock.h:8526
Method
OnEnvironmentsSetUpEnd
test/gtest/gmock-gtest-all.cc:4850
Method
OnEnvironmentsSetUpEnd
test/gtest/gtest/gtest.h:11068
Method
OnEnvironmentsSetUpStart
test/gtest/gmock-gtest-all.cc:5149
Method
OnEnvironmentsSetUpStart
test/gtest/gtest/gtest.h:11067
Method
OnEnvironmentsTearDownEnd
test/gtest/gmock-gtest-all.cc:4868
Method
OnEnvironmentsTearDownEnd
test/gtest/gtest/gtest.h:11084
Method
OnEnvironmentsTearDownStart
test/gtest/gmock-gtest-all.cc:5167
Method
OnEnvironmentsTearDownStart
test/gtest/gtest/gtest.h:11083
Method
OnTestCaseEnd
Note that "event=TestCaseEnd" is a wire format and has to remain "case" for compatibility
test/gtest/gmock-gtest-all.cc:1562
Method
OnTestCaseEnd
test/gtest/gmock-gtest-all.cc:5162
Method
OnTestCaseEnd
test/gtest/gtest/gtest.h:11040
Method
OnTestCaseEnd
test/gtest/gtest/gtest.h:11080
Method
OnTestCaseStart
Note that "event=TestCaseStart" is a wire format and has to remain "case" for compatibility
test/gtest/gmock-gtest-all.cc:1556
Method
OnTestCaseStart
test/gtest/gmock-gtest-all.cc:5152
Method
OnTestCaseStart
test/gtest/gtest/gtest.h:11021
Method
OnTestCaseStart
test/gtest/gtest/gtest.h:11072
Method
OnTestEnd
test/gtest/gmock-gtest-all.cc:1572
Method
OnTestEnd
test/gtest/gtest/gtest.h:11077
Method
OnTestIterationEnd
test/gtest/gmock-gtest-all.cc:1547
Method
OnTestIterationEnd
test/gtest/gtest/gtest.h:11085
Method
OnTestIterationStart
test/gtest/gmock-gtest-all.cc:1541
Method
OnTestIterationStart
test/gtest/gmock-gtest-all.cc:5147
Method
OnTestIterationStart
test/gtest/gtest/gtest.h:11065
← previous
next →
1,601–1,700 of 3,200, ranked by callers