MCPcopy Create free account

hub / github.com/fmtlib/fmt / functions

Functions3,200 in github.com/fmtlib/fmt

MethodDescribeTo
Describes what this matcher does.
test/gtest/gmock/gmock.h:5538
MethodDescribeTo
Describes what this matcher does.
test/gtest/gmock/gmock.h:5564
MethodDescribeTo
Describes what this matcher does.
test/gtest/gmock/gmock.h:5667
MethodDescribeTo
test/gtest/gmock/gmock.h:5718
MethodDescribeTo
Describes what this matcher does.
test/gtest/gmock/gmock.h:5759
MethodDescribeTo
test/gtest/gmock/gmock.h:5965
MethodDescribeTo
Describes what this matcher does.
test/gtest/gmock/gmock.h:6061
MethodDescribeTo
Describes what this matcher does.
test/gtest/gmock/gmock.h:6315
MethodDescribeTo
test/gtest/gmock/gmock.h:6537
MethodDescribeTo
test/gtest/gmock/gmock.h:6597
MethodDescribeTo
test/gtest/gmock/gmock.h:6666
MethodDescribeTo
test/gtest/gmock/gmock.h:6727
MethodDescribeTo
test/gtest/gmock/gmock.h:6784
MethodDescribeTo
test/gtest/gmock/gmock.h:7931
MethodDescribeTo
test/gtest/gmock/gmock.h:7996
MethodDescribeToHelper
test/gtest/gmock/gmock.h:3818
MethodDescribeToImpl
test/gtest/gmock-gtest-all.cc:13140
MethodDestroy
test/gtest/gtest/gtest.h:6332
MethodDestroy
test/gtest/gtest/gtest.h:6512
MethodDistanceBetweenSignAndMagnitudeNumbers
Given two numbers in the sign-and-magnitude representation, returns the distance between them as an unsigned number.
test/gtest/gtest/gtest.h:3767
FunctionDoAll
test/gtest/gmock/gmock.h:2120
FunctionDoubleEq
Creates a matcher that matches any double argument approximately equal to rhs, where two NANs are considered unequal.
test/gtest/gmock/gmock.h:6977
FunctionDoubleLE
Asserts that val1 is less than, or almost equal to, val2. Fails otherwise. In particular, it fails if either val1 or val2 is NaN.
test/gtest/gmock-gtest-all.cc:3143
FunctionDoubleNear
Creates a matcher that matches any double argument approximately equal to rhs, up to the specified max absolute error bound, where two NANs are consid
test/gtest/gmock/gmock.h:6990
FunctionDoubleNearPredFormat
Helper function for implementing ASSERT_NEAR.
test/gtest/gmock-gtest-all.cc:3054
FunctionDownCast_
use like this: DownCast_<T*>(foo);
test/gtest/gtest/gtest.h:1340
MethodDummyMatchResultListener
test/gtest/gtest/gtest.h:6303
FunctionEach
test/gtest/gmock/gmock.h:7656
MethodEachMatcher
test/gtest/gmock/gmock.h:5600
MethodEachMatcherImpl
test/gtest/gmock/gmock.h:5560
FunctionElementMatcherPairs FindMaxBipartiteMatching
test/gtest/gmock-gtest-all.cc:13085
MethodElements
test/gtest/gmock/gmock.h:6177
FunctionElementsAre
test/gtest/gmock/gmock.h:7753
FunctionElementsAreArray
test/gtest/gmock/gmock.h:6844
MethodElementsAreArrayMatcher
test/gtest/gmock/gmock.h:6477
MethodElementsAreMatcher
test/gtest/gmock/gmock.h:6426
MethodElementsAreMatcherImpl
test/gtest/gmock/gmock.h:6054
MethodEnd
test/gtest/gtest/gtest.h:8258
MethodEnd
test/gtest/gtest/gtest.h:8783
FunctionEndsWith
test/gtest/gmock/gmock.h:7207
MethodEndsWithCaseInsensitive
Returns true if and only if str ends with the given suffix, ignoring case. Any string is considered to end with an empty suffix.
test/gtest/gmock-gtest-all.cc:3612
MethodEndsWithMatcher
test/gtest/gmock/gmock.h:3947
MethodEqMatcher
test/gtest/gtest/gtest.h:6850
MethodEquals
test/gtest/gtest/gtest.h:8293
MethodEquals
test/gtest/gtest/gtest.h:8823
MethodEscapeJson
Returns an JSON-escaped copy of the input string str.
test/gtest/gmock-gtest-all.cc:5999
MethodEscapeXml
Returns an XML-escaped copy of the input string str. If is_attribute is true, the text is meant to appear as an attribute value, and normalizable whi
test/gtest/gmock-gtest-all.cc:5499
MethodEscapeXmlAttribute
Convenience wrapper around EscapeXml when str is an attribute value.
test/gtest/gmock-gtest-all.cc:5403
MethodEscapeXmlText
Convenience wrapper around EscapeXml when str is not an attribute value.
test/gtest/gmock-gtest-all.cc:5408
MethodEventForwardingEnabled
Controls whether events will be forwarded by the repeater to the listeners in the list.
test/gtest/gmock-gtest-all.cc:6597
MethodExceptionMatcherImpl
test/gtest/gmock/gmock.h:7993
MethodExecDeathTest
test/gtest/gmock-gtest-all.cc:9397
MethodExists
This function returns true if and only if type T has a built-in default value.
test/gtest/gmock/gmock.h:1115
MethodExists
test/gtest/gmock/gmock.h:1130
MethodExists
test/gtest/gmock/gmock.h:1139
MethodExists
Returns true if T has a default return value set by the user or there exists a built-in default value.
test/gtest/gmock/gmock.h:1293
MethodExists
test/gtest/gmock/gmock.h:1314
FunctionExitedUnsuccessfully
Returns true if exit_status describes a process that was terminated by a signal, or exited normally with a nonzero exit code.
test/gtest/gmock-gtest-all.cc:8463
MethodExitedWithCode
ExitedWithCode constructor.
test/gtest/gmock-gtest-all.cc:8396
MethodExpectSpecProperty
Expects that the ON_CALL() statement has a certain property.
test/gtest/gmock/gmock.h:8504
MethodExpectation
test/gtest/gmock-gtest-all.cc:14187
MethodExpectation
Constructs an Expectation object that references and co-owns exp.
test/gtest/gmock/gmock.h:10173
MethodExpectationBase
Constructs an ExpectationBase object.
test/gtest/gmock-gtest-all.cc:13398
MethodExpectationSet
Constructs an empty set.
test/gtest/gmock/gmock.h:8809
MethodExplainMatchFailuresTo
test/gtest/gmock/gmock.h:3494
MethodExplainMatchFailuresTo
test/gtest/gmock/gmock.h:3534
FunctionExplainMatchResult
test/gtest/gmock/gmock.h:7725
MethodExplainSuccess
test/gtest/gmock/gmock.h:5804
MethodExtractSummary
Gets the summary of the failure message by omitting the stack trace in it.
test/gtest/gmock-gtest-all.cc:12303
FunctionFMT_CATCH
src/fmt-c.cc:50
FunctionFMT_CATCH
src/os.cc:160
FunctionFMT_CATCH
include/fmt/format-inl.h:1448
MethodFMT_CATCH
include/fmt/std.h:539
MethodFMT_CATCH
include/fmt/base.h:1951
MethodFMT_CONSTEXPR static_format_result
include/fmt/compile.h:571
FunctionFReopen
test/gtest/gtest/gtest.h:2336
MethodFactoryImpl
test/gtest/gtest/gtest.h:12366
MethodFailureTest
test/gtest/gmock-gtest-all.cc:1925
FunctionField
test/gtest/gmock/gmock.h:7059
MethodFieldMatcher
test/gtest/gmock/gmock.h:4873
FunctionFieldsAre
test/gtest/gmock/gmock.h:7686
MethodFieldsAreMatcher
test/gtest/gmock/gmock.h:6028
MethodFieldsAreMatcherImpl
test/gtest/gmock/gmock.h:5960
MethodFilterMatchesTest
Returns true if and only if the user-specified filter matches the test suite name and the test name.
test/gtest/gmock-gtest-all.cc:2220
MethodFilterTests
Compares the name of each test with the user-specified filter to decide whether the test should be run, then records the result in each TestSuite and
test/gtest/gmock-gtest-all.cc:7515
MethodFindLastPathSeparator
Returns a pointer to the last occurrence of a valid path separator in the FilePath. On Windows, for example, both '/' and '\' are valid path separator
test/gtest/gmock-gtest-all.cc:10004
MethodFindPairing
test/gtest/gmock-gtest-all.cc:13277
MethodFlatTuple
test/gtest/gtest/gtest.h:4661
MethodFlatTupleBase
test/gtest/gtest/gtest.h:4617
MethodFlatTupleElemBase
test/gtest/gtest/gtest.h:4603
FunctionFloatEq
Creates a matcher that matches any float argument approximately equal to rhs, where two NANs are considered unequal.
test/gtest/gmock/gmock.h:7005
FunctionFloatLE
Asserts that val1 is less than, or almost equal to, val2. Fails otherwise. In particular, it fails if either val1 or val2 is NaN.
test/gtest/gmock-gtest-all.cc:3136
FunctionFloatNear
Creates a matcher that matches any float argument approximately equal to rhs, up to the specified max absolute error bound, where two NANs are conside
test/gtest/gmock/gmock.h:7018
MethodFloatingEq2Matcher
test/gtest/gmock/gmock.h:4613
MethodFloatingEqMatcher
Constructor for FloatingEqMatcher. The matcher's input will be compared with expected. The matcher treats two NANs as equal if nan_eq_nan is true. O
test/gtest/gmock/gmock.h:4468
MethodFloatingPoint
Constructs a FloatingPoint from a raw floating-point number. On an Intel CPU, passing a non-normalized NAN (Not a Number) around may change its bits,
test/gtest/gtest/gtest.h:3676
FunctionFloatingPointLE
test/gtest/gmock-gtest-all.cc:3099
MethodFlushEdits
test/gtest/gmock-gtest-all.cc:2856
MethodForkingDeathTest
Constructs a ForkingDeathTest.
test/gtest/gmock-gtest-all.cc:9319
MethodFormat
test/gtest/gtest/gtest.h:5395
← previousnext →1,301–1,400 of 3,200, ranked by callers