Home
last modified time | relevance | path

Searched refs:stream_count_ (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl.cc313 : streams_(streams), stream_count_(count), bytes_retired_(0) { in ConcatenatingInputStream()
317 while (stream_count_ > 0) { in Next()
323 --stream_count_; in Next()
331 if (stream_count_ > 0) { in BackUp()
339 while (stream_count_ > 0) { in Skip()
354 --stream_count_; in Skip()
361 if (stream_count_ == 0) { in ByteCount()
Dzero_copy_stream_impl.h322 int stream_count_; variable
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dstream_assignment.h29 int StreamCount() const { return stream_count_; } in StreamCount()
36 int stream_count_ = 1; // At least the main stream.
Dstream_assignment.cc40 if (stream_num >= stream_count_) { in AssignStreamToHlo()
41 stream_count_ = stream_num + 1; in AssignStreamToHlo()
/external/google-breakpad/src/processor/
Dsynth_minidump.cc348 stream_count_(0), in Dump()
373 stream_count_++; in Add()
414 stream_count_label_ = stream_count_; in Finish()
Dsynth_minidump.h372 size_t stream_count_; // The number of streams so far. variable