MCPcopy Create free account

hub / github.com/coolxv/cpp-stub / types & classes

Types & classes871 in github.com/coolxv/cpp-stub

↓ 30 callersClassOpt
ut_examples/catch2/ut/include/catch.hpp:9395
↓ 21 callersClassColumnBreak
ut_examples/catch2/ut/include/catch.hpp:16146
↓ 18 callersClassDuration
ut_examples/catch2/ut/include/catch.hpp:16149
↓ 17 callersClassColumn
ut_examples/catch2/ut/include/catch.hpp:8512
↓ 13 callersClasspluralise
ut_examples/catch2/ut/include/catch.hpp:3223
↓ 11 callersClassAdlTag
Appears in InvokeArgumentAdl's argument list to help avoid accidental calls to user functions of the same name.
ut_examples/gtest/ut/include/gmock/gmock-actions.h:1390
↓ 11 callersClassColour
ut_examples/catch2/ut/include/catch.hpp:5990
↓ 10 callersClassStringRef
A non-owning string class (similar to the forthcoming std::string_view) Note that, because a StringRef may be a substring of another string, it may no
ut_examples/catch2/ut/include/catch.hpp:613
↓ 8 callersClassParseState
ut_examples/catch2/ut/include/catch.hpp:9065
↓ 7 callersClassnow
ut_examples/catch2/ut/include/catch.hpp:6468
↓ 5 callersClassLazyExpression
ut_examples/catch2/ut/include/catch.hpp:2533
↓ 5 callersClassRank0
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:2764
↓ 4 callersClassCasedString
ut_examples/catch2/ut/include/catch.hpp:3545
↓ 4 callersClassEstimate
ut_examples/catch2/ut/include/catch.hpp:5434
↓ 4 callersClassExpectation
An abstract handle of an expectation.
ut_examples/gtest/ut/include/gmock/gmock-spec-builders.h:90
↓ 4 callersClassNameAndLocation
ut_examples/catch2/ut/include/catch.hpp:7474
↓ 4 callersClassSummaryColumn
Fwd decls
ut_examples/catch2/ut/include/catch.hpp:6152
↓ 4 callersClassWithinRelMatcher
Given IEEE-754 format for floats and doubles, we can assume that float -> double promotion is lossless. Given this, we can assume that if we do the st
ut_examples/catch2/ut/include/catch.hpp:3461
↓ 4 callersClassiterator
ut_examples/catch2/ut/include/catch.hpp:8519
↓ 3 callersClassGeneratorException
ut_examples/catch2/ut/include/catch.hpp:3926
↓ 3 callersClassRowBreak
ut_examples/catch2/ut/include/catch.hpp:16147
↓ 3 callersClassSession
ut_examples/catch2/ut/include/catch.hpp:13117
↓ 2 callersClassChronometer
ut_examples/catch2/ut/include/catch.hpp:6616
↓ 2 callersClassCodeLocation
ut_examples/gtest/ut/include/gtest/internal/gtest-internal.h:490
↓ 2 callersClassGroupInfo
ut_examples/catch2/ut/include/catch.hpp:5517
↓ 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
ut_examples/gtest/ut/include/gtest/gtest-matchers.h:618
↓ 2 callersClassOp
NOLINT
ut_examples/gtest/ut/include/gmock/gmock-actions.h:1067
↓ 2 callersClassParser
ut_examples/catch2/ut/include/catch.hpp:9242
↓ 2 callersClassRelationToSourceCopy
ut_examples/gtest/ut/include/gtest/internal/gtest-internal.h:1050
↓ 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
ut_examples/gtest/ut/include/gtest/internal/gtest-internal.h:1049
↓ 2 callersClassReporterConfig
ut_examples/catch2/ut/include/catch.hpp:5481
↓ 2 callersClassSourceLineInfo
ut_examples/catch2/ut/include/catch.hpp:509
↓ 2 callersClassTestCaseStats
ut_examples/catch2/ut/include/catch.hpp:5560
↓ 2 callersClassTestRunStats
ut_examples/catch2/ut/include/catch.hpp:5597
↓ 2 callersClassWithinUlpsMatcher
ut_examples/catch2/ut/include/catch.hpp:3445
↓ 2 callersClassXmlEncode
ut_examples/catch2/ut/include/catch.hpp:6234
↓ 2 callersClasssigaction
ut_examples/catch2/ut/include/catch.hpp:10861
↓ 1 callersClassArg
ut_examples/catch2/ut/include/catch.hpp:9361
↓ 1 callersClassArgs
Transport for raw args (copied from main args, or supplied via init list for testing)
ut_examples/catch2/ut/include/catch.hpp:8845
↓ 1 callersClassAssertHelper
ut_examples/gtest/ut/include/gtest/gtest.h:164
↓ 1 callersClassAssertionStats
ut_examples/catch2/ut/include/catch.hpp:5527
↓ 1 callersClassBenchmarkFunction
We need to reinvent std::function because every piece of code that might add overhead in a measurement context needs to have consistent performance ch
ut_examples/catch2/ut/include/catch.hpp:6707
↓ 1 callersClassBySectionInfo
ut_examples/catch2/ut/include/catch.hpp:5838
↓ 1 callersClassContainsMatcher
ut_examples/catch2/ut/include/catch.hpp:3567
↓ 1 callersClassCounts
ut_examples/catch2/ut/include/catch.hpp:2452
↓ 1 callersClassDoDefaultAction
Implements the polymorphic DoDefault() action.
ut_examples/gtest/ut/include/gmock/gmock-actions.h:874
↓ 1 callersClassEndTag
ut_examples/catch2/ut/include/catch.hpp:8696
↓ 1 callersClassEndsWithMatcher
ut_examples/catch2/ut/include/catch.hpp:3575
↓ 1 callersClassEq2Matcher
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:1187
↓ 1 callersClassEqualsMatcher
ut_examples/catch2/ut/include/catch.hpp:3563
↓ 1 callersClassExceptionMessageMatcher
ut_examples/catch2/ut/include/catch.hpp:3406
↓ 1 callersClassExcessiveArg
A macro from the ACTION* family (defined later in gmock-generated-actions.h) defines an action that can be used in a mock function. Typically, these
ut_examples/gtest/ut/include/gmock/gmock-actions.h:1327
↓ 1 callersClassExeName
ut_examples/catch2/ut/include/catch.hpp:9319
↓ 1 callersClassExpectationBase
Base class for expectations.
ut_examples/gtest/ut/include/gmock/gmock-spec-builders.h:103
↓ 1 callersClassFilter
ut_examples/catch2/ut/include/catch.hpp:5149
↓ 1 callersClassGe2Matcher
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:1207
↓ 1 callersClassGt2Matcher
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:1199
↓ 1 callersClassHelp
ut_examples/catch2/ut/include/catch.hpp:9496
↓ 1 callersClassInstantiationInfo
ut_examples/gtest/ut/include/gtest/internal/gtest-param-util.h:626
↓ 1 callersClassIsNanMatcher
Implements the polymorphic IsNan() matcher, which matches any floating type value that is Nan.
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:1606
↓ 1 callersClassIsNullMatcher
Implements the polymorphic IsNull() matcher, which matches any raw or smart pointer that is NULL.
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:769
↓ 1 callersClassLe2Matcher
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:1203
↓ 1 callersClassLessComparator
A comparator functor that uses the < operator to compare two values.
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:2419
↓ 1 callersClassLt2Matcher
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:1195
↓ 1 callersClassNameAndTags
ut_examples/catch2/ut/include/catch.hpp:987
↓ 1 callersClassNe2Matcher
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:1191
↓ 1 callersClassNonCopyable
ut_examples/catch2/ut/include/catch.hpp:498
↓ 1 callersClassNotNullMatcher
Implements the polymorphic NotNull() matcher, which matches any raw or smart pointer that is not NULL.
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:785
↓ 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
ut_examples/gtest/ut/include/gtest/internal/gtest-port.h:1175
↓ 1 callersClassParamIterator
ut_examples/gtest/ut/include/gtest/internal/gtest-param-util.h:123
↓ 1 callersClassRefMatcher<T&>
ut_examples/gtest/ut/include/gmock/gmock-matchers.h:816
↓ 1 callersClassRegexMatcher
ut_examples/catch2/ut/include/catch.hpp:3580
↓ 1 callersClassReturnNullAction
Implements the ReturnNull() action.
ut_examples/gtest/ut/include/gmock/gmock-actions.h:730
↓ 1 callersClassReturnVoidAction
Implements the Return() action.
ut_examples/gtest/ut/include/gmock/gmock-actions.h:742
↓ 1 callersClassSectionStats
ut_examples/catch2/ut/include/catch.hpp:5543
↓ 1 callersClassSpacer
ut_examples/catch2/ut/include/catch.hpp:8681
↓ 1 callersClassStartsWithMatcher
ut_examples/catch2/ut/include/catch.hpp:3571
↓ 1 callersClassTagAlias
ut_examples/catch2/ut/include/catch.hpp:5187
↓ 1 callersClassTagInfo
ut_examples/catch2/ut/include/catch.hpp:11167
↓ 1 callersClassTest
The friend relationship of some of these classes is cyclic. If we don't forward declare them the compiler might confuse the classes in friendship clau
ut_examples/gtest/ut/include/gtest/gtest.h:187
↓ 1 callersClassTestCase
ut_examples/catch2/ut/include/catch.hpp:584
↓ 1 callersClassTestFailureException
ut_examples/catch2/ut/include/catch.hpp:2528
↓ 1 callersClassTestGroupStats
ut_examples/catch2/ut/include/catch.hpp:5580
↓ 1 callersClassTestInfo
ut_examples/gtest/ut/include/gtest/gtest.h:194
↓ 1 callersClassTestSpecParser
ut_examples/catch2/ut/include/catch.hpp:5203
↓ 1 callersClassTestSuite
ut_examples/gtest/ut/include/gtest/gtest.h:188
↓ 1 callersClassTokenStream
ut_examples/catch2/ut/include/catch.hpp:8842
↓ 1 callersClassTypes
ut_examples/gtest/ut/include/gtest/internal/gtest-type-util.h:137
↓ 1 callersClassUnitTest
ut_examples/gtest/ut/include/gtest/gtest.h:195
↓ 1 callersClassWithinAbsMatcher
ut_examples/catch2/ut/include/catch.hpp:3436
↓ 1 callersClass_stat
ut_examples/gtest/ut/include/gtest/internal/gtest-port.h:1960
↓ 1 callersClassstat
ut_examples/gtest/ut/include/gtest/internal/gtest-port.h:1994
↓ 1 callersClasstype
ut_examples/catch2/ut/include/catch.hpp:6553
ClassA
test/test_overload_function_linux.cpp:6
ClassA
test/test_dtor_function_linux.cpp:40
ClassA
test/test_private_member_function_win.cpp:5
ClassA
test/test_constructor_function_x86_win.cpp:59
ClassA
test/test_class_member_function.cpp:4
ClassA
test/test_template_function_win.cpp:5
ClassA
test/test_virtual_overload_function_linux.cpp:5
next →1–100 of 871, ranked by callers