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
Function
UnpackStruct
test/gtest/gmock/gmock.h:5936
Function
UnpackStructImpl
test/gtest/gmock/gmock.h:5845
Method
UnshuffleTests
Restores the test order to before the first shuffle.
test/gtest/gmock-gtest-all.cc:4572
Method
UntypedFunctionMockerBase
test/gtest/gmock-gtest-all.cc:13624
Method
UntypedOnCallSpecBase
The arguments are the location of the ON_CALL() statement.
test/gtest/gmock/gmock.h:8480
Method
UntypedTimes
Implements the .Times() clause.
test/gtest/gmock-gtest-all.cc:13577
Method
Unwrap
Unwraps and returns the underlying value/reference, exactly as originally passed. The behavior of calling this more than once on the same object is un
test/gtest/gmock/gmock.h:9544
Method
Unwrap
test/gtest/gmock/gmock.h:9644
Method
UrlEncode
Checks if str contains '=', '&', '%' or '\n' characters. If yes, replaces them by "%xx" where xx is their hexadecimal value. For example, replaces "="
test/gtest/gmock-gtest-all.cc:6364
Method
Utf16ToAnsi
Creates an ANSI string from the given wide string, allocating memory using new. The caller is responsible for deleting the return value using delete[]
test/gtest/gmock-gtest-all.cc:2576
Method
ValidateTestProperty
Adds a failure if the key is a reserved attribute of the element named xml_element. Returns true if the property is valid.
test/gtest/gmock-gtest-all.cc:3841
Function
Value
test/gtest/gmock/gmock.h:7718
Method
ValueArray
test/gtest/gtest/gtest.h:8750
Method
ValueHolder
test/gtest/gtest/gtest.h:1835
Method
ValueHolder
test/gtest/gtest/gtest.h:2032
Method
ValueHolderFactory
test/gtest/gtest/gtest.h:1857
Method
ValueHolderFactory
test/gtest/gtest/gtest.h:2066
Method
ValuesInIteratorRangeGenerator
test/gtest/gtest/gtest.h:8251
Method
VariadicMatcher
test/gtest/gmock/gmock.h:4174
Method
VariantMatcher
test/gtest/gmock/gmock.h:6641
Function
VariantWith
test/gtest/gmock/gmock.h:7914
Method
VerifyMatchMatrix
Checks that all matchers match at least one element, and that all elements match at least one matcher. This enables faster matching and better error r
test/gtest/gmock-gtest-all.cc:13227
Method
VerifyRegisteredTestNames
Verifies that registered_tests match the test names in registered_tests_; returns registered_tests if successful, or aborts the program otherwise.
test/gtest/gmock-gtest-all.cc:12423
Function
VoidifyPointer
test/gtest/gtest/gtest.h:5657
Method
Wait
Waits for the child in a death test to exit, returning its exit status, or 0 if no child process exists. As a side effect, sets the outcome data memb
test/gtest/gmock-gtest-all.cc:8912
Method
WatcherThreadFunc
Monitors exit from a given thread and notifies those ThreadIdToThreadLocals about thread termination.
test/gtest/gmock-gtest-all.cc:10992
Function
WhenDynamicCastTo
test/gtest/gmock/gmock.h:7047
Method
WhenDynamicCastToMatcher
test/gtest/gmock/gmock.h:4837
Method
WhenDynamicCastToMatcher
test/gtest/gmock/gmock.h:4852
Method
WhenDynamicCastToMatcherBase
test/gtest/gmock/gmock.h:4806
Function
WhenSorted
test/gtest/gmock/gmock.h:7407
Function
WhenSortedBy
test/gtest/gmock/gmock.h:7397
Method
WhenSortedByMatcher
test/gtest/gmock/gmock.h:5295
Method
WideCStringEquals
Compares two wide C strings. Returns true if and only if they have the same content. Unlike wcscmp(), this function can handle NULL argument(s). A
test/gtest/gmock-gtest-all.cc:3525
Method
WindowsDeathTest
test/gtest/gmock-gtest-all.cc:8883
Function
WithArg
test/gtest/gmock/gmock.h:2131
Function
WithArgs
test/gtest/gmock/gmock.h:2141
Method
WithWhatMatcherImpl
test/gtest/gmock/gmock.h:7928
Function
WithoutArgs
test/gtest/gmock/gmock.h:2151
Method
WithoutMatchers
test/gtest/gmock/gmock.h:601
Function
WithoutMatchers GetWithoutMatchers
test/gtest/gmock-gtest-all.cc:12848
Method
XmlUnitTestResultPrinter
Creates a new XmlUnitTestResultPrinter.
test/gtest/gmock-gtest-all.cc:5463
Method
__call__
(self, *args, **kwargs)
support/release.py:74
Method
__eq__
(self, other)
support/docopt.py:34
Method
__hash__
(self)
support/docopt.py:37
Method
__init__
(self, message='')
support/docopt.py:28
Method
__init__
(self, name, value=None)
support/docopt.py:103
Method
__init__
(self, *children)
support/docopt.py:137
Method
__init__
(self, name, value=False)
support/docopt.py:167
Method
__init__
(self, source, error=DocoptExit)
support/docopt.py:284
Method
__init__
(self, dir)
support/release.py:20
Method
__init__
(self, cwd, env=None)
support/release.py:70
Method
__init__
( self, config: "Mapping[str, Any]", base_dir: Path, **kwargs: Any )
support/python/mkdocstrings_handlers/cxx/__init__.py:236
Method
__repr__
(self)
support/docopt.py:106
Method
__repr__
(self)
support/docopt.py:140
Method
__repr__
(self)
support/docopt.py:214
Method
__repr__
(self)
support/docopt.py:486
Method
accessor
include/fmt/base.h:487
Method
add_compare
include/fmt/format.h:2832
Method
adjust_precision
include/fmt/format.h:2678
Method
advance
test/scan.h:118
Function
advance_to
include/fmt/format.h:3891
Function
advance_to
include/fmt/printf.h:41
Method
advance_to
test/scan.h:220
Method
advance_to
Advances the begin iterator to `it`.
include/fmt/base.h:2662
Method
advance_write_buffer
include/fmt/format-inl.h:1612
Method
advance_write_buffer
include/fmt/format-inl.h:1643
Method
allocate
test/mock-allocator.h:73
Method
allocator_ref
test/mock-allocator.h:54
Method
ansi_color_escape
include/fmt/color.h:367
Function
any_cast
test/gtest/gmock/gmock.h:6696
Function
append
include/fmt/format.h:895
Function
append
include/fmt/base.h:1823
Method
apply
include/fmt/format.h:2515
Function
arg
include/fmt/format.h:3878
Function
arg
include/fmt/printf.h:45
Function
arg
include/fmt/xchar.h:140
Method
arg_converter
include/fmt/printf.h:128
Function
arg_id
include/fmt/format.h:3885
Function
arg_ref
include/fmt/base.h:1263
Method
arg_type
include/fmt/base.h:1241
Function
as_string
test/module-test.cc:151
Method
assertion_failure
test/test-assert.h:21
Method
assign
include/fmt/format.h:2761
Function
assign_from_buf
test/fuzzing/fuzzer-common.h:42
Function
assign_from_buf<bool>
test/fuzzing/fuzzer-common.h:49
Method
avoid_weak_vtable
test/test-assert.h:27
Function
basic_appender
include/fmt/base.h:2438
Method
basic_format_arg
include/fmt/base.h:2473
Method
basic_format_args
include/fmt/base.h:2569
Method
basic_fp
include/fmt/format.h:1596
Method
basic_fstring
include/fmt/xchar.h:110
Method
basic_memory_buffer
include/fmt/format.h:819
Function
basic_printf_context
Constructs a `printf_context` object. References to the arguments are stored in the context object so make sure they have appropriate lifetimes.
include/fmt/printf.h:36
Method
basic_string_view<Char>
include/fmt/xchar.h:112
Method
basic_test_string
test/util.h:41
Method
begin
test/ranges-test.cc:142
Method
begin
test/ranges-test.cc:334
Method
begin
test/ranges-test.cc:352
Method
begin
test/ranges-test.cc:488
← previous
next →
2,001–2,100 of 3,200, ranked by callers