OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stream_count_
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.cc
352
: streams_(streams),
stream_count_
(count), bytes_retired_(0) {
359
while (
stream_count_
> 0) {
365
--
stream_count_
;
373
if (
stream_count_
> 0) {
381
while (
stream_count_
> 0) {
396
--
stream_count_
;
403
if (
stream_count_
== 0) {
zero_copy_stream_impl.h
322
int
stream_count_
;
member in class:google::protobuf::io::ConcatenatingInputStream
Completed in 523 milliseconds