MCPcopy Create free account

hub / github.com/fmtlib/fmt / functions

Functions3,200 in github.com/fmtlib/fmt

↓ 13 callersFunctionmake_tm
test/chrono-test.cc:33
↓ 13 callersFunctionparse_test_specs
test/base-test.cc:503
↓ 12 callersFunctionEq
test/gtest/gtest/gtest.h:6982
↓ 12 callersMethodFailed
Returns true if and only if the test failed.
test/gtest/gmock-gtest-all.cc:3866
↓ 12 callersFunctionFormatFileLocation
Formats a source file path and a line number as they would appear in an error message from the compiler used to compile this code.
test/gtest/gmock-gtest-all.cc:11351
↓ 12 callersFunctionbegin
include/fmt/base.h:550
↓ 12 callersMethoddup2
test/posix-mock-test.cc:126
↓ 12 callersMethodlow
include/fmt/format.h:302
↓ 12 callersMethodmove
(self)
support/docopt.py:294
↓ 12 callersMethodpush
test/ranges-test.cc:657
↓ 12 callersMethodset
test/scan.h:46
↓ 12 callersMethodset_align
include/fmt/base.h:733
↓ 12 callersFunctionsize
Returns the number of elements in the store.
include/fmt/args.h:213
↓ 12 callersMethodupper
include/fmt/base.h:763
↓ 12 callersFunctionvformat_to
DEPRECATED! Passing out as a forwarding reference.
include/fmt/base.h:2795
↓ 11 callersFunctionBoolFromGTestEnv
Reads and returns the Boolean environment variable corresponding to the given flag; if it's not set, returns default_value. The value is considered t
test/gtest/gmock-gtest-all.cc:11664
↓ 11 callersFunctionDeathTestAbort
Routine for aborting the program which is safe to call from an exec-style death test child process, in which case the error message is propagated back
test/gtest/gmock-gtest-all.cc:8517
↓ 11 callersFunctionParseBoolFlag
Parses a string for a bool flag, in the form of either "--flag=value" or "--flag". In the former case, the value is taken as true as long as it does
test/gtest/gmock-gtest-all.cc:7795
↓ 11 callersFunctioncompare
include/fmt/base.h:456
↓ 11 callersMethodcount
test/gtest/gmock/gmock.h:6181
↓ 11 callersFunctionignore_unused
include/fmt/base.h:368
↓ 11 callersFunctionmake_format_args
include/fmt/base.h:2762
↓ 11 callersFunctionmatch_flags
test/gtest/gmock/gmock.h:6281
↓ 11 callersMethodmessage
src/os.cc:110
↓ 11 callersFunctionptr
include/fmt/std.h:296
↓ 11 callersFunctionthrow_exception
test/gtest-extra-test.cc:43
↓ 11 callersFunctionto_ascii
include/fmt/base.h:1280
↓ 11 callersMethodwrite
test/posix-mock-test.cc:142
↓ 10 callersFunctionAssert
Asserts that condition is true; aborts the process with the given message if condition is false. We cannot use LOG(FATAL) or CHECK() as Google Mock m
test/gtest/gmock/gmock.h:540
↓ 10 callersFunctionMakeMatcher
test/gtest/gtest/gtest.h:6787
↓ 10 callersFunctionParseNaturalNumber
test/gtest/gmock-gtest-all.cc:1399
↓ 10 callersMethodPassed
Returns true if and only if the unit test passed (i.e. all test suites passed).
test/gtest/gmock-gtest-all.cc:6712
↓ 10 callersFunctionStringStreamToString
Converts the buffer in a stringstream to an std::string, converting NUL bytes to "\\0" along the way.
test/gtest/gmock-gtest-all.cc:3655
↓ 10 callersMethodbegin
include/fmt/color.h:425
↓ 10 callersMethoddivmod_assign
Divides this bignum by divisor, assigning the remainder to this and returning the quotient.
include/fmt/format.h:2912
↓ 10 callersFunctionend
include/fmt/base.h:551
↓ 10 callersMethoderror
test/scan.h:678
↓ 10 callersFunctionprintln
include/fmt/base.h:2924
↓ 10 callersMethodset_fill
include/fmt/base.h:794
↓ 10 callersMethodsign
include/fmt/base.h:756
↓ 10 callersMethodstart_timestamp
Gets the time of the test program start, in ms from the start of the UNIX epoch.
test/gtest/gmock-gtest-all.cc:6701
↓ 10 callersFunctionuniq_file_name
test/os-test.cc:21
↓ 10 callersFunctionutf8_decode
A public domain branchless UTF-8 decoder by Christopher Wellons: https://github.com/skeeto/branchless-utf8 Decode the next character, c, from s, repor
include/fmt/format.h:579
↓ 10 callersFunctionvformat_to
include/fmt/xchar.h:60
↓ 10 callersMethodwhat
test/std-test.cc:371
↓ 9 callersFunctionElements
test/gtest/gmock/gmock.h:6277
↓ 9 callersFunctionExpect
Verifies that condition is true; generates a non-fatal failure if condition is false.
test/gtest/gmock/gmock.h:553
↓ 9 callersFunctionGTEST_EXCLUSIVE_LOCK_REQUIRED_
test/gtest/gmock/gmock.h:9009
↓ 9 callersFunctionGetTypeName
GetTypeName(const std::type_info&) returns a human-readable name of type T.
test/gtest/gtest/gtest.h:3332
↓ 9 callersFunctionMatchPrintAndExplain
test/gtest/gmock/gmock.h:3452
↓ 9 callersFunctionReturn
test/gtest/gmock/gmock.h:2160
↓ 9 callersMethodcall
(self, method, args, **kwargs)
support/release.py:23
↓ 9 callersMethoddynamic_width
include/fmt/base.h:737
↓ 9 callersFunctionget_container
include/fmt/base.h:484
↓ 9 callersFunctiongmtime
include/fmt/chrono.h:492
↓ 9 callersMethodline
test/gtest/gmock/gmock.h:8485
↓ 9 callersMethodon_text
include/fmt/chrono.h:1218
↓ 9 callersFunctionoutput_file
include/fmt/os.h:411
↓ 9 callersFunctionparse_nonnegative_int
include/fmt/base.h:1295
↓ 9 callersFunctionpointer
test/gtest/gtest/gtest.h:2023
↓ 9 callersFunctionrange_begin
include/fmt/ranges.h:55
↓ 9 callersFunctionread
test/scan.h:394
↓ 9 callersMethodread
test/posix-mock-test.cc:136
↓ 8 callersMethodAssertHeld
Does nothing if the current thread holds the mutex. Otherwise, crashes with high probability.
test/gtest/gmock-gtest-all.cc:10705
↓ 8 callersFunctionCaseInsensitiveCStringEquals
Polymorphic helper functions for narrow and wide string matchers.
test/gtest/gmock/gmock.h:3730
↓ 8 callersFunctionContains
test/gtest/gmock/gmock.h:7506
↓ 8 callersFunctionFormatTestCount
Formats the count of tests.
test/gtest/gmock-gtest-all.cc:4591
↓ 8 callersFunctionHandleExceptionsInMethodIfSupported
test/gtest/gmock-gtest-all.cc:4106
↓ 8 callersFunctionIsSubstringImpl
test/gtest/gmock-gtest-all.cc:3245
↓ 8 callersMethodPerform
Performs the action. Note that this method is const even though the corresponding method in ActionInterface is not. The reason is that a const Actio
test/gtest/gmock/gmock.h:1410
↓ 8 callersFunctionPrintCharsAsStringTo
test/gtest/gmock-gtest-all.cc:12045
↓ 8 callersFunctionSumOverTestSuiteList
Iterates over a vector of TestSuites, keeping a running sum of the results of calling a given int-returning method on each. Returns the sum.
test/gtest/gmock-gtest-all.cc:1864
↓ 8 callersMethodalign
include/fmt/base.h:730
↓ 8 callersFunctionallocate
include/fmt/format-inl.h:86
↓ 8 callersMethodbegin
test/ranges-test.cc:459
↓ 8 callersFunctiondo_nothing
test/gtest-extra-test.cc:41
↓ 8 callersMethodend
test/ranges-test.cc:460
↓ 8 callersMethodend
include/fmt/color.h:426
↓ 8 callersFunctionisclosed
test/os-test.cc:122
↓ 8 callersFunctionlisteners
Provides access to the event listener list.
test/gtest/gmock-gtest-all.cc:1000
↓ 8 callersFunctionmake_wformat_args
include/fmt/xchar.h:126
↓ 8 callersMethodmatch
(self, left, collected=None)
support/docopt.py:270
↓ 8 callersFunctionmin_of
include/fmt/base.h:354
↓ 8 callersFunctionparse_align
include/fmt/base.h:1317
↓ 8 callersFunctionreserve
include/fmt/format.h:474
↓ 8 callersFunctionscan_to
test/scan.h:693
↓ 8 callersMethodset_type
include/fmt/base.h:726
↓ 8 callersFunctionto_nonnegative_int
include/fmt/chrono.h:928
↓ 7 callersFunctionAbort
test/gtest/gmock-gtest-all.cc:11597
↓ 7 callersMethodDescribeTo
Describes the Between(m, n) cardinality in human-friendly text.
test/gtest/gmock-gtest-all.cc:12617
↓ 7 callersFunctionForEach
test/gtest/gmock-gtest-all.cc:690
↓ 7 callersMethodGetTestSuite
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:6720
↓ 7 callersFunctionParseStringFlag
test/gtest/gmock-gtest-all.cc:7828
↓ 7 callersMethodassign_pow10
Assigns pow(10, exp) to this bigint.
include/fmt/format.h:2852
↓ 7 callersMethodfile
Where in the source file was the default action spec defined?
test/gtest/gmock/gmock.h:8484
↓ 7 callersMethodget
include/fmt/xchar.h:113
↓ 7 callersMethodis_nan
Returns true if and only if this is NAN (not a number).
test/gtest/gtest/gtest.h:3712
↓ 7 callersMethodlocalized
include/fmt/base.h:770
↓ 7 callersFunctionmap
include/fmt/base.h:406
↓ 7 callersMethodos_stack_trace_getter
Returns the current OS stack trace getter if it is not NULL; otherwise, creates an OsStackTraceGetter, makes it the current getter, and returns it.
test/gtest/gmock-gtest-all.cc:7657
← previousnext →101–200 of 3,200, ranked by callers