Home
last modified time | relevance | path

Searched refs:ParseFromIstream (Results 1 – 5 of 5) 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.cc155 EXPECT_TRUE(message.ParseFromIstream(&stream)); in TEST()
Dmessage.cc128 bool Message::ParseFromIstream(istream* input) { in ParseFromIstream() function in google::protobuf::Message
Dmessage.h266 bool ParseFromIstream(istream* input);