Home
last modified time | relevance | path

Searched refs:TemplateBase (Results 1 – 25 of 79) sorted by relevance

1234

/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/shiboken2/tests/libsample/
H A Dphoton.h66 class LIBSAMPLE_API TemplateBase : public Base
69 explicit TemplateBase(int value) : Base(value) {} in TemplateBase() function
74 …inline int sumValueUsingPointer(TemplateBase<CLASS_TYPE>* other) const { return m_value + other->m… in sumValueUsingPointer()
77 inline std::list<TemplateBase<CLASS_TYPE> > getListOfThisTemplateBase() in getListOfThisTemplateBase()
79 std::list<TemplateBase<CLASS_TYPE> > objs; in getListOfThisTemplateBase()
85 …static inline TemplateBase<CLASS_TYPE>* passPointerThrough(TemplateBase<CLASS_TYPE>* obj) { return… in passPointerThrough()
92 template class LIBSAMPLE_API TemplateBase<IdentityType>;
93 template class LIBSAMPLE_API TemplateBase<DuplicatorType>;
96 using ValueIdentity = TemplateBase<IdentityType>;
97 using ValueDuplicator = TemplateBase<DuplicatorType>;
[all …]
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/tests/libsample/
H A Dphoton.h66 class LIBSAMPLE_API TemplateBase : public Base
69 explicit TemplateBase(int value) : Base(value) {} in TemplateBase() function
74 …inline int sumValueUsingPointer(TemplateBase<CLASS_TYPE>* other) const { return m_value + other->m… in sumValueUsingPointer()
77 inline std::list<TemplateBase<CLASS_TYPE> > getListOfThisTemplateBase() in getListOfThisTemplateBase()
79 std::list<TemplateBase<CLASS_TYPE> > objs; in getListOfThisTemplateBase()
85 …static inline TemplateBase<CLASS_TYPE>* passPointerThrough(TemplateBase<CLASS_TYPE>* obj) { return… in passPointerThrough()
92 template class LIBSAMPLE_API TemplateBase<IdentityType>;
93 template class LIBSAMPLE_API TemplateBase<DuplicatorType>;
96 using ValueIdentity = TemplateBase<IdentityType>;
97 using ValueDuplicator = TemplateBase<DuplicatorType>;
[all …]
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/tests/libsample/
H A Dphoton.h66 class LIBSAMPLE_API TemplateBase : public Base
69 explicit TemplateBase(int value) : Base(value) {} in TemplateBase() function
74 …inline int sumValueUsingPointer(TemplateBase<CLASS_TYPE>* other) const { return m_value + other->m… in sumValueUsingPointer()
77 inline std::list<TemplateBase<CLASS_TYPE> > getListOfThisTemplateBase() in getListOfThisTemplateBase()
79 std::list<TemplateBase<CLASS_TYPE> > objs; in getListOfThisTemplateBase()
85 …static inline TemplateBase<CLASS_TYPE>* passPointerThrough(TemplateBase<CLASS_TYPE>* obj) { return… in passPointerThrough()
92 template class LIBSAMPLE_API TemplateBase<IdentityType>;
93 template class LIBSAMPLE_API TemplateBase<DuplicatorType>;
96 using ValueIdentity = TemplateBase<IdentityType>;
97 using ValueDuplicator = TemplateBase<DuplicatorType>;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/clang/blink_gc_plugin/tests/
H A Ddelayed_parsing.cpp14 class TemplateBase class
15 : public GarbageCollected<TemplateBase<T> > {
23 class Subclass : public TemplateBase<Subclass> {
/dports/lang/v8/v8-9.6.180.12/tools/clang/blink_gc_plugin/tests/
H A Ddelayed_parsing.cpp14 class TemplateBase class
15 : public GarbageCollected<TemplateBase<T> > {
23 class Subclass : public TemplateBase<Subclass> {
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/test/
H A Dunnecessaryoverride-dtor.hxx48 template<typename T> struct TemplateBase: T { struct
49 virtual ~TemplateBase() {} in ~TemplateBase() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/test/
H A Dunnecessaryoverride-dtor.hxx49 template<typename T> struct TemplateBase: T { struct
50 virtual ~TemplateBase() {} in ~TemplateBase() argument
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/MdeModulePkg/Core/DxeIplPeim/Ia32/
H A DDxeLoadFunc.c82 VOID *TemplateBase; in HandOffToDxeCore() local
132 SizeOfTemplate = AsmGetVectorTemplatInfo (&TemplateBase); in HandOffToDxeCore()
159 CopyMem ((VOID *) (UINTN) VectorAddress, TemplateBase, SizeOfTemplate); in HandOffToDxeCore()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/UefiPayloadPkg/UefiPayloadEntry/Ia32/
H A DDxeLoadFunc.c247 VOID *TemplateBase; in HandOffToDxeCore() local
302 SizeOfTemplate = AsmGetVectorTemplatInfo (&TemplateBase); in HandOffToDxeCore()
326 CopyMem ((VOID *) (UINTN) VectorAddress, TemplateBase, SizeOfTemplate); in HandOffToDxeCore()
/dports/sysutils/edk2/edk2-edk2-stable202102/UefiPayloadPkg/UefiPayloadEntry/Ia32/
H A DDxeLoadFunc.c247 VOID *TemplateBase; in HandOffToDxeCore() local
302 SizeOfTemplate = AsmGetVectorTemplatInfo (&TemplateBase); in HandOffToDxeCore()
326 CopyMem ((VOID *) (UINTN) VectorAddress, TemplateBase, SizeOfTemplate); in HandOffToDxeCore()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-use-override.cpp271 template <typename T> struct TemplateBase { struct
275 template <typename T> struct DerivedFromTemplate : public TemplateBase<T> {
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-use-override.cpp271 template <typename T> struct TemplateBase { struct
275 template <typename T> struct DerivedFromTemplate : public TemplateBase<T> {
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-use-override.cpp271 template <typename T> struct TemplateBase { struct
275 template <typename T> struct DerivedFromTemplate : public TemplateBase<T> {
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/
H A Dmodernize-use-override.cpp271 template <typename T> struct TemplateBase { struct
275 template <typename T> struct DerivedFromTemplate : public TemplateBase<T> {
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-use-override.cpp271 template <typename T> struct TemplateBase { struct
275 template <typename T> struct DerivedFromTemplate : public TemplateBase<T> {
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dmodernize-use-override.cpp271 template <typename T> struct TemplateBase { struct
275 template <typename T> struct DerivedFromTemplate : public TemplateBase<T> {
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-use-override.cpp271 template <typename T> struct TemplateBase { struct
275 template <typename T> struct DerivedFromTemplate : public TemplateBase<T> {
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/
H A Dmodernize-use-override.cpp271 template <typename T> struct TemplateBase { struct
275 template <typename T> struct DerivedFromTemplate : public TemplateBase<T> {
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-use-override.cpp271 template <typename T> struct TemplateBase { struct
275 template <typename T> struct DerivedFromTemplate : public TemplateBase<T> {
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-use-override.cpp271 template <typename T> struct TemplateBase { struct
275 template <typename T> struct DerivedFromTemplate : public TemplateBase<T> {
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-use-override.cpp271 template <typename T> struct TemplateBase { struct
275 template <typename T> struct DerivedFromTemplate : public TemplateBase<T> {
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-use-override.cpp271 template <typename T> struct TemplateBase { struct
275 template <typename T> struct DerivedFromTemplate : public TemplateBase<T> {
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-use-override.cpp271 template <typename T> struct TemplateBase { struct
275 template <typename T> struct DerivedFromTemplate : public TemplateBase<T> {
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dmodernize-use-override.cpp271 template <typename T> struct TemplateBase { struct
275 template <typename T> struct DerivedFromTemplate : public TemplateBase<T> {
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dmodernize-use-override.cpp271 template <typename T> struct TemplateBase { struct
275 template <typename T> struct DerivedFromTemplate : public TemplateBase<T> {

1234