Home
last modified time | relevance | path

Searched refs:eof_ (Results 1 – 21 of 21) sorted by relevance

/third_party/boost/boost/iostreams/filter/
Dbzip2.hpp211 bool eof_; // Guard to make sure filter() isn't called after it returns false. member in boost::iostreams::detail::bzip2_compressor_impl
235 bool eof_; // Guard to make sure filter() isn't called after it returns false. member in boost::iostreams::detail::bzip2_decompressor_impl
317 : bzip2_base(p), eof_(false) { } in bzip2_compressor_impl()
329 if (eof_) return false; in filter()
334 return !(eof_ = result == bzip2::stream_end); in filter()
343 eof_ = false; in close()
346 eof_ = false; in close()
357 : bzip2_base(bzip2_params(small)), eof_(false) { } in bzip2_decompressor_impl()
369 if (eof_) { in filter()
384 eof_ = result == bzip2::stream_end; in filter()
[all …]
Dzlib.hpp251 bool eof() const { return eof_; } in eof()
253 bool eof_; member in boost::iostreams::detail::zlib_decompressor_impl
368 : eof_(false) in zlib_decompressor_impl()
392 return !(eof_ = result == zlib::stream_end); in filter()
397 eof_ = false; in close()
Dzstd.hpp166 int eof_; member in boost::iostreams::detail::zstd_base
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/
Dbarrier_op.cc28 eof_(false), in BarrierOp()
47 while (!eof_) { in operator ()()
54 if (eof_) { in operator ()()
126 eof_ = true; in getNextTensorRow()
Dbarrier_op.h88 bool eof_; variable
/third_party/boost/libs/iostreams/src/
Dzstd.cpp59 …tream()), dstream_(ZSTD_createDStream()), in_(new ZSTD_inBuffer), out_(new ZSTD_outBuffer), eof_(0) in zstd_base()
98 if (eof_ && in->size == 0) return zstd::stream_end; in deflate()
105 eof_ = action == zstd::finish && result == 0; in deflate()
132 eof_ = 0; in reset()
152 eof_ = 0; in do_init()
/third_party/boost/libs/iostreams/example/
Ddictionary_filter.hpp72 : dictionary_(d), off_(std::string::npos), eof_(false) in dictionary_input_filter()
85 if (eof_) in get()
98 eof_ = true; in get()
115 eof_ = false; in close()
121 bool eof_; member in boost::iostreams::example::dictionary_input_filter
/third_party/boost/libs/iostreams/test/detail/
Dfilters.hpp90 : pad_char_(pad_char), use_pad_char_(false), eof_(false) in padding_filter()
98 result = eof_ ? EOF : pad_char_; in get()
104 eof_ = result == EOF; in get()
126 bool eof_; member
/third_party/node/test/cctest/
Dtest_inspector_socket_server.cc92 eof_(false), in SocketWrapper()
102 eof_ = false; in Connect()
124 eof_ = false; in ExpectFailureToConnect()
152 SPIN_WHILE(!eof_); in ExpectEOF()
215 wrapper->eof_ = true; in ReadCallback()
232 bool eof_; member in __anonc5369da30111::SocketWrapper
/third_party/skia/third_party/externals/libwebp/src/utils/
Dbit_reader_utils.c42 br->eof_ = 0; in VP8InitBitReader()
93 } else if (!br->eof_) { in VP8LoadFinalBytes()
96 br->eof_ = 1; in VP8LoadFinalBytes()
Dbit_reader_utils.h101 int eof_; // true if input is exhausted member
/third_party/flutter/skia/third_party/externals/libwebp/src/utils/
Dbit_reader_utils.c42 br->eof_ = 0; in VP8InitBitReader()
93 } else if (!br->eof_) { in VP8LoadFinalBytes()
96 br->eof_ = 1; in VP8LoadFinalBytes()
Dbit_reader_utils.h101 int eof_; // true if input is exhausted member
/third_party/node/src/
Dtls_wrap.cc505 if (eof_) { in ClearOut()
550 if (!eof_ && flags & SSL_RECEIVED_SHUTDOWN) { in ClearOut()
551 eof_ = true; in ClearOut()
564 if (err == SSL_ERROR_ZERO_RETURN && eof_) in ClearOut()
847 if (eof_) in OnStreamRead()
849 eof_ = true; in OnStreamRead()
Dtls_wrap.h209 bool eof_ = false; variable
/third_party/flutter/skia/third_party/externals/libwebp/src/dec/
Dvp8_dec.c189 return !br->eof_; in ParseSegmentHeader()
255 return !br->eof_; in ParseFilterHeader()
631 return !token_br->eof_; in VP8DecodeMB()
Dtree_dec.c365 return !dec->br_.eof_; in VP8ParseIntraModeRow()
/third_party/skia/third_party/externals/libwebp/src/dec/
Dvp8_dec.c189 return !br->eof_; in ParseSegmentHeader()
255 return !br->eof_; in ParseFilterHeader()
629 return !token_br->eof_; in VP8DecodeMB()
Dtree_dec.c365 return !dec->br_.eof_; in VP8ParseIntraModeRow()
/third_party/skia/third_party/externals/libwebp/
DChangeLog4201 504d3393 fix eof_ mis-initialization
4215 9145f3bc reset eof_ at construction time
/third_party/flutter/skia/third_party/externals/libwebp/
DChangeLog3996 504d3393 fix eof_ mis-initialization
4010 9145f3bc reset eof_ at construction time