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

  /external/protobuf/src/google/protobuf/io/
coded_stream.h 246 // if more bytes can be read. If ExpectAtEnd() returns true, a subsequent
249 bool ExpectAtEnd();
450 // at EOF, or by ExpectAtEnd() when it returns true. This happens when we
    [all...]
coded_stream_unittest.cc 890 TEST_F(CodedStreamTest, ExpectAtEnd) {
891 // Test ExpectAtEnd(), which is based on limits.
895 EXPECT_FALSE(coded_input.ExpectAtEnd());
901 EXPECT_TRUE(coded_input.ExpectAtEnd());
904 EXPECT_FALSE(coded_input.ExpectAtEnd());
    [all...]
  /external/webrtc/src/modules/audio_processing/main/test/unit_test/
audio_processing_unittest.pb.cc 178 if (input->ExpectAtEnd()) return true;
449 if (input->ExpectAtEnd()) return true;
775 if (input->ExpectAtEnd()) return true;
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.cc 283 if (input->ExpectAtEnd()) return true;
617 if (input->ExpectAtEnd()) return true;
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.pb.cc     [all...]
  /hardware/ril/mock-ril/src/cpp/
msgheader.pb.cpp 234 if (input->ExpectAtEnd()) return true;
  /frameworks/base/opengl/libs/GLES2_dbg/src/
debugger_message.pb.cpp     [all...]

Completed in 54 milliseconds