MCPcopy Create free account

hub / github.com/fmtlib/fmt / functions

Functions3,200 in github.com/fmtlib/fmt

↓ 3 callersMethodElapsed
Return time elapsed in milliseconds since the timer was created.
test/gtest/gmock-gtest-all.cc:2531
↓ 3 callersFunctionFirst
test/gtest/gmock/gmock.h:5618
↓ 3 callersFunctionFlagToEnvVar
Returns the name of the environment variable corresponding to the given flag. For example, FlagToEnvVar("foo") will return "GTEST_FOO" in the open-so
test/gtest/gmock-gtest-all.cc:11607
↓ 3 callersFunctionFormatCompilerIndependentFileLocation
Formats a file location for compiler-independent XML output. Although this function is not platform dependent, we put it next to FormatFileLocation in
test/gtest/gmock-gtest-all.cc:11369
↓ 3 callersFunctionFormatTestSuiteCount
Formats the count of test suites.
test/gtest/gmock-gtest-all.cc:4596
↓ 3 callersFunctionGetFileSize
test/gtest/gmock-gtest-all.cc:11541
↓ 3 callersFunctionGetIgnoredParameterizedTestSuites
test/gtest/gmock-gtest-all.cc:1949
↓ 3 callersFunctionGetPrefixUntilComma
Returns the prefix of 'str' before the first comma in it; returns the entire string if it contains no comma.
test/gtest/gtest/gtest.h:4041
↓ 3 callersFunctionGetReservedOutputAttributesForElement
TODO(jdesprez): Merge the two getReserved attributes once skip is improved
test/gtest/gmock-gtest-all.cc:3797
↓ 3 callersFunctionGetTestSuite
Gets the i-th test suite among all the test suites. i can range from 0 to total_test_suite_count() - 1. If i is not in that range, returns NULL.
test/gtest/gmock-gtest-all.cc:982
↓ 3 callersFunctionGetTestTypeId
Returns the type ID of ::testing::Test. We should always call this instead of GetTypeId< ::testing::Test>() to get the type ID of testing::Test. Thi
test/gtest/gmock-gtest-all.cc:2338
↓ 3 callersFunctionInitGoogleMockImpl
test/gtest/gmock-gtest-all.cc:14373
↓ 3 callersFunctionInitGoogleTestImpl
test/gtest/gmock-gtest-all.cc:8121
↓ 3 callersFunctionInt32FromGTestEnv
Reads and returns a 32-bit integer stored in the environment variable corresponding to the given flag; if it isn't set or doesn't represent a valid 32
test/gtest/gmock-gtest-all.cc:11678
↓ 3 callersFunctionInvoke
test/gtest/gmock/gmock.h:2261
↓ 3 callersFunctionIsDigit
test/gtest/gtest/gtest.h:2177
↓ 3 callersMethodIsSatisfiedByCallCount
test/gtest/gmock-gtest-all.cc:12586
↓ 3 callersMethodIsSaturatedByCallCount
test/gtest/gmock-gtest-all.cc:12590
↓ 3 callersFunctionLhsSize
test/gtest/gmock/gmock.h:6198
↓ 3 callersMethodLock
test/gtest/gtest/gtest.h:2115
↓ 3 callersFunctionMakeAndRegisterTestInfo
Creates a new TestInfo object and registers it with Google Test; returns the created object. Arguments: test_suite_name: name of the test suite nam
test/gtest/gmock-gtest-all.cc:4247
↓ 3 callersFunctionMatchRegexAtHead
Returns true if and only if regex matches a prefix of str. regex must be a valid simple regular expression and not start with "^", or the result is un
test/gtest/gmock-gtest-all.cc:11243
↓ 3 callersFunctionParseFlagValue
Parses a string as a command line flag. The string should have the format "--flag=value". When def_optional is true, the "=value" part can be omitte
test/gtest/gmock-gtest-all.cc:7758
↓ 3 callersFunctionParseGoogleMockFlagValue
Parses a string as a command line flag. The string should have the format "--gmock_flag=value". When def_optional is true, the "=value" part can be
test/gtest/gmock-gtest-all.cc:14290
↓ 3 callersFunctionParseInt32Flag
Parses a string for an int32_t flag, in the form of "--flag=value". On success, stores the value of the flag in *value, and returns true. On failure
test/gtest/gmock-gtest-all.cc:7811
↓ 3 callersFunctionPrintByteSegmentInObjectTo
Prints a segment of bytes in the given object.
test/gtest/gmock-gtest-all.cc:11794
↓ 3 callersFunctionPrintCharAndCodeTo
test/gtest/gmock-gtest-all.cc:11999
↓ 3 callersFunctionPrintFullTestCommentIfPresent
test/gtest/gmock-gtest-all.cc:4820
↓ 3 callersFunctionPrintRawArrayTo
test/gtest/gtest/gtest.h:5601
↓ 3 callersMethodPushLine
test/gtest/gmock-gtest-all.cc:2825
↓ 3 callersMethodRemoveTrailingPathSeparator
If input name has a trailing separator character, remove it and return the name, otherwise return the name string unmodified. On Windows platform, use
test/gtest/gmock-gtest-all.cc:10214
↓ 3 callersFunctionReportFailureInUnknownLocation
test/gtest/gmock-gtest-all.cc:3946
↓ 3 callersFunctionRhsSize
test/gtest/gmock/gmock.h:6199
↓ 3 callersFunctionShuffleRange
test/gtest/gmock-gtest-all.cc:707
↓ 3 callersMethodSkip
Skip and records a skipped test result for this object.
test/gtest/gmock-gtest-all.cc:4373
↓ 3 callersFunctionStat
test/gtest/gtest/gtest.h:2262
↓ 3 callersFunctionStripTrailingSpaces
test/gtest/gtest/gtest.h:2217
↓ 3 callersFunctionTupleMatches
test/gtest/gmock/gmock.h:3545
↓ 3 callersMethodUnlock
test/gtest/gtest/gtest.h:2116
↓ 3 callersMethodapply
include/fmt/format.h:1934
↓ 3 callersMethodarg
test/scan.h:365
↓ 3 callersFunctionas_chars
test/fuzzing/fuzzer-common.h:31
↓ 3 callersFunctioncheck_no_fp_exception
test/format-test.cc:122
↓ 3 callersMethodconvert
Performs conversion returning a bool instead of throwing exception on conversion error. This method may still throw in case of memory allocation error
include/fmt/format.h:1362
↓ 3 callersFunctionconvert_float
include/fmt/format.h:1682
↓ 3 callersFunctionconvert_node
( node: ET.Element, tag: str, attrs: "Mapping[str, str] | None" = None )
support/python/mkdocstrings_handlers/cxx/__init__.py:68
↓ 3 callersFunctioncount_digits_fallback
include/fmt/format.h:1050
↓ 3 callersMethodcount_separators
include/fmt/format.h:1925
↓ 3 callersMethodday
test/util.h:66
↓ 3 callersFunctiondigits2_i
Given i in [0, 100), let x be the first 7 digits after the decimal point of i / 100 in base 2, the first 2 bytes after digits2_i(x) is the string repr
include/fmt/format.h:1032
↓ 3 callersMethoddup
test/posix-mock-test.cc:121
↓ 3 callersMethoddynamic
include/fmt/base.h:752
↓ 3 callersFunctionfill
include/fmt/format.h:1696
↓ 3 callersFunctionflockfile
include/fmt/format-inl.h:1481
↓ 3 callersFunctionfor_each_codepoint
include/fmt/format.h:621
↓ 3 callersMethodformat
include/fmt/format.h:3841
↓ 3 callersMethodformat
include/fmt/base.h:2468
↓ 3 callersFunctionget
include/fmt/base.h:2532
↓ 3 callersMethodget_bigit
include/fmt/format.h:2698
↓ 3 callersFunctionget_cached_power
include/fmt/format-inl.h:1157
↓ 3 callersFunctionget_classic_locale
include/fmt/chrono.h:310
↓ 3 callersFunctionget_description
(node: ET.Element)
support/python/mkdocstrings_handlers/cxx/__init__.py:125
↓ 3 callersMethodget_read_buffer
Returns the file's read buffer.
include/fmt/format-inl.h:1555
↓ 3 callersMethodget_write_buffer
Returns the file's write buffer.
include/fmt/format-inl.h:1561
↓ 3 callersMethodgrouping
include/fmt/format-inl.h:67
↓ 3 callersFunctionis_integral_type
include/fmt/base.h:1011
↓ 3 callersFunctionmake_scan_args
test/scan.h:659
↓ 3 callersMethodmonth
test/util.h:65
↓ 3 callersMethodon_utc_offset
include/fmt/chrono.h:1311
↓ 3 callersMethodon_year
include/fmt/chrono.h:1314
↓ 3 callersMethodparse
include/fmt/base.h:2359
↓ 3 callersFunctionprint
include/fmt/xchar.h:323
↓ 3 callersMethodrandom_seed
Returns the random seed used at the start of the current test run.
test/gtest/gmock-gtest-all.cc:6967
↓ 3 callersMethodset
test/gtest/gtest/gtest.h:1828
↓ 3 callersFunctionsource_text
test/gtest/gmock/gmock.h:8934
↓ 3 callersFunctiontest_time
test/chrono-test.cc:255
↓ 3 callersMethodthousands_sep
include/fmt/format-inl.h:68
↓ 3 callersMethodtotal_part_count
Gets the number of all test parts. This is the sum of the number of successful test parts and the number of failed test parts.
test/gtest/gmock-gtest-all.cc:3896
↓ 3 callersFunctiontransform
Expand pattern into an (almost) equivalent one, but with single Either. Example: ((-a | -b) (-c | -d)) => (-a -c | -a -d | -b -c | -b -d) Qui
support/docopt.py:72
↓ 3 callersFunctionutc
include/fmt/chrono.h:921
↓ 3 callersFunctionutf8_encode
test/format-impl-test.cc:361
↓ 3 callersFunctionvformat_to
include/fmt/format.h:4329
↓ 3 callersFunctionvprint
include/fmt/xchar.h:310
↓ 3 callersFunctionvprint_mojibake
format_args is passed by reference since it is defined later.
include/fmt/base.h:2401
↓ 3 callersFunctionwrite_digit2_separated
Writes two-digit numbers a, b and c separated by sep to buf. The method by Pavel Novikov based on https://johnnylee-sde.github.io/Fast-unsigned-intege
include/fmt/chrono.h:544
↓ 3 callersMethodwrite_fd
test/gtest/gmock-gtest-all.cc:8655
↓ 3 callersFunctionwrite_loc
include/fmt/format.h:2018
↓ 3 callersMethodyear
test/util.h:64
↓ 2 callersMethodAddArguments
test/gtest/gmock-gtest-all.cc:9087
↓ 2 callersMethodAddExpectation
Adds an expectation to a sequence.
test/gtest/gmock-gtest-all.cc:14196
↓ 2 callersMethodAddTestInfo
Adds a test to this test suite. Will delete the test upon destruction of the TestSuite object.
test/gtest/gmock-gtest-all.cc:4478
↓ 2 callersMethodAdvance
test/gtest/gtest/gtest.h:8188
↓ 2 callersFunctionApplyImpl
test/gtest/gmock/gmock.h:730
↓ 2 callersFunctionArrayAwareFind
test/gtest/gtest/gtest.h:4421
↓ 2 callersFunctionArrayEq
test/gtest/gtest/gtest.h:4398
↓ 2 callersFunctionAtomMatchesChar
Returns true if and only if the given atom (specified by escaped and pattern) matches ch. The result is undefined if the atom is invalid.
test/gtest/gmock-gtest-all.cc:11127
↓ 2 callersFunctionCaptureStream
Starts capturing an output stream (stdout/stderr).
test/gtest/gmock-gtest-all.cc:11496
↓ 2 callersMethodClear
Clears the object.
test/gtest/gmock-gtest-all.cc:3848
↓ 2 callersFunctionClose
test/gtest/gtest/gtest.h:2349
↓ 2 callersFunctionCmpHelperSTREQ
The helper function for {ASSERT|EXPECT}_STREQ.
test/gtest/gmock-gtest-all.cc:3151
← previousnext →401–500 of 3,200, ranked by callers