OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:backup_bytes
(Results
1 - 1
of
1
) sorted by null
/external/protobuf/src/google/protobuf/io/
coded_stream.cc
65
int
backup_bytes
= BufferSize() + buffer_size_after_limit_ + overflow_bytes_;
local
66
if (
backup_bytes
> 0) {
67
input_->BackUp(
backup_bytes
);
Completed in 52 milliseconds