Home
last modified time | relevance | path

Searched refs:endInfo (Results 1 – 25 of 237) sorted by relevance

12345678910

/dports/games/corsix-th/CorsixTH-0.65.1/SpriteEncoder/
H A Dimage.cpp130 *endInfo = png_create_info_struct(*pngPtr); in OpenFile()
131 if(!*endInfo) in OpenFile()
142 png_destroy_read_struct(pngPtr, infoPtr, endInfo); in OpenFile()
161 png_infop endInfo; in Load32Bpp() local
163 OpenFile(sFilename, &pngPtr, &infoPtr, &endInfo, &pRows); in Load32Bpp()
184 png_destroy_read_struct(&pngPtr, &infoPtr, &endInfo); in Load32Bpp()
190 png_destroy_read_struct(&pngPtr, &infoPtr, &endInfo); in Load32Bpp()
206 png_destroy_read_struct(&pngPtr, &infoPtr, &endInfo); in Load32Bpp()
214 png_infop endInfo; in Load8Bpp() local
216 OpenFile(sFilename, &pngPtr, &infoPtr, &endInfo, &pRows); in Load8Bpp()
[all …]
/dports/devel/catch/Catch2-2.13.7/include/internal/
H A Dcatch_section.cpp24 SectionEndInfo endInfo{ m_info, m_assertions, m_timer.getElapsedSeconds() }; in ~Section() local
26 getResultCapture().sectionEndedEarly( endInfo ); in ~Section()
28 getResultCapture().sectionEnded( endInfo ); in ~Section()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/internal/
H A Dcatch_section.cpp24 SectionEndInfo endInfo{ m_info, m_assertions, m_timer.getElapsedSeconds() }; in ~Section() local
26 getResultCapture().sectionEndedEarly( endInfo ); in ~Section()
28 getResultCapture().sectionEnded( endInfo ); in ~Section()
/dports/math/e-antic/Catch2-ff349a5/include/internal/
H A Dcatch_section.cpp24 SectionEndInfo endInfo{ m_info, m_assertions, m_timer.getElapsedSeconds() }; in ~Section() local
26 getResultCapture().sectionEndedEarly( endInfo ); in ~Section()
28 getResultCapture().sectionEnded( endInfo ); in ~Section()
/dports/www/restbed/restbed-4.8/dependency/catch/include/internal/
H A Dcatch_section.cpp24 SectionEndInfo endInfo{ m_info, m_assertions, m_timer.getElapsedSeconds() }; in ~Section() local
26 getResultCapture().sectionEndedEarly( endInfo ); in ~Section()
28 getResultCapture().sectionEnded( endInfo ); in ~Section()
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/internal/
H A Dcatch_section.cpp24 SectionEndInfo endInfo{ m_info, m_assertions, m_timer.getElapsedSeconds() }; in ~Section() local
26 getResultCapture().sectionEndedEarly( endInfo ); in ~Section()
28 getResultCapture().sectionEnded( endInfo ); in ~Section()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/internal/
H A Dcatch_section.cpp24 SectionEndInfo endInfo{ m_info, m_assertions, m_timer.getElapsedSeconds() }; in ~Section() local
26 getResultCapture().sectionEndedEarly( endInfo ); in ~Section()
28 getResultCapture().sectionEnded( endInfo ); in ~Section()
/dports/net-im/biboumi/biboumi-9.0/external/src/catch/include/internal/
H A Dcatch_section.cpp24 SectionEndInfo endInfo( m_info, m_assertions, m_timer.getElapsedSeconds() ); in ~Section() local
26 getResultCapture().sectionEndedEarly( endInfo ); in ~Section()
28 getResultCapture().sectionEnded( endInfo ); in ~Section()
/dports/emulators/mess/mame-mame0226/3rdparty/catch/include/internal/
H A Dcatch_section.hpp36 SectionEndInfo endInfo( m_info, m_assertions, m_timer.getElapsedSeconds() ); in ~Section() local
38 getResultCapture().sectionEndedEarly( endInfo ); in ~Section()
40 getResultCapture().sectionEnded( endInfo ); in ~Section()
H A Dcatch_run_context.hpp184 virtual void sectionEnded( SectionEndInfo const& endInfo ) { in sectionEnded() argument
185 Counts assertions = m_totals.assertions - endInfo.prevAssertions; in sectionEnded()
193 …m_reporter->sectionEnded( SectionStats( endInfo.sectionInfo, assertions, endInfo.durationInSeconds… in sectionEnded()
197 virtual void sectionEndedEarly( SectionEndInfo const& endInfo ) { in sectionEndedEarly() argument
204 m_unfinishedSections.push_back( endInfo ); in sectionEndedEarly()
H A Dcatch_interfaces_capture.h33 virtual void sectionEnded( SectionEndInfo const& endInfo ) = 0;
34 virtual void sectionEndedEarly( SectionEndInfo const& endInfo ) = 0;
/dports/emulators/mame/mame-mame0226/3rdparty/catch/include/internal/
H A Dcatch_section.hpp36 SectionEndInfo endInfo( m_info, m_assertions, m_timer.getElapsedSeconds() ); in ~Section() local
38 getResultCapture().sectionEndedEarly( endInfo ); in ~Section()
40 getResultCapture().sectionEnded( endInfo ); in ~Section()
H A Dcatch_run_context.hpp184 virtual void sectionEnded( SectionEndInfo const& endInfo ) { in sectionEnded() argument
185 Counts assertions = m_totals.assertions - endInfo.prevAssertions; in sectionEnded()
193 …m_reporter->sectionEnded( SectionStats( endInfo.sectionInfo, assertions, endInfo.durationInSeconds… in sectionEnded()
197 virtual void sectionEndedEarly( SectionEndInfo const& endInfo ) { in sectionEndedEarly() argument
204 m_unfinishedSections.push_back( endInfo ); in sectionEndedEarly()
H A Dcatch_interfaces_capture.h33 virtual void sectionEnded( SectionEndInfo const& endInfo ) = 0;
34 virtual void sectionEndedEarly( SectionEndInfo const& endInfo ) = 0;
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/3rdparty/catch/include/internal/
H A Dcatch_section.hpp39 SectionEndInfo endInfo( m_info, m_assertions, m_timer.getElapsedSeconds() ); in ~Section() local
41 getResultCapture().sectionEndedEarly( endInfo ); in ~Section()
43 getResultCapture().sectionEnded( endInfo ); in ~Section()
H A Dcatch_run_context.hpp231 virtual void sectionEnded( SectionEndInfo const& endInfo ) { in sectionEnded() argument
232 Counts assertions = m_totals.assertions - endInfo.prevAssertions; in sectionEnded()
240 …m_reporter->sectionEnded( SectionStats( endInfo.sectionInfo, assertions, endInfo.durationInSeconds… in sectionEnded()
244 virtual void sectionEndedEarly( SectionEndInfo const& endInfo ) { in sectionEndedEarly() argument
251 m_unfinishedSections.push_back( endInfo ); in sectionEndedEarly()
H A Dcatch_interfaces_capture.h33 virtual void sectionEnded( SectionEndInfo const& endInfo ) = 0;
34 virtual void sectionEndedEarly( SectionEndInfo const& endInfo ) = 0;
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/Catch/include/internal/
H A Dcatch_section.hpp39 SectionEndInfo endInfo( m_info, m_assertions, m_timer.getElapsedSeconds() ); in ~Section() local
41 getResultCapture().sectionEndedEarly( endInfo ); in ~Section()
43 getResultCapture().sectionEnded( endInfo ); in ~Section()
H A Dcatch_run_context.hpp231 virtual void sectionEnded( SectionEndInfo const& endInfo ) { in sectionEnded() argument
232 Counts assertions = m_totals.assertions - endInfo.prevAssertions; in sectionEnded()
240 …m_reporter->sectionEnded( SectionStats( endInfo.sectionInfo, assertions, endInfo.durationInSeconds… in sectionEnded()
244 virtual void sectionEndedEarly( SectionEndInfo const& endInfo ) { in sectionEndedEarly() argument
251 m_unfinishedSections.push_back( endInfo ); in sectionEndedEarly()
H A Dcatch_interfaces_capture.h33 virtual void sectionEnded( SectionEndInfo const& endInfo ) = 0;
34 virtual void sectionEndedEarly( SectionEndInfo const& endInfo ) = 0;
/dports/games/residualvm/residualvm-0.3.1/image/
H A Dpng.cpp125 png_infop endInfo = png_create_info_struct(pngPtr); in loadStream() local
126 if (!endInfo) { in loadStream()
242 png_destroy_read_struct(&pngPtr, &infoPtr, &endInfo); in loadStream()
290 png_infop endInfo = png_create_info_struct(pngPtr); in writePNG() local
291 if (!endInfo) { in writePNG()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Lex/
H A DMacroInfo.cpp57 endInfo = SM.getDecomposedExpansionLoc(macroEnd); in getDefinitionLengthSlow() local
58 assert(startInfo.first == endInfo.first && in getDefinitionLengthSlow()
60 assert(startInfo.second <= endInfo.second); in getDefinitionLengthSlow()
61 DefinitionLength = endInfo.second - startInfo.second; in getDefinitionLengthSlow()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Lex/
H A DMacroInfo.cpp57 endInfo = SM.getDecomposedExpansionLoc(macroEnd); in getDefinitionLengthSlow() local
58 assert(startInfo.first == endInfo.first && in getDefinitionLengthSlow()
60 assert(startInfo.second <= endInfo.second); in getDefinitionLengthSlow()
61 DefinitionLength = endInfo.second - startInfo.second; in getDefinitionLengthSlow()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Lex/
H A DMacroInfo.cpp57 endInfo = SM.getDecomposedExpansionLoc(macroEnd); in getDefinitionLengthSlow() local
58 assert(startInfo.first == endInfo.first && in getDefinitionLengthSlow()
60 assert(startInfo.second <= endInfo.second); in getDefinitionLengthSlow()
61 DefinitionLength = endInfo.second - startInfo.second; in getDefinitionLengthSlow()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Lex/
H A DMacroInfo.cpp57 endInfo = SM.getDecomposedExpansionLoc(macroEnd); in getDefinitionLengthSlow() local
58 assert(startInfo.first == endInfo.first && in getDefinitionLengthSlow()
60 assert(startInfo.second <= endInfo.second); in getDefinitionLengthSlow()
61 DefinitionLength = endInfo.second - startInfo.second; in getDefinitionLengthSlow()

12345678910