Home
last modified time | relevance | path

Searched refs:withThis (Results 1 – 25 of 372) sorted by relevance

12345678910>>...15

/dports/graphics/peruse/peruse-8d1de5f4a7c4a6ca7444b0c55cb9aaa44a982a78/src/acbf/
H A DAcbfReferences.cpp143 void References::swapReferences(QObject* swapThis, QObject* withThis) in swapReferences() argument
146 int second = d->references.indexOf(withThis); in swapReferences()
150 void References::swapReferencesByIndex(int swapThis, int withThis) in swapReferencesByIndex() argument
152 …if (swapThis > -1 && swapThis < d->references.count() && withThis > -1 && withThis < d->references… in swapReferencesByIndex()
153 d->references.swapItemsAt(swapThis, withThis); in swapReferencesByIndex()
155 … InternalReferenceObject* second = qobject_cast<InternalReferenceObject*>(d->references[withThis]); in swapReferencesByIndex()
160 …ast one of them was outside the bounds of the current list of references:" << swapThis << withThis; in swapReferencesByIndex()
H A DAcbfData.cpp141 void Data::swapBinaries(QObject* swapThis, QObject* withThis) in swapBinaries() argument
144 int second = d->binaries.indexOf(withThis); in swapBinaries()
148 void Data::swapBinariesByIndex(int swapThis, int withThis) in swapBinariesByIndex() argument
150 …if (swapThis > -1 && swapThis < d->binaries.count() && withThis > -1 && withThis < d->binaries.cou… in swapBinariesByIndex()
151 d->binaries.swapItemsAt(swapThis, withThis); in swapBinariesByIndex()
153 … InternalReferenceObject* second = qobject_cast<InternalReferenceObject*>(d->binaries[withThis]); in swapBinariesByIndex()
158 …ies, and at least one of them was outside the bounds of the current list:" << swapThis << withThis; in swapBinariesByIndex()
H A DAcbfTextlayer.cpp165 bool Textlayer::swapTextareas(int swapThis, int withThis) in swapTextareas() argument
168 …if (swapThis > -1 && swapThis < d->textareas.count() && withThis > -1 && withThis < d->textareas.c… in swapTextareas()
169 d->textareas.swapItemsAt(swapThis, withThis); in swapTextareas()
171 … InternalReferenceObject* second = qobject_cast<InternalReferenceObject*>(d->textareas[withThis]); in swapTextareas()
177 …utside the bounds of the current list of textareas in this layer:" << this << swapThis << withThis; in swapTextareas()
H A DAcbfData.h92 Q_INVOKABLE void swapBinaries(QObject *swapThis, QObject* withThis);
98 Q_INVOKABLE void swapBinariesByIndex(int swapThis, int withThis);
H A DAcbfReferences.h119 Q_INVOKABLE void swapReferences(QObject *swapThis, QObject* withThis);
125 Q_INVOKABLE void swapReferencesByIndex(int swapThis, int withThis);
H A DAcbfPage.cpp370 bool Page::swapFrames(int swapThis, int withThis) in swapFrames() argument
372 if(swapThis > -1 && withThis > -1) { in swapFrames()
373 d->frames.swapItemsAt(swapThis, withThis); in swapFrames()
452 bool Page::swapJumps(int swapThis, int withThis) in swapJumps() argument
454 if(swapThis > -1 && withThis > -1) { in swapJumps()
455 d->jumps.swapItemsAt(swapThis, withThis); in swapJumps()
H A DAcbfBody.cpp134 bool Body::swapPages(Page* swapThis, Page* withThis) in swapPages() argument
137 int index2 = d->pages.indexOf(withThis); in swapPages()
H A DAcbfPage.h245 Q_INVOKABLE bool swapFrames(int swapThis, int withThis);
300 Q_INVOKABLE bool swapJumps(int swapThis, int withThis);
/dports/net-im/biboumi/biboumi-9.0/external/src/catch/include/internal/
H A Dcatch_string_manip.cpp51 …l replaceInPlace( std::string& str, std::string const& replaceThis, std::string const& withThis ) { in replaceInPlace() argument
56 str = str.substr( 0, i ) + withThis + str.substr( i+replaceThis.size() ); in replaceInPlace()
57 if( i < str.size()-withThis.size() ) in replaceInPlace()
58 i = str.find( replaceThis, i+withThis.size() ); in replaceInPlace()
/dports/math/e-antic/Catch2-ff349a5/include/internal/
H A Dcatch_string_manip.cpp68 …l replaceInPlace( std::string& str, std::string const& replaceThis, std::string const& withThis ) { in replaceInPlace() argument
73 str = str.substr( 0, i ) + withThis + str.substr( i+replaceThis.size() ); in replaceInPlace()
74 if( i < str.size()-withThis.size() ) in replaceInPlace()
75 i = str.find( replaceThis, i+withThis.size() ); in replaceInPlace()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/internal/
H A Dcatch_string_manip.cpp68 …l replaceInPlace( std::string& str, std::string const& replaceThis, std::string const& withThis ) { in replaceInPlace() argument
73 str = str.substr( 0, i ) + withThis + str.substr( i+replaceThis.size() ); in replaceInPlace()
74 if( i < str.size()-withThis.size() ) in replaceInPlace()
75 i = str.find( replaceThis, i+withThis.size() ); in replaceInPlace()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/Catch/include/internal/
H A Dcatch_common.hpp52 …l replaceInPlace( std::string& str, std::string const& replaceThis, std::string const& withThis ) { in replaceInPlace() argument
57 str = str.substr( 0, i ) + withThis + str.substr( i+replaceThis.size() ); in replaceInPlace()
58 if( i < str.size()-withThis.size() ) in replaceInPlace()
59 i = str.find( replaceThis, i+withThis.size() ); in replaceInPlace()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/3rdparty/catch/include/internal/
H A Dcatch_common.hpp52 …l replaceInPlace( std::string& str, std::string const& replaceThis, std::string const& withThis ) { in replaceInPlace() argument
57 str = str.substr( 0, i ) + withThis + str.substr( i+replaceThis.size() ); in replaceInPlace()
58 if( i < str.size()-withThis.size() ) in replaceInPlace()
59 i = str.find( replaceThis, i+withThis.size() ); in replaceInPlace()
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/internal/
H A Dcatch_string_manip.cpp68 …l replaceInPlace( std::string& str, std::string const& replaceThis, std::string const& withThis ) { in replaceInPlace() argument
73 str = str.substr( 0, i ) + withThis + str.substr( i+replaceThis.size() ); in replaceInPlace()
74 if( i < str.size()-withThis.size() ) in replaceInPlace()
75 i = str.find( replaceThis, i+withThis.size() ); in replaceInPlace()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/internal/
H A Dcatch_string_manip.cpp68 …l replaceInPlace( std::string& str, std::string const& replaceThis, std::string const& withThis ) { in replaceInPlace() argument
73 str = str.substr( 0, i ) + withThis + str.substr( i+replaceThis.size() ); in replaceInPlace()
74 if( i < str.size()-withThis.size() ) in replaceInPlace()
75 i = str.find( replaceThis, i+withThis.size() ); in replaceInPlace()
/dports/devel/catch/Catch2-2.13.7/include/internal/
H A Dcatch_string_manip.cpp68 …l replaceInPlace( std::string& str, std::string const& replaceThis, std::string const& withThis ) { in replaceInPlace() argument
73 str = str.substr( 0, i ) + withThis + str.substr( i+replaceThis.size() ); in replaceInPlace()
74 if( i < str.size()-withThis.size() ) in replaceInPlace()
75 i = str.find( replaceThis, i+withThis.size() ); in replaceInPlace()
/dports/www/restbed/restbed-4.8/dependency/catch/include/internal/
H A Dcatch_string_manip.cpp68 …l replaceInPlace( std::string& str, std::string const& replaceThis, std::string const& withThis ) { in replaceInPlace() argument
73 str = str.substr( 0, i ) + withThis + str.substr( i+replaceThis.size() ); in replaceInPlace()
74 if( i < str.size()-withThis.size() ) in replaceInPlace()
75 i = str.find( replaceThis, i+withThis.size() ); in replaceInPlace()
/dports/emulators/mess/mame-mame0226/3rdparty/catch/include/internal/
H A Dcatch_common.hpp54 …l replaceInPlace( std::string& str, std::string const& replaceThis, std::string const& withThis ) { in replaceInPlace() argument
59 str = str.substr( 0, i ) + withThis + str.substr( i+replaceThis.size() ); in replaceInPlace()
60 if( i < str.size()-withThis.size() ) in replaceInPlace()
61 i = str.find( replaceThis, i+withThis.size() ); in replaceInPlace()
/dports/emulators/mame/mame-mame0226/3rdparty/catch/include/internal/
H A Dcatch_common.hpp54 …l replaceInPlace( std::string& str, std::string const& replaceThis, std::string const& withThis ) { in replaceInPlace() argument
59 str = str.substr( 0, i ) + withThis + str.substr( i+replaceThis.size() ); in replaceInPlace()
60 if( i < str.size()-withThis.size() ) in replaceInPlace()
61 i = str.find( replaceThis, i+withThis.size() ); in replaceInPlace()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sludge/
H A Dobjtypes.cpp125 int ObjectManager::getCombinationFunction(int withThis, int thisObject) { in getCombinationFunction() argument
130 if (obj->allCombis[i].withObj == withThis) { in getCombinationFunction()
/dports/games/scummvm/scummvm-2.5.1/engines/sludge/
H A Dobjtypes.cpp123 int ObjectManager::getCombinationFunction(int withThis, int thisObject) { in getCombinationFunction() argument
128 if (obj->allCombis[i].withObj == withThis) { in getCombinationFunction()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.test/compilable/imports/
H A Dtest11563std_traits.d5 bool startsWith(R1, R2)(R1 doesThisStart, R2 withThis)
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gdc.test/compilable/imports/
H A Dtest11563std_traits.d5 bool startsWith(R1, R2)(R1 doesThisStart, R2 withThis)
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gdc.test/compilable/imports/
H A Dtest11563std_traits.d5 bool startsWith(R1, R2)(R1 doesThisStart, R2 withThis)
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gdc.test/compilable/imports/
H A Dtest11563std_traits.d5 bool startsWith(R1, R2)(R1 doesThisStart, R2 withThis)

12345678910>>...15