MCPcopy Create free account

hub / github.com/fmtlib/fmt / functions

Functions3,200 in github.com/fmtlib/fmt

↓ 7 callersMethodpush_back
test/format-test.cc:200
↓ 7 callersFunctionrange_end
include/fmt/ranges.h:58
↓ 7 callersMethodset_upper
include/fmt/base.h:764
↓ 7 callersFunctionsprintf
include/fmt/printf.h:599
↓ 7 callersFunctionsystem_error_message
test/gtest-extra.h:60
↓ 7 callersMethodtest_to_run_count
Gets the number of tests that should run.
test/gtest/gmock-gtest-all.cc:2502
↓ 7 callersFunctionthrow_system_error
test/gtest-extra-test.cc:45
↓ 7 callersFunctionvprint
include/fmt/color.h:471
↓ 7 callersFunctionwrite2digits
include/fmt/format.h:1205
↓ 6 callersFunctionArrayAsVector
test/gtest/gmock-gtest-all.cc:3777
↓ 6 callersFunctionChopLowBits
Chops off the n lowest bits from a bit pattern. Returns the n lowest bits. As a side effect, the original bit pattern will be shifted to the right b
test/gtest/gmock-gtest-all.cc:3409
↓ 6 callersFunctionExpectation
test/gtest/gmock/gmock.h:8725
↓ 6 callersFunctionFormatCountableNoun
Formats a countable noun. Depending on its quantity, either the singular form or the plural form is used. e.g. FormatCountableNoun(1, "formula", "fo
test/gtest/gmock-gtest-all.cc:4583
↓ 6 callersFunctionFormatRegexSyntaxError
Helper function used by ValidateRegex() to format error messages.
test/gtest/gmock-gtest-all.cc:11149
↓ 6 callersMethodGetTestInfo
Returns the i-th test among all the tests. i can range from 0 to total_test_count() - 1. If i is not in that range, returns NULL.
test/gtest/gmock-gtest-all.cc:4464
↓ 6 callersFunctionIsInSet
Returns true if and only if ch appears anywhere in str (excluding the terminating '\0' character).
test/gtest/gmock-gtest-all.cc:11102
↓ 6 callersFunctionIsUTF8TrailByte
test/gtest/gmock-gtest-all.cc:12186
↓ 6 callersFunctionLog
Prints the given message to stdout if and only if 'severity' >= the level specified by the --gmock_verbose flag. If stack_frames_to_skip >= 0, also p
test/gtest/gmock-gtest-all.cc:12810
↓ 6 callersMethodReset
test/gtest/gmock-gtest-all.cc:10629
↓ 6 callersFunctionSkipPrefix
If *pstr starts with the given prefix, modifies *pstr to be right past the prefix and returns true; otherwise leaves *pstr unchanged and returns false
test/gtest/gmock-gtest-all.cc:7744
↓ 6 callersMethodSkipped
Returns true if and only if the test was skipped.
test/gtest/gmock-gtest-all.cc:3861
↓ 6 callersFunctionStrDup
test/gtest/gtest/gtest.h:2243
↓ 6 callersFunctionStringFromGTestEnv
Reads and returns the string environment variable corresponding to the given flag; if it's not set, returns default_value.
test/gtest/gmock-gtest-all.cc:11721
↓ 6 callersMethodadvance_to
test/scan.h:372
↓ 6 callersMethodassign
include/fmt/format.h:1604
↓ 6 callersFunctionbase_iterator
include/fmt/format.h:523
↓ 6 callersFunctionbegin
test/ranges-test.cc:163
↓ 6 callersMethodcheck_arg_id
Reports an error if using the automatic argument indexing; otherwise switches to the manual indexing.
include/fmt/base.h:876
↓ 6 callersFunctiondigits2
Converts value in the range [0, 100) to a string. GCC generates a bit better code when value is pointer-size (https://www.godbolt.org/z/5fEPMT1cc).
include/fmt/format.h:1017
↓ 6 callersMethoddynamic_precision
include/fmt/base.h:744
↓ 6 callersMethodfailed_test_count
Gets the number of failed tests.
test/gtest/gmock-gtest-all.cc:2476
↓ 6 callersMethodformat
include/fmt/compile.h:132
↓ 6 callersFunctionformat_error_code
include/fmt/format-inl.h:92
↓ 6 callersFunctionformat_tm
test/chrono-test.cc:546
↓ 6 callersFunctionget_iterator
include/fmt/base.h:2098
↓ 6 callersFunctionget_locale
test/util.cc:37
↓ 6 callersMethodhas_background
include/fmt/color.h:316
↓ 6 callersMethodhas_emphasis
include/fmt/color.h:319
↓ 6 callersMethodhas_foreground
include/fmt/color.h:313
↓ 6 callersFunctionincrement
Increment a number in a string.
test/format-test.cc:174
↓ 6 callersMethodindex
test/gtest/gtest/gtest.h:7279
↓ 6 callersFunctionis_negative
include/fmt/format.h:992
↓ 6 callersMethodkey
Gets the user supplied key.
test/gtest/gtest/gtest.h:10448
↓ 6 callersFunctionmax_of
include/fmt/base.h:357
↓ 6 callersFunctionmaybe_set_debug_format
include/fmt/format.h:748
↓ 6 callersMethodparse
include/fmt/ranges.h:660
↓ 6 callersFunctionparse_format_specs
include/fmt/base.h:1444
↓ 6 callersFunctionparse_format_string
include/fmt/base.h:1629
↓ 6 callersFunctionparse_string
test/base-test.cc:548
↓ 6 callersFunctionparse_width
include/fmt/base.h:1416
↓ 6 callersFunctionprefix_append
include/fmt/format.h:1956
↓ 6 callersMethodrepeater
Returns repeater that broadcasts the TestEventListener events to all subscribers.
test/gtest/gmock-gtest-all.cc:6563
↓ 6 callersMethodreportable_disabled_test_count
Gets the number of disabled tests that will be reported in the XML report.
test/gtest/gmock-gtest-all.cc:2481
↓ 6 callersMethodreportable_test_count
Gets the number of tests to be printed in the XML report.
test/gtest/gmock-gtest-all.cc:2492
↓ 6 callersMethodtotal_test_count
Gets the number of all tests.
test/gtest/gmock-gtest-all.cc:2497
↓ 6 callersMethodtotal_test_suite_count
Gets the number of all test suites.
test/gtest/gmock-gtest-all.cc:2455
↓ 6 callersFunctiontype
Gets the outcome of the test part.
test/gtest/gtest/gtest.h:7896
↓ 6 callersFunctionvformat_to_n
include/fmt/base.h:2827
↓ 6 callersFunctionwrite
Attempts to write a string to a file.
test/os-test.cc:138
↓ 5 callersFunctionAlwaysTrue
test/gtest/gmock-gtest-all.cc:7731
↓ 5 callersFunctionFOpen
test/gtest/gtest/gtest.h:2324
↓ 5 callersFunctionFormatDeathTestOutput
Returns an indented copy of stderr output for a death test. This makes distinguishing death test output lines from regular log lines much easier.
test/gtest/gmock-gtest-all.cc:8765
↓ 5 callersFunctionFormatEpochTimeInMillisAsIso8601
Converts the given epoch time in milliseconds to a date string in the ISO 8601 format, without the timezone information.
test/gtest/gmock-gtest-all.cc:5601
↓ 5 callersFunctionFormatEpochTimeInMillisAsRFC3339
Converts the given epoch time in milliseconds to a date string in the RFC3339 format, without the timezone information.
test/gtest/gmock-gtest-all.cc:6050
↓ 5 callersFunctionFormatTimeInMillisAsDuration
Formats the given time in milliseconds as seconds.
test/gtest/gmock-gtest-all.cc:6042
↓ 5 callersFunctionFormatTimeInMillisAsSeconds
Formats the given time in milliseconds as seconds.
test/gtest/gmock-gtest-all.cc:5574
↓ 5 callersFunctionGetLastErrnoDescription
Returns the message describing the last system error in errno.
test/gtest/gmock-gtest-all.cc:8570
↓ 5 callersFunctionInt32FromEnvOrDie
Parses the environment variable var as an Int32. If it is unset, returns default_val. If it is not an Int32, prints an error and aborts.
test/gtest/gmock-gtest-all.cc:7486
↓ 5 callersFunctionIsPathSeparator
Returns whether the given character is a valid path separator.
test/gtest/gmock-gtest-all.cc:9956
↓ 5 callersMethodMatchAndExplain
Returns true if and only if the matcher matches x; also explains the match result to 'listener'.
test/gtest/gtest/gtest.h:6355
↓ 5 callersFunctionMatches
test/gtest/gmock/gmock.h:7712
↓ 5 callersFunctionPrintCStringTo
test/gtest/gmock-gtest-all.cc:12133
↓ 5 callersFunctionToChar32
test/gtest/gmock-gtest-all.cc:11844
↓ 5 callersFunctionUniversalPrintCharArray
test/gtest/gmock-gtest-all.cc:12076
↓ 5 callersMethodarg
include/fmt/base.h:2649
↓ 5 callersMethodbegin
Returns an iterator to the beginning of the format string range being parsed.
include/fmt/base.h:852
↓ 5 callersFunctioncheck_unknown_types
test/format-test.cc:1312
↓ 5 callersFunctioncountl_zero
include/fmt/format.h:445
↓ 5 callersMethodcurrent_test_result
Returns the most specific TestResult currently running.
test/gtest/gmock-gtest-all.cc:7670
↓ 5 callersFunctiondo_format_decimal
include/fmt/format.h:1228
↓ 5 callersFunctionfile
Constructs a file object with a given descriptor.
include/fmt/os.h:227
↓ 5 callersFunctionfind
include/fmt/printf.h:54
↓ 5 callersMethodflat
(self, *types)
support/docopt.py:109
↓ 5 callersFunctionfloor_log2_pow10
include/fmt/format.h:1448
↓ 5 callersMethodflush
test/gtest-extra.cc:34
↓ 5 callersMethodformat
include/fmt/ranges.h:665
↓ 5 callersFunctiongroup_digits
include/fmt/format.h:4059
↓ 5 callersMethodnext_arg_id
Reports an error if using the manual argument indexing; otherwise returns the next argument index and switches to the automatic indexing.
include/fmt/base.h:864
↓ 5 callersMethodnum_bigits
include/fmt/format.h:2791
↓ 5 callersMethodon_day_of_month
include/fmt/chrono.h:1393
↓ 5 callersFunctionon_error
include/fmt/base.h:1739
↓ 5 callersMethodoriginal_working_dir
Returns the working directory when the first TEST() or TEST_F() was executed.
test/gtest/gmock-gtest-all.cc:6937
↓ 5 callersFunctionparse
include/fmt/ranges.h:431
↓ 5 callersMethodput
include/fmt/format.h:3936
↓ 5 callersMethodset_sign
include/fmt/base.h:759
↓ 5 callersMethodskipped_test_count
Gets the number of skipped tests.
test/gtest/gmock-gtest-all.cc:2471
↓ 5 callersFunctionstyled
include/fmt/color.h:665
↓ 5 callersFunctionsystem_category
include/fmt/os.h:159
↓ 5 callersMethodtest_property_count
Returns the number of the test properties.
test/gtest/gmock-gtest-all.cc:3901
↓ 5 callersFunctionumul128
Computes 128-bit result of multiplication of two 64-bit unsigned integers.
include/fmt/format.h:1411
← previousnext →201–300 of 3,200, ranked by callers