Home
last modified time | relevance | path

Searched defs:readNext (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/util/
H A DUTF8Stream.cpp87 uint32_t UTF8Encoder::readNext() { in readNext() function in Lucene::UTF8Encoder
175 uint32_t UTF8EncoderStream::readNext() { in readNext() function in Lucene::UTF8EncoderStream
188 uint32_t UTF8Decoder::readNext() { in readNext() function in Lucene::UTF8Decoder
322 uint32_t UTF8DecoderStream::readNext() { in readNext() function in Lucene::UTF8DecoderStream
335 uint32_t UTF16Decoder::readNext() { in readNext() function in Lucene::UTF16Decoder
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/
H A DLogSystemDiskQueueAdapter.actor.cpp29 ACTOR static Future<Standalone<StringRef>> readNext( LogSystemDiskQueueAdapter* self, int bytes ) { in readNext() function in LogSystemDiskQueueAdapterImpl
102 Future<Standalone<StringRef>> LogSystemDiskQueueAdapter::readNext( int bytes ) { in readNext() function in LogSystemDiskQueueAdapter
/dports/cad/opencascade/opencascade-7.6.0/src/NCollection/
H A DNCollection_UtfIterator.hxx203 void readNext (const Standard_Utf8Char*) { readUTF8(); } in readNext() function in NCollection_UtfIterator
204 void readNext (const Standard_Utf16Char*) { readUTF16(); } in readNext() function in NCollection_UtfIterator
205 void readNext (const Standard_Utf32Char*) { myCharUtf32 = *myPosNext++; } in readNext() function in NCollection_UtfIterator
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DNCollection_UtfIterator.hxx203 void readNext (const Standard_Utf8Char*) { readUTF8(); } in readNext() function in NCollection_UtfIterator
204 void readNext (const Standard_Utf16Char*) { readUTF16(); } in readNext() function in NCollection_UtfIterator
205 void readNext (const Standard_Utf32Char*) { myCharUtf32 = *myPosNext++; } in readNext() function in NCollection_UtfIterator
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DNCollection_UtfIterator.hxx203 void readNext (const Standard_Utf8Char*) { readUTF8(); } in readNext() function in NCollection_UtfIterator
204 void readNext (const Standard_Utf16Char*) { readUTF16(); } in readNext() function in NCollection_UtfIterator
205 void readNext (const Standard_Utf32Char*) { myCharUtf32 = *myPosNext++; } in readNext() function in NCollection_UtfIterator
/dports/databases/db18/db-18.1.40/lang/java/src/com/sleepycat/persist/impl/
H A DRawSingleInput.java34 Object readNext() in readNext() method in RawSingleInput
H A DRawArrayInput.java42 Object readNext() in readNext() method in RawArrayInput
H A DRawComplexInput.java37 Object readNext() in readNext() method in RawComplexInput
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/persist/impl/
H A DRawSingleInput.java34 Object readNext() in readNext() method in RawSingleInput
H A DRawArrayInput.java42 Object readNext() in readNext() method in RawArrayInput
H A DRawComplexInput.java37 Object readNext() in readNext() method in RawComplexInput
/dports/textproc/jalingo/jalingo-0.6.0-src/src/ja/centre/util/sort/external/
H A DStepReader.java52 public T readNext() throws IOException { in readNext() method in StepReader
/dports/databases/db5/db-5.3.28/lang/java/src/com/sleepycat/persist/impl/
H A DRawSingleInput.java34 Object readNext() in readNext() method in RawSingleInput
H A DRawArrayInput.java41 Object readNext() in readNext() method in RawArrayInput
H A DRawComplexInput.java36 Object readNext() in readNext() method in RawComplexInput
/dports/editors/focuswriter/focuswriter-1.7.6/src/fileformats/
H A Drtf_tokenizer.cpp51 void RtfTokenizer::readNext() in readNext() function in RtfTokenizer
/dports/graphics/gpxsee/GPXSee-7.32/src/map/IMG/
H A Ddeltastream.h11 bool readNext(qint32 &lonDelta, qint32 &latDelta) in readNext() function
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/
H A DTokenScanner.java89 public int readNext(boolean ignoreComments) throws CoreException { in readNext() method in TokenScanner
112 public int readNext(int offset, boolean ignoreComments) throws CoreException { in readNext() method in TokenScanner
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/java/vector/src/main/java/org/apache/arrow/vector/ipc/message/
H A DMessageChannelReader.java54 public MessageResult readNext() throws IOException { in readNext() method in MessageChannelReader
/dports/databases/arrow/apache-arrow-6.0.1/java/vector/src/main/java/org/apache/arrow/vector/ipc/message/
H A DMessageChannelReader.java54 public MessageResult readNext() throws IOException { in readNext() method in MessageChannelReader
/dports/java/apache-commons-primitives/commons-primitives-1.0/src/java/org/apache/commons/collections/primitives/adapters/io/
H A DInputStreamByteIterator.java110 private void readNext() { in readNext() method in InputStreamByteIterator
H A DReaderCharIterator.java110 private void readNext() { in readNext() method in ReaderCharIterator
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/java/vector/src/main/java/org/apache/arrow/vector/ipc/message/
H A DMessageChannelReader.java54 public MessageResult readNext() throws IOException { in readNext() method in MessageChannelReader
/dports/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenBMF/BFS/source/
H A Dbfs_dir.cpp179 bool readNext = true; in addDirNode() local
332 bool readNext = true; in listDir_fromBlock() local
/dports/misc/tellico/tellico-3.4.2/src/translators/
H A Dtellicoxmlreader.cpp46 bool TellicoXmlReader::readNext(const QByteArray& data_) { in readNext() function in TellicoXmlReader

12345678910>>...13