Home
last modified time | relevance | path

Searched defs:streamIterator (Results 1 – 22 of 22) sorted by relevance

/dports/databases/redis5/redis-5.0.14/src/
H A Dstream.h29 typedef struct streamIterator { struct
48 } streamIterator; argument
/dports/databases/redis6/redis-6.0.16/src/
H A Dstream.h29 typedef struct streamIterator { struct
48 } streamIterator; argument
/dports/databases/redis-devel/redis-0e5b813/src/
H A Dstream.h29 typedef struct streamIterator { struct
48 } streamIterator; typedef
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/pkg/ingester/
H A Dcheckpoint.go197 type streamIterator struct { struct
198 instances []streamInstance
200 current Series
201 buffer []chunkWithBuffer
202 err error
231 func (s *streamIterator) Next() bool {
286 func (s *streamIterator) Error() error {
293 func (s *streamIterator) Stream() *Series {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/pkg/iter/
H A Dentry_iterator.go36 type streamIterator struct { struct
37 i int
38 entries []logproto.Entry
39 labels string
51 func (i *streamIterator) Next() bool {
56 func (i *streamIterator) Error() error {
60 func (i *streamIterator) Labels() string {
64 func (i *streamIterator) Entry() logproto.Entry {
68 func (i *streamIterator) Close() error {
/dports/devel/spark/spark-2.1.1/external/kafka-0-8/src/main/scala/org/apache/spark/streaming/kafka/
H A DKafkaInputDStream.scala132 val streamIterator = stream.iterator() constant
H A DReliableKafkaReceiver.scala265 val streamIterator = stream.iterator() constant
/dports/devel/upp/upp/uppsrc/plugin/astyle/
H A Dastyle_main.cpp642 ASStreamIterator<istringstream> streamIterator(&in); in AStyleMain() local
1041 ASStreamIterator<istream> streamIterator(&cin); in main() local
1102 ASStreamIterator<istream> streamIterator(&in); in main() local
/dports/devel/upp/upp/uppsrc/ide/
H A DFormatCode.cpp101 ASStreamIterator streamIterator(Src); in FormatCodeString() local
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Swift/Sources/Antlr4/
H A DUnbufferedCharStream.swift364 private var streamIterator: UInt8StreamIterator variable
/dports/science/plumed/plumed2-2.7.2/user-doc/tutorials/others/isdb-2/TUTORIAL_SAXS-AACG/
H A DmartiniFormFactor_p3.py341 def pdbFrameIterator(streamIterator): argument
380 def groFrameIterator(streamIterator): argument
/dports/textproc/highlight/highlight-4.1/src/include/
H A Dcodegenerator.h802 astyle::ASStreamIterator *streamIterator; variable
/dports/devel/libastylej-arduino/astyle/src/
H A Dastyle_main.cpp518 ASStreamIterator<stringstream> streamIterator(&outStream); in formatCinToCout() local
580 ASStreamIterator<stringstream> streamIterator(&in); in formatFile() local
3916 ASStreamIterator<istringstream> streamIterator(&in); in AStyleMain() local
/dports/devel/libastylej/astyle/src/
H A Dastyle_main.cpp518 ASStreamIterator<stringstream> streamIterator(&outStream); in formatCinToCout() local
580 ASStreamIterator<stringstream> streamIterator(&in); in formatFile() local
3916 ASStreamIterator<istringstream> streamIterator(&in); in AStyleMain() local
/dports/graphics/openjpeg/openjpeg-2.4.0/thirdparty/astyle/
H A Dastyle_main.cpp518 ASStreamIterator<stringstream> streamIterator(&outStream); in formatCinToCout() local
580 ASStreamIterator<stringstream> streamIterator(&in); in formatFile() local
3916 ASStreamIterator<istringstream> streamIterator(&in); in AStyleMain() local
/dports/devel/astyle/astyle/src/
H A Dastyle_main.cpp535 ASStreamIterator<stringstream> streamIterator(&outStream); in formatCinToCout() local
597 ASStreamIterator<stringstream> streamIterator(&in); in formatFile() local
4243 ASStreamIterator<stringstream> streamIterator(&in); in AStyleMain() local
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/astyle/astyle/
H A Dastyle_main.cpp530 ASStreamIterator<stringstream> streamIterator(&outStream); in formatCinToCout() local
592 ASStreamIterator<stringstream> streamIterator(&in); in formatFile() local
4238 ASStreamIterator<stringstream> streamIterator(&in); in AStyleMain() local
/dports/science/plumed/plumed2-2.7.2/astyle/src/
H A Dastyle_main.cpp530 ASStreamIterator<stringstream> streamIterator(&outStream); in formatCinToCout() local
592 ASStreamIterator<stringstream> streamIterator(&in); in formatFile() local
4238 ASStreamIterator<stringstream> streamIterator(&in); in AStyleMain() local
/dports/graphics/geos/geos-3.9.1/tools/astyle/
H A Dastyle_main.cpp530 ASStreamIterator<stringstream> streamIterator(&outStream); in formatCinToCout() local
592 ASStreamIterator<stringstream> streamIterator(&in); in formatFile() local
4241 ASStreamIterator<stringstream> streamIterator(&in); in AStyleMain() local
/dports/graphics/qgis/qgis-3.22.3/external/astyle/
H A Dastyle_main.cpp534 ASStreamIterator<stringstream> streamIterator(&outStream); in formatCinToCout() local
596 ASStreamIterator<stringstream> streamIterator(&in); in formatFile() local
4242 ASStreamIterator<stringstream> streamIterator(&in); in AStyleMain() local
/dports/graphics/qgis-ltr/qgis-3.16.16/external/astyle/
H A Dastyle_main.cpp534 ASStreamIterator<stringstream> streamIterator(&outStream); in formatCinToCout() local
596 ASStreamIterator<stringstream> streamIterator(&in); in formatFile() local
4242 ASStreamIterator<stringstream> streamIterator(&in); in AStyleMain() local
/dports/sysutils/libdnf/libdnf-0.64.0/libdnf/module/
H A DModulePackageContainer.cpp1757 auto streamIterator = v3_context_map.find(nameStream); in addVersion2Modules() local