Home
last modified time | relevance | path

Searched refs:finishSection (Results 1 – 25 of 46) sorted by relevance

12

/dports/science/gromacs/gromacs-2021.4/src/gromacs/options/tests/
H A Drepeatingsection.cpp112 EXPECT_NO_THROW_GMX(assigner.finishSection()); in TEST()
131 EXPECT_NO_THROW_GMX(assigner.finishSection()); in TEST()
153 EXPECT_NO_THROW_GMX(assigner.finishSection()); in TEST()
158 EXPECT_NO_THROW_GMX(assigner.finishSection()); in TEST()
181 EXPECT_NO_THROW_GMX(assigner.finishSection()); in TEST()
183 EXPECT_NO_THROW_GMX(assigner.finishSection()); in TEST()
206 EXPECT_NO_THROW_GMX(assigner.finishSection()); in TEST()
208 EXPECT_NO_THROW_GMX(assigner.finishSection()); in TEST()
244 EXPECT_NO_THROW_GMX(assigner.finishSection()); in TEST()
245 EXPECT_NO_THROW_GMX(assigner.finishSection()); in TEST()
/dports/graphics/geos/geos-3.9.1/src/operation/overlayng/
H A DLineLimiter.cpp45 finishSection(); in limit()
63 finishSection(); in addOutside()
110 LineLimiter::finishSection() in finishSection() function in geos::operation::overlayng::LineLimiter
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/operation/overlayng/
H A DLineLimiter.java75 finishSection(); in limit()
88 finishSection(); in addOutside()
121 private void finishSection() { in finishSection() method in LineLimiter
/dports/science/gromacs/gromacs-2021.4/src/gromacs/commandline/
H A Dcmdlinehelpwriter.cpp390 void finishSection() in finishSection() function in gmx::__anonae9ef9980111::OptionsListFormatter
567 formatter.finishSection(); in writeHelp()
570 formatter.finishSection(); in writeHelp()
573 formatter.finishSection(); in writeHelp()
576 formatter.finishSection(); in writeHelp()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/wasm/
H A DWasmBinaryFormat.cpp138 if (!d.finishSection(sectionStart, sectionSize, "type"))
300 if (!d.finishSection(sectionStart, sectionSize, "import"))
335 if (!d.finishSection(sectionStart, sectionSize, "function"))
558 if (!d.finishSection(sectionStart, sectionSize, "data"))
615 if (!d.finishSection(sectionStart, sectionSize, "memory"))
H A DWasmCompile.cpp478 if (!d.finishSection(sectionStart, sectionSize, "table")) in DecodeTableSection()
533 if (!d.finishSection(sectionStart, sectionSize, "global")) in DecodeGlobalSection()
650 if (!d.finishSection(sectionStart, sectionSize, "export")) in DecodeExportSection()
729 if (!d.finishSection(sectionStart, sectionSize, "start")) in DecodeStartSection()
764 if (!d.finishSection(sectionStart, sectionSize, "code")) in DecodeCodeSection()
818 if (!d.finishSection(sectionStart, sectionSize, "elem")) in DecodeElemSection()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/options/
H A Disectionstorage.h74 virtual void finishSection() = 0;
H A Doptionsection.cpp54 void finishSection() override {} in finishSection() function in gmx::__anonbc4d2d890111::OptionSectionStorage
H A Doptionsassigner.h199 void finishSection();
H A Dtreesupport.cpp101 assigner_.finishSection(); in assignSubTree()
131 assigner_.finishSection(); in assignArray()
H A Drepeatingsection.h124 void finishSection() override in finishSection() function
H A Doptionsassigner.cpp241 void OptionsAssigner::finishSection() in finishSection() function in gmx::OptionsAssigner
H A Doptions.cpp183 storage_->finishSection(); in finish()
/dports/graphics/geos/geos-3.9.1/include/geos/operation/overlayng/
H A DLineLimiter.h72 void finishSection();
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/wasm/
H A DWasmValidate.cpp122 bool Decoder::finishSection(const SectionRange& range, in finishSection() function in Decoder
965 return d.finishSection(*range, "type"); in DecodeTypeSection()
1226 return d.finishSection(*range, "function"); in DecodeFunctionSection()
1244 return d.finishSection(*range, "table"); in DecodeTableSection()
1263 return d.finishSection(*range, "memory"); in DecodeMemorySection()
1355 return d.finishSection(*range, "global"); in DecodeGlobalSection()
1457 return d.finishSection(*range, "export"); in DecodeExportSection()
1479 return d.finishSection(*range, "start"); in DecodeStartSection()
1527 return d.finishSection(*range, "elem"); in DecodeElemSection()
1617 return d.finishSection(*env->codeSection, "code"); in DecodeCodeSection()
[all …]
H A DWasmCompile.cpp80 if (!d.finishSection(*env.codeSection, "code")) return false; in DecodeCodeSection()
487 bool finishSection(const SectionRange& range, const char* name) { in finishSection() function in StreamingDecoder
488 return d_.finishSection(range, name); in finishSection()
/dports/www/firefox-esr/firefox-91.8.0/js/src/wasm/
H A DWasmCompile.cpp679 if (!d.finishSection(*env.codeSection, "code")) { in DecodeCodeSection()
795 bool finishSection(const SectionRange& range, const char* name) { in finishSection() function in StreamingDecoder
796 return d_.finishSection(range, name); in finishSection()
H A DWasmValidate.cpp1641 return d.finishSection(*range, "type"); in DecodeTypeSection()
2071 if (!d.finishSection(*range, "import")) { in DecodeImportSection()
2117 return d.finishSection(*range, "function"); in DecodeFunctionSection()
2140 return d.finishSection(*range, "table"); in DecodeTableSection()
2167 return d.finishSection(*range, "memory"); in DecodeMemorySection()
2210 return d.finishSection(*range, "global"); in DecodeGlobalSection()
2256 return d.finishSection(*range, "event"); in DecodeEventSection()
2415 return d.finishSection(*range, "export"); in DecodeExportSection()
2448 return d.finishSection(*range, "start"); in DecodeStartSection()
2683 return d.finishSection(*range, "elem"); in DecodeElemSection()
[all …]
/dports/www/firefox/firefox-99.0/js/src/wasm/
H A DWasmCompile.cpp705 if (!d.finishSection(*env.codeSection, "code")) { in DecodeCodeSection()
817 bool finishSection(const SectionRange& range, const char* name) { in finishSection() function in StreamingDecoder
818 return d_.finishSection(range, name); in finishSection()
H A DWasmValidate.cpp1683 return d.finishSection(*range, "type"); in DecodeTypeSection()
2101 if (!d.finishSection(*range, "import")) { in DecodeImportSection()
2147 return d.finishSection(*range, "function"); in DecodeFunctionSection()
2170 return d.finishSection(*range, "table"); in DecodeTableSection()
2197 return d.finishSection(*range, "memory"); in DecodeMemorySection()
2240 return d.finishSection(*range, "global"); in DecodeGlobalSection()
2289 return d.finishSection(*range, "tag"); in DecodeTagSection()
2448 return d.finishSection(*range, "export"); in DecodeExportSection()
2481 return d.finishSection(*range, "start"); in DecodeStartSection()
2716 return d.finishSection(*range, "elem"); in DecodeElemSection()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/wasm/
H A DWasmCompile.cpp679 if (!d.finishSection(*env.codeSection, "code")) { in DecodeCodeSection()
795 bool finishSection(const SectionRange& range, const char* name) { in finishSection() function in StreamingDecoder
796 return d_.finishSection(range, name); in finishSection()
H A DWasmValidate.cpp1641 return d.finishSection(*range, "type"); in DecodeTypeSection()
2071 if (!d.finishSection(*range, "import")) { in DecodeImportSection()
2117 return d.finishSection(*range, "function"); in DecodeFunctionSection()
2140 return d.finishSection(*range, "table"); in DecodeTableSection()
2167 return d.finishSection(*range, "memory"); in DecodeMemorySection()
2210 return d.finishSection(*range, "global"); in DecodeGlobalSection()
2256 return d.finishSection(*range, "event"); in DecodeEventSection()
2415 return d.finishSection(*range, "export"); in DecodeExportSection()
2448 return d.finishSection(*range, "start"); in DecodeStartSection()
2683 return d.finishSection(*range, "elem"); in DecodeElemSection()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/wasm/
H A DWasmCompile.cpp557 if (!d.finishSection(*env.codeSection, "code")) { in DecodeCodeSection()
687 bool finishSection(const SectionRange& range, const char* name) { in finishSection() function in StreamingDecoder
688 return d_.finishSection(range, name); in finishSection()
H A DWasmValidate.cpp1774 return d.finishSection(*range, "type"); in DecodeTypeSection()
2133 if (!d.finishSection(*range, "import")) { in DecodeImportSection()
2177 return d.finishSection(*range, "function"); in DecodeFunctionSection()
2200 return d.finishSection(*range, "table"); in DecodeTableSection()
2227 return d.finishSection(*range, "memory"); in DecodeMemorySection()
2409 return d.finishSection(*range, "global"); in DecodeGlobalSection()
2545 return d.finishSection(*range, "export"); in DecodeExportSection()
2577 return d.finishSection(*range, "start"); in DecodeStartSection()
2825 return d.finishSection(*range, "elem"); in DecodeElemSection()
2851 return d.finishSection(*range, "datacount"); in DecodeDataCountSection()
[all …]
/dports/devel/binaryen/binaryen-version_98/src/wasm/
H A Dwasm-binary.cpp192 finishSection(start); in writeStart()
207 finishSection(start); in writeMemory()
228 finishSection(start); in writeTypes()
284 finishSection(start); in writeImports()
298 finishSection(start); in writeFunctionSignatures()
403 finishSection(start); in writeGlobals()
437 finishSection(start); in writeExports()
446 finishSection(start); in writeDataCount()
472 finishSection(start); in writeDataSegments()
512 finishSection(start); in writeFunctionTableDeclaration()
[all …]

12