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

  /external/protobuf/examples/
add_person.cc 85 if (!address_book.SerializeToOstream(&output)) {
  /external/protobuf/benchmarks/
generate_datasets.cc 85 dataset.SerializeToOstream(&writer);
  /external/protobuf/src/google/protobuf/
message_unittest.cc 86 EXPECT_TRUE(message.SerializeToOstream(&stream));
107 EXPECT_FALSE(message.SerializeToOstream(&out));
message.cc 177 bool Message::SerializeToOstream(ostream* output) const {
message.h 286 bool SerializeToOstream(ostream* output) const;
287 // Like SerializeToOstream(), but allows missing required fields.
    [all...]
  /frameworks/base/tools/streaming_proto/
main.cpp 472 response.SerializeToOstream(&cout);
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
message.h 259 bool SerializeToOstream(ostream* output) const;
260 // Like SerializeToOstream(), but allows missing required fields.
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
message.h 259 bool SerializeToOstream(ostream* output) const;
260 // Like SerializeToOstream(), but allows missing required fields.
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
message.h 259 bool SerializeToOstream(ostream* output) const;
260 // Like SerializeToOstream(), but allows missing required fields.
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
message.h 259 bool SerializeToOstream(ostream* output) const;
260 // Like SerializeToOstream(), but allows missing required fields.
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
message.h 286 bool SerializeToOstream(ostream* output) const;
287 // Like SerializeToOstream(), but allows missing required fields.
    [all...]

Completed in 964 milliseconds