OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:final_byte_count
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/protobuf/src/google/protobuf/
message_lite.cc
249
int
final_byte_count
= output->ByteCount();
local
251
if (
final_byte_count
- original_byte_count != size) {
253
final_byte_count
- original_byte_count);
/external/protobuf/src/google/protobuf/
message_lite.cc
249
int
final_byte_count
= output->ByteCount();
local
251
if (
final_byte_count
- original_byte_count != size) {
253
final_byte_count
- original_byte_count);
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.cc
390
int64
final_byte_count
= streams_[0]->ByteCount();
391
GOOGLE_DCHECK_LT(
final_byte_count
, target_byte_count);
392
count = target_byte_count -
final_byte_count
;
395
bytes_retired_ +=
final_byte_count
;
/external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.cc
389
int64
final_byte_count
= streams_[0]->ByteCount();
390
GOOGLE_DCHECK_LT(
final_byte_count
, target_byte_count);
391
count = target_byte_count -
final_byte_count
;
394
bytes_retired_ +=
final_byte_count
;
Completed in 99 milliseconds