Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmessage.cc138 bool Message::ParsePartialFromIstream(istream* input) { in ParsePartialFromIstream() function in google::protobuf::Message
Dmessage.h277 bool ParsePartialFromIstream(istream* input);
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dprotostream_objectwriter_test.cc153 message->ParsePartialFromIstream(&istream); in CheckOutput()