Home
last modified time | relevance | path

Searched refs:ParseFromIstream (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/examples/
Dlist_people.cc56 if (!address_book.ParseFromIstream(&input)) { in main()
Dadd_person.cc73 } else if (!address_book.ParseFromIstream(&input)) { in main()
/external/protobuf/src/google/protobuf/
Dmessage_unittest.cc158 EXPECT_TRUE(message.ParseFromIstream(&stream)); in TEST()
Dmessage.cc135 bool Message::ParseFromIstream(istream* input) { in ParseFromIstream() function in google::protobuf::Message
Dmessage.h274 bool ParseFromIstream(istream* input);
Dmap_test.cc2660 EXPECT_TRUE(message.ParseFromIstream(&stream)); in TEST()