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

  /external/protobuf/examples/
add_person.cc 73 } else if (!address_book.ParseFromIstream(&input)) {
list_people.cc 56 if (!address_book.ParseFromIstream(&input)) {
  /external/protobuf/src/google/protobuf/
message.cc 128 bool Message::ParseFromIstream(istream* input) {
message_unittest.cc 152 // Test ParseFromIstream.
155 EXPECT_TRUE(message.ParseFromIstream(&stream));
message.h 266 bool ParseFromIstream(istream* input);
267 // Like ParseFromIstream(), but accepts messages that are missing
    [all...]

Completed in 53 milliseconds