ByteCount          72 google_apis/gcm/base/socket_stream.h   virtual int64 ByteCount() const OVERRIDE;
ByteCount         167 google_apis/gcm/base/socket_stream.h   virtual int64 ByteCount() const OVERRIDE;
ByteCount         310 google_apis/gcm/engine/connection_handler_impl.cc   int prev_byte_count = input_stream_->ByteCount();
ByteCount         326 google_apis/gcm/engine/connection_handler_impl.cc     int bytes_read = prev_byte_count - input_stream_->ByteCount();
ByteCount         114 remoting/base/compound_buffer.h   virtual int64 ByteCount() const OVERRIDE;
ByteCount         282 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc   virtual int64 ByteCount() const           { return inner_->ByteCount();      }
ByteCount         616 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_unittest.cc     EXPECT_EQ(size, output_stream.ByteCount());
ByteCount         635 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_unittest.cc     EXPECT_EQ(size, output_stream.ByteCount());
ByteCount         144 third_party/protobuf/src/google/protobuf/compiler/zip_writer.cc   info.offset = raw_output_->ByteCount();
ByteCount         171 third_party/protobuf/src/google/protobuf/compiler/zip_writer.cc   uint32 dir_ofs = raw_output_->ByteCount();
ByteCount         201 third_party/protobuf/src/google/protobuf/compiler/zip_writer.cc   uint32 dir_len = output.ByteCount();
ByteCount         714 third_party/protobuf/src/google/protobuf/io/coded_stream.h   inline int ByteCount() const;
ByteCount        1037 third_party/protobuf/src/google/protobuf/io/coded_stream.h inline int CodedOutputStream::ByteCount() const {
ByteCount         197 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   EXPECT_EQ(kVarintCases_case.size, input.ByteCount());
ByteCount         214 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   EXPECT_EQ(kVarintCases_case.size, input.ByteCount());
ByteCount         272 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     EXPECT_EQ(kVarintCases_case.size + 1, input.ByteCount());
ByteCount         274 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     EXPECT_EQ(1, input.ByteCount());
ByteCount         308 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   EXPECT_EQ(kVarintCases_case.size, input.ByteCount());
ByteCount         325 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     EXPECT_EQ(kVarintCases_case.size, coded_output.ByteCount());
ByteCount         328 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   EXPECT_EQ(kVarintCases_case.size, output.ByteCount());
ByteCount         342 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     EXPECT_EQ(kVarintCases_case.size, coded_output.ByteCount());
ByteCount         345 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   EXPECT_EQ(kVarintCases_case.size, output.ByteCount());
ByteCount         369 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc       EXPECT_EQ(10, coded_output.ByteCount());
ByteCount         371 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc       EXPECT_LE(coded_output.ByteCount(), 5);
ByteCount         376 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     EXPECT_EQ(10, output.ByteCount());
ByteCount         378 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     EXPECT_LE(output.ByteCount(), 5);
ByteCount         393 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   EXPECT_EQ(output.ByteCount(), input.ByteCount());
ByteCount         533 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   EXPECT_EQ(sizeof(uint32), input.ByteCount());
ByteCount         548 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   EXPECT_EQ(sizeof(uint64), input.ByteCount());
ByteCount         560 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     EXPECT_EQ(sizeof(uint32), coded_output.ByteCount());
ByteCount         563 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   EXPECT_EQ(sizeof(uint32), output.ByteCount());
ByteCount         576 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     EXPECT_EQ(sizeof(uint64), coded_output.ByteCount());
ByteCount         579 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   EXPECT_EQ(sizeof(uint64), output.ByteCount());
ByteCount         622 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   EXPECT_EQ(sizeof(kRawBytes), input.ByteCount());
ByteCount         634 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     EXPECT_EQ(sizeof(kRawBytes), coded_output.ByteCount());
ByteCount         637 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   EXPECT_EQ(sizeof(kRawBytes), output.ByteCount());
ByteCount         653 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   EXPECT_EQ(strlen(kRawBytes), input.ByteCount());
ByteCount         709 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   EXPECT_EQ(strlen(kSkipTestBytes), input.ByteCount());
ByteCount         837 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   EXPECT_EQ(12, input.ByteCount());
ByteCount         878 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   EXPECT_EQ(12, input.ByteCount());
ByteCount         920 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   EXPECT_EQ(8, input.ByteCount());
ByteCount          89 third_party/protobuf/src/google/protobuf/io/gzip_stream.h   int64 ByteCount() const;
ByteCount         181 third_party/protobuf/src/google/protobuf/io/gzip_stream.h   int64 ByteCount() const;
ByteCount          77 third_party/protobuf/src/google/protobuf/io/printer_unittest.cc     buffer[output.ByteCount()] = '\0';
ByteCount         103 third_party/protobuf/src/google/protobuf/io/printer_unittest.cc     buffer[output.ByteCount()] = '\0';
ByteCount         138 third_party/protobuf/src/google/protobuf/io/printer_unittest.cc     buffer[output.ByteCount()] = '\0';
ByteCount         163 third_party/protobuf/src/google/protobuf/io/printer_unittest.cc   buffer[output.ByteCount()] = '\0';
ByteCount         204 third_party/protobuf/src/google/protobuf/io/printer_unittest.cc     buffer[output.ByteCount()] = '\0';
ByteCount         145 third_party/protobuf/src/google/protobuf/io/tokenizer_unittest.cc   int64 ByteCount() const { return array_stream_.ByteCount();   }
ByteCount         994 third_party/protobuf/src/google/protobuf/io/tokenizer_unittest.cc   EXPECT_EQ(strlen("foo"), input.ByteCount());
ByteCount         172 third_party/protobuf/src/google/protobuf/io/zero_copy_stream.h   virtual int64 ByteCount() const = 0;
ByteCount         227 third_party/protobuf/src/google/protobuf/io/zero_copy_stream.h   virtual int64 ByteCount() const = 0;
ByteCount         102 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc   return impl_.ByteCount();
ByteCount         201 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc   return impl_.ByteCount();
ByteCount         292 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc   return impl_.ByteCount();
ByteCount         332 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc   return impl_.ByteCount();
ByteCount         364 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc     bytes_retired_ += streams_[0]->ByteCount();
ByteCount         385 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc     int64 target_byte_count = streams_[0]->ByteCount() + count;
ByteCount         390 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc     int64 final_byte_count = streams_[0]->ByteCount();
ByteCount         407 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc     return bytes_retired_ + streams_[0]->ByteCount();
ByteCount         460 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc     return input_->ByteCount() + limit_;
ByteCount         462 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc     return input_->ByteCount();
ByteCount          94 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h   int64 ByteCount() const;
ByteCount         176 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h   int64 ByteCount() const;
ByteCount         228 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h   int64 ByteCount() const;
ByteCount         271 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h   int64 ByteCount() const;
ByteCount         315 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h   int64 ByteCount() const;
ByteCount         341 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h   int64 ByteCount() const;
ByteCount          76 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.h   int64 ByteCount() const;
ByteCount         109 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.h   int64 ByteCount() const;
ByteCount         141 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.h   int64 ByteCount() const;
ByteCount         213 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.h   int64 ByteCount() const;
ByteCount         300 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.h   int64 ByteCount() const;
ByteCount         213 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc   EXPECT_EQ(output->ByteCount(), 68);
ByteCount         215 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc   int result = output->ByteCount();
ByteCount         231 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc   EXPECT_EQ(input->ByteCount(), 68);
ByteCount         245 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc   EXPECT_EQ(output->ByteCount(), 200055);
ByteCount         247 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc   int result = output->ByteCount();
ByteCount         262 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc   EXPECT_EQ(input->ByteCount(), 200055);
ByteCount         306 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc       int64 pos = output->ByteCount();
ByteCount         314 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc       int64 size = pos + output->ByteCount();
ByteCount         359 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc           size = output.ByteCount();
ByteCount         395 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc           size = output.ByteCount();
ByteCount         428 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc   size = output.ByteCount();
ByteCount         455 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc   size = output.ByteCount();
ByteCount         485 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc           size = output.ByteCount();
ByteCount         510 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc     size = output.ByteCount();
ByteCount         524 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc     size = output.ByteCount();
ByteCount         614 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc       int64 pos = output->ByteCount();
ByteCount         625 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc       int64 size = pos + output->ByteCount();
ByteCount         887 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc   ASSERT_EQ(68, output.ByteCount());  // Test depends on this.
ByteCount         921 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc   LimitingInputStream input(&array_input, output.ByteCount());
ByteCount         244 third_party/protobuf/src/google/protobuf/message_lite.cc     int original_byte_count = output->ByteCount();
ByteCount         249 third_party/protobuf/src/google/protobuf/message_lite.cc     int final_byte_count = output->ByteCount();
ByteCount         354 third_party/protobuf/src/google/protobuf/text_format_unittest.cc   EXPECT_EQ(output_stream.ByteCount(), 1);
ByteCount         412 third_party/protobuf/src/google/protobuf/wire_format.cc   int expected_endpoint = output->ByteCount() + size;
ByteCount         428 third_party/protobuf/src/google/protobuf/wire_format.cc   GOOGLE_CHECK_EQ(output->ByteCount(), expected_endpoint)