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

  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
message_lite.h 175 bool SerializeToCodedStream(io::CodedOutputStream* output) const;
176 // Like SerializeToCodedStream(), but allows missing required fields.
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
message_lite.h 175 bool SerializeToCodedStream(io::CodedOutputStream* output) const;
176 // Like SerializeToCodedStream(), but allows missing required fields.
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
message_lite.h 175 bool SerializeToCodedStream(io::CodedOutputStream* output) const;
176 // Like SerializeToCodedStream(), but allows missing required fields.
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
message_lite.h 175 bool SerializeToCodedStream(io::CodedOutputStream* output) const;
176 // Like SerializeToCodedStream(), but allows missing required fields.
  /external/protobuf/src/google/protobuf/
message_lite.h 203 bool SerializeToCodedStream(io::CodedOutputStream* output) const;
204 // Like SerializeToCodedStream(), but allows missing required fields.
message_lite.cc 235 bool MessageLite::SerializeToCodedStream(io::CodedOutputStream* output) const {
276 return SerializeToCodedStream(&encoder);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
message_lite.h 203 bool SerializeToCodedStream(io::CodedOutputStream* output) const;
204 // Like SerializeToCodedStream(), but allows missing required fields.
  /frameworks/base/tools/aapt2/format/
Container.cpp 117 file.SerializeToCodedStream(&coded_out);
  /system/extras/simpleperf/
cmd_report_sample.cpp 507 if (!proto_record.SerializeToCodedStream(coded_os_)) {

Completed in 148 milliseconds