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
DescribeTo
Describes what this matcher does.
test/gtest/gmock/gmock.h:5538
Method
DescribeTo
Describes what this matcher does.
test/gtest/gmock/gmock.h:5564
Method
DescribeTo
Describes what this matcher does.
test/gtest/gmock/gmock.h:5667
Method
DescribeTo
test/gtest/gmock/gmock.h:5718
Method
DescribeTo
Describes what this matcher does.
test/gtest/gmock/gmock.h:5759
Method
DescribeTo
test/gtest/gmock/gmock.h:5965
Method
DescribeTo
Describes what this matcher does.
test/gtest/gmock/gmock.h:6061
Method
DescribeTo
Describes what this matcher does.
test/gtest/gmock/gmock.h:6315
Method
DescribeTo
test/gtest/gmock/gmock.h:6537
Method
DescribeTo
test/gtest/gmock/gmock.h:6597
Method
DescribeTo
test/gtest/gmock/gmock.h:6666
Method
DescribeTo
test/gtest/gmock/gmock.h:6727
Method
DescribeTo
test/gtest/gmock/gmock.h:6784
Method
DescribeTo
test/gtest/gmock/gmock.h:7931
Method
DescribeTo
test/gtest/gmock/gmock.h:7996
Method
DescribeToHelper
test/gtest/gmock/gmock.h:3818
Method
DescribeToImpl
test/gtest/gmock-gtest-all.cc:13140
Method
Destroy
test/gtest/gtest/gtest.h:6332
Method
Destroy
test/gtest/gtest/gtest.h:6512
Method
DistanceBetweenSignAndMagnitudeNumbers
Given two numbers in the sign-and-magnitude representation, returns the distance between them as an unsigned number.
test/gtest/gtest/gtest.h:3767
Function
DoAll
test/gtest/gmock/gmock.h:2120
Function
DoubleEq
Creates a matcher that matches any double argument approximately equal to rhs, where two NANs are considered unequal.
test/gtest/gmock/gmock.h:6977
Function
DoubleLE
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
Function
DoubleNear
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
Function
DoubleNearPredFormat
Helper function for implementing ASSERT_NEAR.
test/gtest/gmock-gtest-all.cc:3054
Function
DownCast_
use like this: DownCast_<T*>(foo);
test/gtest/gtest/gtest.h:1340
Method
DummyMatchResultListener
test/gtest/gtest/gtest.h:6303
Function
Each
test/gtest/gmock/gmock.h:7656
Method
EachMatcher
test/gtest/gmock/gmock.h:5600
Method
EachMatcherImpl
test/gtest/gmock/gmock.h:5560
Function
ElementMatcherPairs FindMaxBipartiteMatching
test/gtest/gmock-gtest-all.cc:13085
Method
Elements
test/gtest/gmock/gmock.h:6177
Function
ElementsAre
test/gtest/gmock/gmock.h:7753
Function
ElementsAreArray
test/gtest/gmock/gmock.h:6844
Method
ElementsAreArrayMatcher
test/gtest/gmock/gmock.h:6477
Method
ElementsAreMatcher
test/gtest/gmock/gmock.h:6426
Method
ElementsAreMatcherImpl
test/gtest/gmock/gmock.h:6054
Method
End
test/gtest/gtest/gtest.h:8258
Method
End
test/gtest/gtest/gtest.h:8783
Function
EndsWith
test/gtest/gmock/gmock.h:7207
Method
EndsWithCaseInsensitive
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
Method
EndsWithMatcher
test/gtest/gmock/gmock.h:3947
Method
EqMatcher
test/gtest/gtest/gtest.h:6850
Method
Equals
test/gtest/gtest/gtest.h:8293
Method
Equals
test/gtest/gtest/gtest.h:8823
Method
EscapeJson
Returns an JSON-escaped copy of the input string str.
test/gtest/gmock-gtest-all.cc:5999
Method
EscapeXml
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
Method
EscapeXmlAttribute
Convenience wrapper around EscapeXml when str is an attribute value.
test/gtest/gmock-gtest-all.cc:5403
Method
EscapeXmlText
Convenience wrapper around EscapeXml when str is not an attribute value.
test/gtest/gmock-gtest-all.cc:5408
Method
EventForwardingEnabled
Controls whether events will be forwarded by the repeater to the listeners in the list.
test/gtest/gmock-gtest-all.cc:6597
Method
ExceptionMatcherImpl
test/gtest/gmock/gmock.h:7993
Method
ExecDeathTest
test/gtest/gmock-gtest-all.cc:9397
Method
Exists
This function returns true if and only if type T has a built-in default value.
test/gtest/gmock/gmock.h:1115
Method
Exists
test/gtest/gmock/gmock.h:1130
Method
Exists
test/gtest/gmock/gmock.h:1139
Method
Exists
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
Method
Exists
test/gtest/gmock/gmock.h:1314
Function
ExitedUnsuccessfully
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
Method
ExitedWithCode
ExitedWithCode constructor.
test/gtest/gmock-gtest-all.cc:8396
Method
ExpectSpecProperty
Expects that the ON_CALL() statement has a certain property.
test/gtest/gmock/gmock.h:8504
Method
Expectation
test/gtest/gmock-gtest-all.cc:14187
Method
Expectation
Constructs an Expectation object that references and co-owns exp.
test/gtest/gmock/gmock.h:10173
Method
ExpectationBase
Constructs an ExpectationBase object.
test/gtest/gmock-gtest-all.cc:13398
Method
ExpectationSet
Constructs an empty set.
test/gtest/gmock/gmock.h:8809
Method
ExplainMatchFailuresTo
test/gtest/gmock/gmock.h:3494
Method
ExplainMatchFailuresTo
test/gtest/gmock/gmock.h:3534
Function
ExplainMatchResult
test/gtest/gmock/gmock.h:7725
Method
ExplainSuccess
test/gtest/gmock/gmock.h:5804
Method
ExtractSummary
Gets the summary of the failure message by omitting the stack trace in it.
test/gtest/gmock-gtest-all.cc:12303
Function
FMT_CATCH
src/fmt-c.cc:50
Function
FMT_CATCH
src/os.cc:160
Function
FMT_CATCH
include/fmt/format-inl.h:1448
Method
FMT_CATCH
include/fmt/std.h:539
Method
FMT_CATCH
include/fmt/base.h:1951
Method
FMT_CONSTEXPR static_format_result
include/fmt/compile.h:571
Function
FReopen
test/gtest/gtest/gtest.h:2336
Method
FactoryImpl
test/gtest/gtest/gtest.h:12366
Method
FailureTest
test/gtest/gmock-gtest-all.cc:1925
Function
Field
test/gtest/gmock/gmock.h:7059
Method
FieldMatcher
test/gtest/gmock/gmock.h:4873
Function
FieldsAre
test/gtest/gmock/gmock.h:7686
Method
FieldsAreMatcher
test/gtest/gmock/gmock.h:6028
Method
FieldsAreMatcherImpl
test/gtest/gmock/gmock.h:5960
Method
FilterMatchesTest
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
Method
FilterTests
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
Method
FindLastPathSeparator
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
Method
FindPairing
test/gtest/gmock-gtest-all.cc:13277
Method
FlatTuple
test/gtest/gtest/gtest.h:4661
Method
FlatTupleBase
test/gtest/gtest/gtest.h:4617
Method
FlatTupleElemBase
test/gtest/gtest/gtest.h:4603
Function
FloatEq
Creates a matcher that matches any float argument approximately equal to rhs, where two NANs are considered unequal.
test/gtest/gmock/gmock.h:7005
Function
FloatLE
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
Function
FloatNear
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
Method
FloatingEq2Matcher
test/gtest/gmock/gmock.h:4613
Method
FloatingEqMatcher
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
Method
FloatingPoint
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
Function
FloatingPointLE
test/gtest/gmock-gtest-all.cc:3099
Method
FlushEdits
test/gtest/gmock-gtest-all.cc:2856
Method
ForkingDeathTest
Constructs a ForkingDeathTest.
test/gtest/gmock-gtest-all.cc:9319
Method
Format
test/gtest/gtest/gtest.h:5395
← previous
next →
1,301–1,400 of 3,200, ranked by callers