HomeSort by relevance Sort by last modified time
    Searched refs:BytesUntilTotalBytesLimit (Results 1 - 6 of 6) sorted by null

  /external/protobuf/src/google/protobuf/io/
coded_stream_unittest.cc 699 EXPECT_EQ(sizeof(kRawBytes), coded_input.BytesUntilTotalBytesLimit());
704 coded_input.BytesUntilTotalBytesLimit());
866 EXPECT_EQ(sizeof(buffer_), coded_input.BytesUntilTotalBytesLimit());
    [all...]
coded_stream.cc 201 int CodedInputStream::BytesUntilTotalBytesLimit() const {
coded_stream.h 379 int BytesUntilTotalBytesLimit() const;
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
coded_stream.h 379 int BytesUntilTotalBytesLimit() const;
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format_lite_inl.h 357 // We determine the bound by calling BytesUntilTotalBytesLimit() and
365 int64 bytes_limit = input->BytesUntilTotalBytesLimit();
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format_lite_inl.h 357 // We determine the bound by calling BytesUntilTotalBytesLimit() and
365 int64 bytes_limit = input->BytesUntilTotalBytesLimit();
    [all...]

Completed in 1025 milliseconds