Home
last modified time | relevance | path

Searched refs:fieldsAsStrings (Results 1 – 7 of 7) sorted by relevance

/dports/biology/seqan/seqan-library-2.4.0/include/seqan/blast/
H A Dblast_tabular_in.h322 strSplit(context.fieldsAsStrings, context._stringBuffer, EqualsChar<'\x7F'>(), true); in _readCommentLinesImpl()
333 resize(context.fields, length(context.fieldsAsStrings)); in _readCommentLinesImpl()
334 for (uint8_t j = 0; j < length(context.fieldsAsStrings); ++j) in _readCommentLinesImpl()
338 if (context.fieldsAsStrings[j] == in _readCommentLinesImpl()
383 … strSplit(context.fieldsAsStrings, context._stringBuffer, EqualsChar<'\x7F'>(), true); in _readCommentLinesImpl()
455 clear(context.fieldsAsStrings); in _readCommentLines()
971 clear(context.fieldsAsStrings); in readFooter()
H A Dblast_io_context.h240 StringSet<TString, Owner<ConcatDirect<>>> fieldsAsStrings; member
H A Dblast_tabular_out.h130 if (!empty(context.fieldsAsStrings)) // give preference to string labels in _writeFieldLabels()
132 write(stream, context.fieldsAsStrings, ", "); in _writeFieldLabels()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/blast/
H A Dblast_tabular_in.h322 strSplit(context.fieldsAsStrings, context._stringBuffer, EqualsChar<'\x7F'>(), true); in _readCommentLinesImpl()
333 resize(context.fields, length(context.fieldsAsStrings)); in _readCommentLinesImpl()
334 for (uint8_t j = 0; j < length(context.fieldsAsStrings); ++j) in _readCommentLinesImpl()
338 if (context.fieldsAsStrings[j] == in _readCommentLinesImpl()
383 … strSplit(context.fieldsAsStrings, context._stringBuffer, EqualsChar<'\x7F'>(), true); in _readCommentLinesImpl()
455 clear(context.fieldsAsStrings); in _readCommentLines()
971 clear(context.fieldsAsStrings); in readFooter()
H A Dblast_io_context.h240 StringSet<TString, Owner<ConcatDirect<>>> fieldsAsStrings; member
H A Dblast_tabular_out.h130 if (!empty(context.fieldsAsStrings)) // give preference to string labels in _writeFieldLabels()
132 write(stream, context.fieldsAsStrings, ", "); in _writeFieldLabels()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/tests/blast/
H A Dtest_blast_input.h418 … SEQAN_ASSERT_EQ(length(context.fieldsAsStrings), 12u); // not overwritten because not available in _testReadTabularWithComments()
428 … SEQAN_ASSERT_EQ(length(context.fieldsAsStrings), 12u); // not overwritten because not available in _testReadTabularWithComments()
443 SEQAN_ASSERT_EQ(length(context.fieldsAsStrings),13u); in _testReadTabularWithComments()
449 SEQAN_ASSERT_EQ(length(context.fieldsAsStrings),12u); // defaults in _testReadTabularWithComments()