MCPcopy Create free account

hub / github.com/fmtlib/fmt / types & classes

Types & classes1,093 in github.com/fmtlib/fmt

↓ 116 callersClassstring
test/format-test.cc:2479
↓ 43 callersClassbigint
include/fmt/format.h:2686
↓ 34 callersClassrgb
include/fmt/color.h:192
↓ 24 callersClasstm
test/gtest/gmock-gtest-all.cc:5580
↓ 19 callersClasstest_string
test/compile-test.cc:349
↓ 17 callersClassuint128
include/fmt/format.h:293
↓ 16 callersEnumtype
include/fmt/base.h:964
↓ 15 callersClasspath
include/fmt/std.h:354
↓ 9 callersClassformat_int
A fast integer formatter.
include/fmt/format.h:4178
↓ 9 callersClassformat_specs
Format specifiers for built-in and string types.
include/fmt/base.h:822
↓ 9 callersClasstext_style
include/fmt/color.h:236
↓ 8 callersClassAnswer
test/format-test.cc:1797
↓ 8 callersClassutf8_to_utf16
A converter from UTF-8 to UTF-16.
include/fmt/format.h:1316
↓ 6 callersClassDefinition
A definition extracted by Doxygen.
support/python/mkdocstrings_handlers/cxx/__init__.py:24
↓ 6 callersClassOption
support/docopt.py:180
↓ 5 callersClassArgument
support/docopt.py:150
↓ 5 callersClassRank0
test/gtest/gmock/gmock.h:5613
↓ 5 callersClassbuffered_file
A buffered file.
include/fmt/os.h:165
↓ 4 callersClassRequired
support/docopt.py:219
↓ 4 callersClassarg_pack
include/fmt/base.h:1676
↓ 4 callersClasstest_formattable
test/compile-test.cc:47
↓ 4 callersClassweekday
A fallback version of weekday.
include/fmt/chrono.h:1846
↓ 3 callersClassCodeLocation
test/gtest/gtest/gtest.h:3870
↓ 3 callersClassabc
test/ostream-test.cc:188
↓ 3 callersClassiterator
test/scan.h:62
↓ 3 callersClasslocale_ref
A type-erased reference to std::locale to avoid the heavy <locale> include.
include/fmt/base.h:895
↓ 3 callersClassmonostate
include/fmt/base.h:341
↓ 3 callersClassvalue
include/fmt/base.h:2135
↓ 3 callersClasswriter
A writer to a buffered stream. It doesn't own the underlying stream.
include/fmt/format.h:911
↓ 2 callersClassAssertHelper
test/gtest/gtest/gtest.h:9718
↓ 2 callersClassCommand
support/docopt.py:165
↓ 2 callersClassDocoptLanguageError
Error in construction of usage-message by developer.
support/docopt.py:17
↓ 2 callersClassEither
support/docopt.py:268
↓ 2 callersClassMatchesRegexMatcher
Implements polymorphic matchers MatchesRegex(regex) and ContainsRegex(regex), which can be used as a Matcher<T> as long as T can be converted to a str
test/gtest/gtest/gtest.h:6903
↓ 2 callersClassOp
NOLINT
test/gtest/gmock/gmock.h:1966
↓ 2 callersClassRelationToSourceCopy
test/gtest/gtest/gtest.h:4461
↓ 2 callersClassRelationToSourceReference
The relation between an NativeArray object (see below) and the native array it represents. We use 2 different structs to allow non-copyable types to b
test/gtest/gtest/gtest.h:4460
↓ 2 callersClassTokens
support/docopt.py:282
↓ 2 callersClassbuffer_size
include/fmt/os.h:318
↓ 2 callersClasscustom_type
test/args-test.cc:35
↓ 2 callersClassdate
test/util.h:58
↓ 2 callersClassdouble_double
test/format-impl-test.cc:280
↓ 2 callersClasshandle
include/fmt/base.h:2461
↓ 2 callersClassiterator
test/ranges-test.cc:465
↓ 2 callersClassprintf_precision_handler
include/fmt/printf.h:86
↓ 2 callersClassprintf_width_handler
Checks if an argument is a valid printf width specifier and sets left alignment if it is negative.
include/fmt/printf.h:196
↓ 2 callersEnumscoped_enum_as_int
test/format-test.cc:2311
↓ 2 callersEnumscoped_enum_as_string
test/format-test.cc:2317
↓ 2 callersEnumscoped_enum_as_string_view
test/format-test.cc:2314
↓ 2 callersClasssentinel
test/scan.h:60
↓ 2 callersClasssigaction
test/gtest/gmock-gtest-all.cc:9575
↓ 2 callersClassslow_float
test/format-impl-test.cc:297
↓ 2 callersClassstruct_as_int
test/format-test.cc:2320
↓ 2 callersClasssystem_message
src/os.cc:75
↓ 2 callersClasstest_struct
test/base-test.cc:297
↓ 1 callersClassClassUniqueToAlwaysTrue
test/gtest/gmock-gtest-all.cc:7726
↓ 1 callersClassCxxHandler
support/python/mkdocstrings_handlers/cxx/__init__.py:231
↓ 1 callersClassDict
support/docopt.py:485
↓ 1 callersClassDoDefaultAction
Implements the polymorphic DoDefault() action.
test/gtest/gmock/gmock.h:1776
↓ 1 callersClassDocoptExit
Exit in case user invoked program with incorrect arguments.
support/docopt.py:22
↓ 1 callersClassEnv
support/release.py:83
↓ 1 callersClassEq2Matcher
test/gtest/gmock/gmock.h:4036
↓ 1 callersClassExpectationBase
Base class for expectations.
test/gtest/gmock/gmock.h:8320
↓ 1 callersClassGe2Matcher
test/gtest/gmock/gmock.h:4056
↓ 1 callersClassGit
support/release.py:19
↓ 1 callersClassGt2Matcher
test/gtest/gmock/gmock.h:4048
↓ 1 callersClassInstantiationInfo
test/gtest/gtest/gtest.h:8586
↓ 1 callersClassIsNanMatcher
Implements the polymorphic IsNan() matcher, which matches any floating type value that is Nan.
test/gtest/gmock/gmock.h:4441
↓ 1 callersClassIsNullMatcher
Implements the polymorphic IsNull() matcher, which matches any raw or smart pointer that is NULL.
test/gtest/gmock/gmock.h:3629
↓ 1 callersClassJsonUnitTestResultPrinter
This class generates an JSON output file.
test/gtest/gmock-gtest-all.cc:5918
↓ 1 callersClassLe2Matcher
test/gtest/gmock/gmock.h:4052
↓ 1 callersClassLessComparator
A comparator functor that uses the < operator to compare two values.
test/gtest/gmock/gmock.h:5286
↓ 1 callersClassLt2Matcher
test/gtest/gmock/gmock.h:4044
↓ 1 callersClassMaxBipartiteMatchState
FindMaxBipartiteMatching and its helper class. Uses the well-known Ford-Fulkerson max flow method to find a maximum bipartite matching. Flow is consi
test/gtest/gmock-gtest-all.cc:12981
↓ 1 callersClassNe2Matcher
test/gtest/gmock/gmock.h:4040
↓ 1 callersClassNotNullMatcher
Implements the polymorphic NotNull() matcher, which matches any raw or smart pointer that is not NULL.
test/gtest/gmock/gmock.h:3645
↓ 1 callersClassNotification
Allows a controller thread to pause execution of newly created threads until notified. Instances of this class must be created and destroyed in the c
test/gtest/gtest/gtest.h:1438
↓ 1 callersClassOneOrMore
support/docopt.py:246
↓ 1 callersClassOptionsShortcut
Marker/placeholder for [options] shortcut.
support/docopt.py:241
↓ 1 callersClassParamIterator
test/gtest/gtest/gtest.h:8079
↓ 1 callersClassRefMatcher<T&>
test/gtest/gmock/gmock.h:3676
↓ 1 callersClassReturnNullAction
Implements the ReturnNull() action.
test/gtest/gmock/gmock.h:1640
↓ 1 callersClassReturnVoidAction
Implements the Return() action.
test/gtest/gmock/gmock.h:1652
↓ 1 callersClassRunner
support/release.py:69
↓ 1 callersClassTest
Represents a failure message.
test/gtest/gtest/gtest.h:3481
↓ 1 callersClassTestInfo
Represents a test.
test/gtest/gtest/gtest.h:3482
↓ 1 callersClassTestProperty
A copyable object representing a user specified test property which can be output as a key/value string pair. Don't inherit from TestProperty as its
test/gtest/gtest/gtest.h:10438
↓ 1 callersClassTestPropertyKeyIs
A predicate that checks the key of a TestProperty against a known key. TestPropertyKeyIs is copyable.
test/gtest/gmock-gtest-all.cc:745
↓ 1 callersClassTestSuite
test/gtest/gtest/gtest.h:9742
↓ 1 callersClassTestSuiteNameIs
A predicate that checks the name of a TestSuite against a known value. This is used for implementation of the UnitTest class only. We put it in the
test/gtest/gmock-gtest-all.cc:7162
↓ 1 callersClassTypeParameterizedTestSuiteInfo
test/gtest/gtest/gtest.h:8720
↓ 1 callersClassTypes
test/gtest/gtest/gtest.h:3402
↓ 1 callersClassUnitTest
Result of a test part.
test/gtest/gtest/gtest.h:3484
↓ 1 callersClassWithWhatMatcherImpl
test/gtest/gmock/gmock.h:7926
↓ 1 callersClassWithoutMatchers
A marker class that is used to resolve parameterless expectations to the correct overload. This must not be instantiable, to prevent client code from
test/gtest/gmock/gmock.h:599
↓ 1 callersClassXmlUnitTestResultPrinter
This class generates an XML output file.
test/gtest/gmock-gtest-all.cc:5370
↓ 1 callersClass_stat
test/gtest/gtest/gtest.h:2236
↓ 1 callersClassaccessor
include/fmt/base.h:486
↓ 1 callersEnumalign
include/fmt/base.h:668
↓ 1 callersClassallocator
include/fmt/format.h:729
next →1–100 of 1,093, ranked by callers