OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:overflow_bytes_
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/src/google/protobuf/io/
coded_stream.cc
65
int backup_bytes = BufferSize() + buffer_size_after_limit_ +
overflow_bytes_
;
69
// total_bytes_read_ doesn't include
overflow_bytes_
.
73
overflow_bytes_
= 0;
462
if (buffer_size_after_limit_ > 0 ||
overflow_bytes_
> 0 ||
507
//
overflow_bytes_
= total_bytes_read_ + buffer_size - INT_MAX;
510
overflow_bytes_
= total_bytes_read_ - (INT_MAX - buffer_size);
511
buffer_end_ -=
overflow_bytes_
;
coded_stream.h
444
int
overflow_bytes_
;
member in class:google::protobuf::io::CodedInputStream
[
all
...]
Completed in 30 milliseconds