OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SerializeToOstream
(Results
1 - 4
of
4
) sorted by null
/external/protobuf/examples/
add_person.cc
85
if (!address_book.
SerializeToOstream
(&output)) {
/external/protobuf/src/google/protobuf/
message_unittest.cc
83
EXPECT_TRUE(message.
SerializeToOstream
(&stream));
104
EXPECT_FALSE(message.
SerializeToOstream
(&out));
message.cc
170
bool Message::
SerializeToOstream
(ostream* output) const {
message.h
278
bool
SerializeToOstream
(ostream* output) const;
279
// Like
SerializeToOstream
(), but allows missing required fields.
[
all
...]
Completed in 731 milliseconds