OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExpectAtEnd
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
coded_stream.h
262
// if more bytes can be read. If
ExpectAtEnd
() returns true, a subsequent
265
bool
ExpectAtEnd
();
472
// at EOF, or by
ExpectAtEnd
() when it returns true. This happens when we
[
all
...]
coded_stream_unittest.cc
923
TEST_F(CodedStreamTest,
ExpectAtEnd
) {
924
// Test
ExpectAtEnd
(), which is based on limits.
928
EXPECT_FALSE(coded_input.
ExpectAtEnd
());
934
EXPECT_TRUE(coded_input.
ExpectAtEnd
());
937
EXPECT_FALSE(coded_input.
ExpectAtEnd
());
[
all
...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
plugin.pb.cc
291
if (input->
ExpectAtEnd
()) return true;
623
if (input->
ExpectAtEnd
()) return true;
[
all
...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.pb.cc
[
all
...]
Completed in 219 milliseconds