Home
last modified time | relevance | path

Searched refs:fSkipEmptyTemplateLines (Results 1 – 5 of 5) sorted by relevance

/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/util/xregexp/
H A Dregexp_template_tester.hpp206 fSkipEmptyTemplateLines = (1 << 1), ///< Skip empty lines in the template enumerator
207 fSkipEmptyLines = fSkipEmptySourceLines | fSkipEmptyTemplateLines
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/xregexp/
H A Dregexp_template_tester.hpp206 fSkipEmptyTemplateLines = (1 << 1), ///< Skip empty lines in the template enumerator
207 fSkipEmptyLines = fSkipEmptySourceLines | fSkipEmptyTemplateLines
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/misc/clog/test/
H A Dtest_ncbi_clog_templates.cpp299 CRegexpTemplateTester tester(CRegexpTemplateTester::fSkipEmptyTemplateLines); in RunTest()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/xregexp/
H A Dregexp_template_tester.cpp278 skip_empty = (m_Flags & fSkipEmptyTemplateLines) > 0; in x_GetLine()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/util/xregexp/
H A Dregexp_template_tester.cpp278 skip_empty = (m_Flags & fSkipEmptyTemplateLines) > 0; in x_GetLine()