Home
last modified time | relevance | path

Searched refs:AtEOF (Results 1 – 25 of 155) sorted by relevance

1234567

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/
H A Dline_reader.cpp100 bool CStreamLineReader::AtEOF(void) const in AtEOF() function in CStreamLineReader
109 _ASSERT(!AtEOF()); in PeekChar()
111 if (AtEOF()) { in PeekChar()
157 if (AtEOF()) { in operator ++()
311 bool CMemoryLineReader::AtEOF(void) const in AtEOF() function in CMemoryLineReader
319 _ASSERT(!AtEOF()); in PeekChar()
321 if (AtEOF()) { in PeekChar()
356 if (AtEOF()) { in operator ++()
477 _ASSERT(!AtEOF()); in PeekChar()
479 if (AtEOF()) { in PeekChar()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/util/
H A Dline_reader.cpp100 bool CStreamLineReader::AtEOF(void) const in AtEOF() function in CStreamLineReader
109 _ASSERT(!AtEOF()); in PeekChar()
111 if (AtEOF()) { in PeekChar()
157 if (AtEOF()) { in operator ++()
311 bool CMemoryLineReader::AtEOF(void) const in AtEOF() function in CMemoryLineReader
319 _ASSERT(!AtEOF()); in PeekChar()
321 if (AtEOF()) { in PeekChar()
356 if (AtEOF()) { in operator ++()
477 _ASSERT(!AtEOF()); in PeekChar()
479 if (AtEOF()) { in PeekChar()
[all …]
/dports/x11/xsettingsd/xsettingsd-1.0.0-2-g1b2bcca/
H A Dconfig_parser.cc72 while (!stream_->AtEOF()) { in Parse()
136 bool ConfigParser::CharStream::AtEOF() { in AtEOF() function in xsettingsd::ConfigParser::CharStream
229 if (stream_->AtEOF()) in ReadSettingName()
284 if (stream_->AtEOF()) { in ReadValue()
321 if (stream_->AtEOF()) in ReadInteger()
374 if (stream_->AtEOF() || stream_->GetChar() != '\"') { in ReadString()
380 if (stream_->AtEOF()) { in ReadString()
421 if (stream_->AtEOF() || stream_->GetChar() != '(') { in ReadColor()
437 if (stream_->AtEOF()) { in ReadColor()
H A Dconfig_parser_test.cc25 ASSERT_DEATH(stream.AtEOF(), "initialized"); in TEST()
31 EXPECT_FALSE(stream.AtEOF()); in TEST()
37 EXPECT_FALSE(stream.AtEOF()); in TEST()
44 EXPECT_TRUE(stream.AtEOF()); in TEST()
46 EXPECT_FALSE(stream.AtEOF()); in TEST()
48 EXPECT_TRUE(stream.AtEOF()); in TEST()
109 EXPECT_TRUE(stream.AtEOF()); in TEST()
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/native/Sharpen/Lang/
H A DTypeReferenceLexer.cs53 bool AtEOF property in Sharpen.Lang.TypeReferenceLexer
60 if (AtEOF) return null; in NextToken()
119 while (!AtEOF); in Id()
143 while (!AtEOF); in NumberOrVersion()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/blastinput/
H A Dblast_fasta_input.cpp345 return m_LineReader->AtEOF(); in End()
675 if (m_LineReader->AtEOF()) { in x_ReadFastc()
683 while (!m_LineReader->AtEOF() && line.empty()) { in x_ReadFastc()
688 if (m_LineReader->AtEOF()) { in x_ReadFastc()
700 if (m_LineReader->AtEOF()) { in x_ReadFastc()
708 while (line.empty() && !m_LineReader->AtEOF()) { in x_ReadFastc()
803 if (line.empty() && !line_reader->AtEOF()) { in x_ReadFastaOneSeq()
821 if (line_reader->AtEOF()) { in x_ReadFastaOneSeq()
874 while (!line_reader->AtEOF() && line.empty()) { in x_ReadFastqOneSeq()
891 while (!line_reader->AtEOF() && line.empty()) { in x_ReadFastqOneSeq()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/blastinput/
H A Dblast_fasta_input.cpp345 return m_LineReader->AtEOF(); in End()
675 if (m_LineReader->AtEOF()) { in x_ReadFastc()
683 while (!m_LineReader->AtEOF() && line.empty()) { in x_ReadFastc()
688 if (m_LineReader->AtEOF()) { in x_ReadFastc()
700 if (m_LineReader->AtEOF()) { in x_ReadFastc()
708 while (line.empty() && !m_LineReader->AtEOF()) { in x_ReadFastc()
803 if (line.empty() && !line_reader->AtEOF()) { in x_ReadFastaOneSeq()
821 if (line_reader->AtEOF()) { in x_ReadFastaOneSeq()
874 while (!line_reader->AtEOF() && line.empty()) { in x_ReadFastqOneSeq()
891 while (!line_reader->AtEOF() && line.empty()) { in x_ReadFastqOneSeq()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/util/
H A Dline_reader.hpp72 virtual bool AtEOF(void) const = 0;
155 bool AtEOF(void) const;
207 bool AtEOF(void) const;
251 bool AtEOF(void) const;
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/
H A Dline_reader.hpp72 virtual bool AtEOF(void) const = 0;
155 bool AtEOF(void) const;
207 bool AtEOF(void) const;
251 bool AtEOF(void) const;
/dports/biology/iqtree/IQ-TREE-2.0.6/nclextra/
H A Dmsplitsblock.cpp79 while (!token.AtEOF() && !token.Equals(",")) in AddSplit()
97 if (token.AtEOF()) in AddSplit()
227 while (!token.AtEOF() && !token.Equals(";")) { in Read()
302 while (!token.AtEOF() && !token.Equals(";")); in Read()
304 if (token.AtEOF()) in Read()
H A Dmsetsblock.cpp114 } while (!token.AtEOF() && !token.Equals(";")); in Read()
203 while (!token.AtEOF() && !token.Equals(":")) { in Read()
256 } while (!token.AtEOF() && !token.Equals(";")); in Read()
291 while (!token.AtEOF() && !token.Equals(";")); in Read()
293 if (token.AtEOF()) in Read()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/sequence/demo/
H A Dadapter_search.cpp203 for(CBufferedLineReader blr(args["targets"].AsInputFile()); !blr.AtEOF();) { in x_MaskAdaptersSingle()
218 for(CBufferedLineReader blr(args["i"].AsInputFile()); !blr.AtEOF();) { in x_MaskAdaptersSingle()
251 for(CBufferedLineReader blr(args["targets"].AsInputFile()); !blr.AtEOF();) { in x_MaskAdaptersPaired()
274 for(CBufferedLineReader blr(args["i"].AsInputFile()); !blr.AtEOF();) { in x_MaskAdaptersPaired()
316 for(CBufferedLineReader blr(args["i"].AsInputFile()); !blr.AtEOF();) { in x_DetectAdapter()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Parse/
H A DParseAST.cpp156 for (bool AtEOF = P.ParseFirstTopLevelDecl(ADecl); !AtEOF; in ParseAST() local
157 AtEOF = P.ParseTopLevelDecl(ADecl)) { in ParseAST()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Parse/
H A DParseAST.cpp157 for (bool AtEOF = P.ParseFirstTopLevelDecl(ADecl); !AtEOF; in ParseAST() local
158 AtEOF = P.ParseTopLevelDecl(ADecl)) { in ParseAST()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Parse/
H A DParseAST.cpp157 for (bool AtEOF = P.ParseFirstTopLevelDecl(ADecl); !AtEOF; in ParseAST() local
158 AtEOF = P.ParseTopLevelDecl(ADecl)) { in ParseAST()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Parse/
H A DParseAST.cpp157 for (bool AtEOF = P.ParseFirstTopLevelDecl(ADecl); !AtEOF; in ParseAST() local
158 AtEOF = P.ParseTopLevelDecl(ADecl)) { in ParseAST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Parse/
H A DParseAST.cpp157 for (bool AtEOF = P.ParseFirstTopLevelDecl(ADecl); !AtEOF; in ParseAST() local
158 AtEOF = P.ParseTopLevelDecl(ADecl)) { in ParseAST()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Parse/
H A DParseAST.cpp157 for (bool AtEOF = P.ParseFirstTopLevelDecl(ADecl); !AtEOF; in ParseAST() local
158 AtEOF = P.ParseTopLevelDecl(ADecl)) { in ParseAST()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Parse/
H A DParseAST.cpp157 for (bool AtEOF = P.ParseFirstTopLevelDecl(ADecl); !AtEOF; in ParseAST() local
158 AtEOF = P.ParseTopLevelDecl(ADecl)) { in ParseAST()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/unittests/CodeGen/
H A DIncrementalProcessingTest.cpp82 for (bool AtEOF = P.ParseFirstTopLevelDecl(ADecl); !AtEOF; in IncrementalParseAST() local
83 AtEOF = P.ParseTopLevelDecl(ADecl)) { in IncrementalParseAST()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Parse/
H A DParseAST.cpp157 for (bool AtEOF = P.ParseFirstTopLevelDecl(ADecl); !AtEOF; in ParseAST() local
158 AtEOF = P.ParseTopLevelDecl(ADecl)) { in ParseAST()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Parse/
H A DParseAST.cpp157 for (bool AtEOF = P.ParseFirstTopLevelDecl(ADecl); !AtEOF; in ParseAST() local
158 AtEOF = P.ParseTopLevelDecl(ADecl)) { in ParseAST()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Parse/
H A DParseAST.cpp157 for (bool AtEOF = P.ParseFirstTopLevelDecl(ADecl); !AtEOF; in ParseAST() local
158 AtEOF = P.ParseTopLevelDecl(ADecl)) { in ParseAST()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Parse/
H A DParseAST.cpp157 for (bool AtEOF = P.ParseFirstTopLevelDecl(ADecl); !AtEOF; in ParseAST() local
158 AtEOF = P.ParseTopLevelDecl(ADecl)) { in ParseAST()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Parse/
H A DParseAST.cpp157 for (bool AtEOF = P.ParseFirstTopLevelDecl(ADecl); !AtEOF; in ParseAST() local
158 AtEOF = P.ParseTopLevelDecl(ADecl)) { in ParseAST()

1234567