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

  /external/protobuf/src/google/protobuf/io/
coded_stream_unittest.cc 785 EXPECT_EQ(-1, coded_input.BytesUntilLimit());
790 EXPECT_EQ(8, coded_input.BytesUntilLimit());
792 EXPECT_EQ(4, coded_input.BytesUntilLimit());
794 EXPECT_EQ(0, coded_input.BytesUntilLimit());
796 EXPECT_EQ(0, coded_input.BytesUntilLimit());
800 EXPECT_EQ(-1, coded_input.BytesUntilLimit());
815 EXPECT_EQ(-1, coded_input.BytesUntilLimit());
817 EXPECT_EQ(8, coded_input.BytesUntilLimit());
823 EXPECT_EQ(4, coded_input.BytesUntilLimit());
825 EXPECT_EQ(0, coded_input.BytesUntilLimit());
    [all...]
coded_stream.h 301 int BytesUntilLimit();
    [all...]
coded_stream.cc 127 int CodedInputStream::BytesUntilLimit() {
  /external/protobuf/src/google/protobuf/
message_lite.cc 186 decoder.BytesUntilLimit() == 0;
195 decoder.BytesUntilLimit() == 0;
wire_format_lite.cc 195 while (input->BytesUntilLimit() > 0) {
wire_format.cc 455 while (input->BytesUntilLimit() > 0) { \
484 while (input->BytesUntilLimit() > 0) {
    [all...]
extension_set.cc 734 while (input->BytesUntilLimit() > 0) { \
760 while (input->BytesUntilLimit() > 0) {
    [all...]
wire_format_lite_inl.h 328 while (input->BytesUntilLimit() > 0) {

Completed in 540 milliseconds