OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SerializePartialToCodedStream
(Results
1 - 3
of
3
) sorted by null
/external/protobuf/src/google/protobuf/
message_lite.h
170
bool
SerializePartialToCodedStream
(io::CodedOutputStream* output) const;
message_lite.cc
230
return
SerializePartialToCodedStream
(output);
233
bool MessageLite::
SerializePartialToCodedStream
(
269
return
SerializePartialToCodedStream
(&encoder);
message_unittest.cc
231
EXPECT_TRUE(message.
SerializePartialToCodedStream
(&output));
Completed in 33 milliseconds