Home
last modified time | relevance | path

Searched refs:ParsePartialFromIstream (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/
Dmessage.cc140 bool Message::ParsePartialFromIstream(istream* input) { in ParsePartialFromIstream() function in google::protobuf::Message
Dmessage.h277 bool ParsePartialFromIstream(istream* input);
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter_test.cc153 message->ParsePartialFromIstream(&istream); in CheckOutput()