CodedOutputStream   88 google_apis/gcm/engine/connection_handler_impl.cc     CodedOutputStream coded_output_stream(output_stream_.get());
CodedOutputStream  111 google_apis/gcm/engine/connection_handler_impl.cc     CodedOutputStream coded_output_stream(output_stream_.get());
CodedOutputStream   53 google_apis/gcm/engine/connection_handler_impl_unittest.cc     google::protobuf::io::CodedOutputStream coded_output_stream(
CodedOutputStream  109 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java   public void writeTo(final CodedOutputStream output) throws IOException {
CodedOutputStream  153 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java         size += CodedOutputStream.computeMessageSetExtensionSize(
CodedOutputStream   63 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessageLite.java       final CodedOutputStream output = CodedOutputStream.newInstance(result);
CodedOutputStream   76 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessageLite.java         CodedOutputStream.computePreferredBufferSize(getSerializedSize());
CodedOutputStream   77 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessageLite.java     final CodedOutputStream codedOutput =
CodedOutputStream   78 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessageLite.java         CodedOutputStream.newInstance(output, bufferSize);
CodedOutputStream   85 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessageLite.java     final int bufferSize = CodedOutputStream.computePreferredBufferSize(
CodedOutputStream   86 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessageLite.java         CodedOutputStream.computeRawVarint32Size(serialized) + serialized);
CodedOutputStream   87 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessageLite.java     final CodedOutputStream codedOutput =
CodedOutputStream   88 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessageLite.java         CodedOutputStream.newInstance(output, bufferSize);
CodedOutputStream  903 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java     private final CodedOutputStream output;
CodedOutputStream  908 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java       output = CodedOutputStream.newInstance(buffer);
CodedOutputStream  920 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java     public CodedOutputStream getCodedOutput() {
CodedOutputStream   95 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public static CodedOutputStream newInstance(final OutputStream output) {
CodedOutputStream  103 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public static CodedOutputStream newInstance(final OutputStream output,
CodedOutputStream  105 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     return new CodedOutputStream(output, new byte[bufferSize]);
CodedOutputStream  115 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public static CodedOutputStream newInstance(final byte[] flatArray) {
CodedOutputStream  126 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java   public static CodedOutputStream newInstance(final byte[] flatArray,
CodedOutputStream  129 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedOutputStream.java     return new CodedOutputStream(flatArray, offset, length);
CodedOutputStream  210 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java   public void writeTo(CodedOutputStream output) throws IOException {
CodedOutputStream  575 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java   public void writeTo(final CodedOutputStream output)
CodedOutputStream  591 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java   public void writeMessageSetTo(final CodedOutputStream output)
CodedOutputStream  604 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       final CodedOutputStream output) throws IOException {
CodedOutputStream  626 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java   private static void writeElement(final CodedOutputStream output,
CodedOutputStream  651 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       final CodedOutputStream output,
CodedOutputStream  682 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java                                 final CodedOutputStream output)
CodedOutputStream  754 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java         return CodedOutputStream.computeLazyFieldMessageSetExtensionSize(
CodedOutputStream  757 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java         return CodedOutputStream.computeMessageSetExtensionSize(
CodedOutputStream  779 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java     int tagSize = CodedOutputStream.computeTagSize(number);
CodedOutputStream  801 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case DOUBLE  : return CodedOutputStream.computeDoubleSizeNoTag  ((Double     )value);
CodedOutputStream  802 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case FLOAT   : return CodedOutputStream.computeFloatSizeNoTag   ((Float      )value);
CodedOutputStream  803 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case INT64   : return CodedOutputStream.computeInt64SizeNoTag   ((Long       )value);
CodedOutputStream  804 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case UINT64  : return CodedOutputStream.computeUInt64SizeNoTag  ((Long       )value);
CodedOutputStream  805 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case INT32   : return CodedOutputStream.computeInt32SizeNoTag   ((Integer    )value);
CodedOutputStream  806 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case FIXED64 : return CodedOutputStream.computeFixed64SizeNoTag ((Long       )value);
CodedOutputStream  807 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case FIXED32 : return CodedOutputStream.computeFixed32SizeNoTag ((Integer    )value);
CodedOutputStream  808 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case BOOL    : return CodedOutputStream.computeBoolSizeNoTag    ((Boolean    )value);
CodedOutputStream  809 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case STRING  : return CodedOutputStream.computeStringSizeNoTag  ((String     )value);
CodedOutputStream  810 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case GROUP   : return CodedOutputStream.computeGroupSizeNoTag   ((MessageLite)value);
CodedOutputStream  811 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case BYTES   : return CodedOutputStream.computeBytesSizeNoTag   ((ByteString )value);
CodedOutputStream  812 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case UINT32  : return CodedOutputStream.computeUInt32SizeNoTag  ((Integer    )value);
CodedOutputStream  813 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case SFIXED32: return CodedOutputStream.computeSFixed32SizeNoTag((Integer    )value);
CodedOutputStream  814 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case SFIXED64: return CodedOutputStream.computeSFixed64SizeNoTag((Long       )value);
CodedOutputStream  815 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case SINT32  : return CodedOutputStream.computeSInt32SizeNoTag  ((Integer    )value);
CodedOutputStream  816 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java       case SINT64  : return CodedOutputStream.computeSInt64SizeNoTag  ((Long       )value);
CodedOutputStream  820 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java           return CodedOutputStream.computeLazyFieldSizeNoTag((LazyField) value);
CodedOutputStream  822 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java           return CodedOutputStream.computeMessageSizeNoTag((MessageLite) value);
CodedOutputStream  826 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java         return CodedOutputStream.computeEnumSizeNoTag(
CodedOutputStream  848 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java             CodedOutputStream.computeTagSize(number) +
CodedOutputStream  849 third_party/protobuf/java/src/main/java/com/google/protobuf/FieldSet.java             CodedOutputStream.computeRawVarint32Size(dataSize);
CodedOutputStream  696 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java       public void writeUntil(final int end, final CodedOutputStream output)
CodedOutputStream  266 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessageLite.java       public void writeUntil(final int end, final CodedOutputStream output)
CodedOutputStream   74 third_party/protobuf/java/src/main/java/com/google/protobuf/MessageLite.java   void writeTo(CodedOutputStream output) throws IOException;
CodedOutputStream  128 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java   public void writeTo(final CodedOutputStream output) throws IOException {
CodedOutputStream  168 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java       final CodedOutputStream output = CodedOutputStream.newInstance(result);
CodedOutputStream  184 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java     final CodedOutputStream codedOutput = CodedOutputStream.newInstance(output);
CodedOutputStream  190 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java     final CodedOutputStream codedOutput = CodedOutputStream.newInstance(output);
CodedOutputStream  209 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java   public void writeAsMessageSetTo(final CodedOutputStream output)
CodedOutputStream  731 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java     public void writeTo(final int fieldNumber, final CodedOutputStream output)
CodedOutputStream  757 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java         result += CodedOutputStream.computeUInt64Size(fieldNumber, value);
CodedOutputStream  760 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java         result += CodedOutputStream.computeFixed32Size(fieldNumber, value);
CodedOutputStream  763 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java         result += CodedOutputStream.computeFixed64Size(fieldNumber, value);
CodedOutputStream  766 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java         result += CodedOutputStream.computeBytesSize(fieldNumber, value);
CodedOutputStream  769 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java         result += CodedOutputStream.computeGroupSize(fieldNumber, value);
CodedOutputStream  780 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java         final CodedOutputStream output)
CodedOutputStream  794 third_party/protobuf/java/src/main/java/com/google/protobuf/UnknownFieldSet.java         result += CodedOutputStream.computeRawMessageSetExtensionSize(
CodedOutputStream  379 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java     CodedOutputStream output = CodedOutputStream.newInstance(rawOutput);
CodedOutputStream  488 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedInputStreamTest.java     CodedOutputStream output = CodedOutputStream.newInstance(rawOutput);
CodedOutputStream   84 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java       CodedOutputStream output = CodedOutputStream.newInstance(rawOutput);
CodedOutputStream   91 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java                    CodedOutputStream.computeRawVarint32Size((int) value));
CodedOutputStream   96 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java       CodedOutputStream output = CodedOutputStream.newInstance(rawOutput);
CodedOutputStream  103 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java                    CodedOutputStream.computeRawVarint64Size(value));
CodedOutputStream  111 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java         CodedOutputStream output =
CodedOutputStream  112 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java           CodedOutputStream.newInstance(rawOutput, blockSize);
CodedOutputStream  120 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java         CodedOutputStream output =
CodedOutputStream  121 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java           CodedOutputStream.newInstance(rawOutput, blockSize);
CodedOutputStream  166 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java     CodedOutputStream output = CodedOutputStream.newInstance(rawOutput);
CodedOutputStream  174 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java       output = CodedOutputStream.newInstance(rawOutput, blockSize);
CodedOutputStream  188 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java     CodedOutputStream output = CodedOutputStream.newInstance(rawOutput);
CodedOutputStream  196 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java       output = CodedOutputStream.newInstance(rawOutput, blockSize);
CodedOutputStream  218 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java     assertEquals(0, CodedOutputStream.encodeZigZag32( 0));
CodedOutputStream  219 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java     assertEquals(1, CodedOutputStream.encodeZigZag32(-1));
CodedOutputStream  220 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java     assertEquals(2, CodedOutputStream.encodeZigZag32( 1));
CodedOutputStream  221 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java     assertEquals(3, CodedOutputStream.encodeZigZag32(-2));
CodedOutputStream  222 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java     assertEquals(0x7FFFFFFE, CodedOutputStream.encodeZigZag32(0x3FFFFFFF));
CodedOutputStream  223 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java     assertEquals(0x7FFFFFFF, CodedOutputStream.encodeZigZag32(0xC0000000));
CodedOutputStream  224 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java     assertEquals(0xFFFFFFFE, CodedOutputStream.encodeZigZag32(0x7FFFFFFF));
CodedOutputStream  225 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java     assertEquals(0xFFFFFFFF, CodedOutputStream.encodeZigZag32(0x80000000));
CodedOutputStream  227 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java     assertEquals(0, CodedOutputStream.encodeZigZag64( 0));
CodedOutputStream  228 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java     assertEquals(1, CodedOutputStream.encodeZigZag64(-1));
CodedOutputStream  229 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java     assertEquals(2, CodedOutputStream.encodeZigZag64( 1));
CodedOutputStream  230 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java     assertEquals(3, CodedOutputStream.encodeZigZag64(-2));
CodedOutputStream  232 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java                  CodedOutputStream.encodeZigZag64(0x000000003FFFFFFFL));
CodedOutputStream  234 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java                  CodedOutputStream.encodeZigZag64(0xFFFFFFFFC0000000L));
CodedOutputStream  236 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java                  CodedOutputStream.encodeZigZag64(0x000000007FFFFFFFL));
CodedOutputStream  238 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java                  CodedOutputStream.encodeZigZag64(0xFFFFFFFF80000000L));
CodedOutputStream  240 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java                  CodedOutputStream.encodeZigZag64(0x7FFFFFFFFFFFFFFFL));
CodedOutputStream  242 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java                  CodedOutputStream.encodeZigZag64(0x8000000000000000L));
CodedOutputStream  247 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java       CodedOutputStream.encodeZigZag32(CodedInputStream.decodeZigZag32(0)));
CodedOutputStream  249 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java       CodedOutputStream.encodeZigZag32(CodedInputStream.decodeZigZag32(1)));
CodedOutputStream  251 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java       CodedOutputStream.encodeZigZag32(CodedInputStream.decodeZigZag32(-1)));
CodedOutputStream  253 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java       CodedOutputStream.encodeZigZag32(CodedInputStream.decodeZigZag32(14927)));
CodedOutputStream  255 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java       CodedOutputStream.encodeZigZag32(CodedInputStream.decodeZigZag32(-3612)));
CodedOutputStream  258 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java       CodedOutputStream.encodeZigZag64(CodedInputStream.decodeZigZag64(0)));
CodedOutputStream  260 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java       CodedOutputStream.encodeZigZag64(CodedInputStream.decodeZigZag64(1)));
CodedOutputStream  262 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java       CodedOutputStream.encodeZigZag64(CodedInputStream.decodeZigZag64(-1)));
CodedOutputStream  264 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java       CodedOutputStream.encodeZigZag64(CodedInputStream.decodeZigZag64(14927)));
CodedOutputStream  266 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java       CodedOutputStream.encodeZigZag64(CodedInputStream.decodeZigZag64(-3612)));
CodedOutputStream  269 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java       CodedOutputStream.encodeZigZag64(
CodedOutputStream  273 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java       CodedOutputStream.encodeZigZag64(
CodedOutputStream  288 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java       CodedOutputStream output =
CodedOutputStream  289 third_party/protobuf/java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java         CodedOutputStream.newInstance(rawOutput, blockSize);
CodedOutputStream   85 third_party/protobuf/java/src/test/java/com/google/protobuf/LazyStringEndToEndTest.java     CodedOutputStream outputStream = CodedOutputStream.newInstance(sink);
CodedOutputStream  116 third_party/protobuf/java/src/test/java/com/google/protobuf/WireFormatTest.java     CodedOutputStream codedOutput = CodedOutputStream.newInstance(outputStream);
CodedOutputStream  563 third_party/protobuf/java/src/test/java/com/google/protobuf/WireFormatTest.java     CodedOutputStream output = out.getCodedOutput();
CodedOutputStream 1288 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc     io::CodedOutputStream writer(current_output.get());
CodedOutputStream  613 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_unittest.cc     io::CodedOutputStream output_stream(&array_stream);
CodedOutputStream  632 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_unittest.cc     io::CodedOutputStream output_stream(&array_stream);
CodedOutputStream  312 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc     ::google::protobuf::io::CodedOutputStream* output) const {
CodedOutputStream  644 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc     ::google::protobuf::io::CodedOutputStream* output) const {
CodedOutputStream  946 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc     ::google::protobuf::io::CodedOutputStream* output) const {
CodedOutputStream   84 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h       ::google::protobuf::io::CodedOutputStream* output) const;
CodedOutputStream  201 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h       ::google::protobuf::io::CodedOutputStream* output) const;
CodedOutputStream  318 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h       ::google::protobuf::io::CodedOutputStream* output) const;
CodedOutputStream  128 third_party/protobuf/src/google/protobuf/compiler/zip_writer.cc static void WriteShort(io::CodedOutputStream *out, uint16 val) {
CodedOutputStream  151 third_party/protobuf/src/google/protobuf/compiler/zip_writer.cc   io::CodedOutputStream output(raw_output_);
CodedOutputStream  174 third_party/protobuf/src/google/protobuf/compiler/zip_writer.cc   io::CodedOutputStream output(raw_output_);
CodedOutputStream 4459 third_party/protobuf/src/google/protobuf/descriptor.cc         io::CodedOutputStream out(&outstr);
CodedOutputStream  826 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     ::google::protobuf::io::CodedOutputStream* output) const {
CodedOutputStream 1251 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     ::google::protobuf::io::CodedOutputStream* output) const {
CodedOutputStream 1751 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     ::google::protobuf::io::CodedOutputStream* output) const {
CodedOutputStream 2094 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     ::google::protobuf::io::CodedOutputStream* output) const {
CodedOutputStream 2718 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     ::google::protobuf::io::CodedOutputStream* output) const {
CodedOutputStream 3163 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     ::google::protobuf::io::CodedOutputStream* output) const {
CodedOutputStream 3481 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     ::google::protobuf::io::CodedOutputStream* output) const {
CodedOutputStream 3792 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     ::google::protobuf::io::CodedOutputStream* output) const {
CodedOutputStream 4145 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     ::google::protobuf::io::CodedOutputStream* output) const {
CodedOutputStream 4697 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     ::google::protobuf::io::CodedOutputStream* output) const {
CodedOutputStream 5195 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     ::google::protobuf::io::CodedOutputStream* output) const {
CodedOutputStream 5613 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     ::google::protobuf::io::CodedOutputStream* output) const {
CodedOutputStream 5990 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     ::google::protobuf::io::CodedOutputStream* output) const {
CodedOutputStream 6238 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     ::google::protobuf::io::CodedOutputStream* output) const {
CodedOutputStream 6463 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     ::google::protobuf::io::CodedOutputStream* output) const {
CodedOutputStream 6688 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     ::google::protobuf::io::CodedOutputStream* output) const {
CodedOutputStream 6937 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     ::google::protobuf::io::CodedOutputStream* output) const {
CodedOutputStream 7308 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     ::google::protobuf::io::CodedOutputStream* output) const {
CodedOutputStream 7747 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     ::google::protobuf::io::CodedOutputStream* output) const {
CodedOutputStream 7800 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     target = ::google::protobuf::io::CodedOutputStream::WriteVarint32ToArray(
CodedOutputStream 7814 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     target = ::google::protobuf::io::CodedOutputStream::WriteVarint32ToArray(
CodedOutputStream 8077 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     ::google::protobuf::io::CodedOutputStream* output) const {
CodedOutputStream  195 third_party/protobuf/src/google/protobuf/descriptor.pb.h       ::google::protobuf::io::CodedOutputStream* output) const;
CodedOutputStream  280 third_party/protobuf/src/google/protobuf/descriptor.pb.h       ::google::protobuf::io::CodedOutputStream* output) const;
CodedOutputStream  501 third_party/protobuf/src/google/protobuf/descriptor.pb.h       ::google::protobuf::io::CodedOutputStream* output) const;
CodedOutputStream  593 third_party/protobuf/src/google/protobuf/descriptor.pb.h       ::google::protobuf::io::CodedOutputStream* output) const;
CodedOutputStream  759 third_party/protobuf/src/google/protobuf/descriptor.pb.h       ::google::protobuf::io::CodedOutputStream* output) const;
CodedOutputStream  998 third_party/protobuf/src/google/protobuf/descriptor.pb.h       ::google::protobuf::io::CodedOutputStream* output) const;
CodedOutputStream 1110 third_party/protobuf/src/google/protobuf/descriptor.pb.h       ::google::protobuf::io::CodedOutputStream* output) const;
CodedOutputStream 1219 third_party/protobuf/src/google/protobuf/descriptor.pb.h       ::google::protobuf::io::CodedOutputStream* output) const;
CodedOutputStream 1331 third_party/protobuf/src/google/protobuf/descriptor.pb.h       ::google::protobuf::io::CodedOutputStream* output) const;
CodedOutputStream 1460 third_party/protobuf/src/google/protobuf/descriptor.pb.h       ::google::protobuf::io::CodedOutputStream* output) const;
CodedOutputStream 1688 third_party/protobuf/src/google/protobuf/descriptor.pb.h       ::google::protobuf::io::CodedOutputStream* output) const;
CodedOutputStream 1796 third_party/protobuf/src/google/protobuf/descriptor.pb.h       ::google::protobuf::io::CodedOutputStream* output) const;
CodedOutputStream 1974 third_party/protobuf/src/google/protobuf/descriptor.pb.h       ::google::protobuf::io::CodedOutputStream* output) const;
CodedOutputStream 2072 third_party/protobuf/src/google/protobuf/descriptor.pb.h       ::google::protobuf::io::CodedOutputStream* output) const;
CodedOutputStream 2160 third_party/protobuf/src/google/protobuf/descriptor.pb.h       ::google::protobuf::io::CodedOutputStream* output) const;
CodedOutputStream 2248 third_party/protobuf/src/google/protobuf/descriptor.pb.h       ::google::protobuf::io::CodedOutputStream* output) const;
CodedOutputStream 2336 third_party/protobuf/src/google/protobuf/descriptor.pb.h       ::google::protobuf::io::CodedOutputStream* output) const;
CodedOutputStream 2433 third_party/protobuf/src/google/protobuf/descriptor.pb.h       ::google::protobuf::io::CodedOutputStream* output) const;
CodedOutputStream 2595 third_party/protobuf/src/google/protobuf/descriptor.pb.h       ::google::protobuf::io::CodedOutputStream* output) const;
CodedOutputStream 2725 third_party/protobuf/src/google/protobuf/descriptor.pb.h       ::google::protobuf::io::CodedOutputStream* output) const;
CodedOutputStream 1061 third_party/protobuf/src/google/protobuf/extension_set.cc     io::CodedOutputStream* output) const {
CodedOutputStream 1144 third_party/protobuf/src/google/protobuf/extension_set.cc     io::CodedOutputStream* output) const {
CodedOutputStream 1300 third_party/protobuf/src/google/protobuf/extension_set.cc         result += io::CodedOutputStream::VarintSize32(result);
CodedOutputStream 1301 third_party/protobuf/src/google/protobuf/extension_set.cc         result += io::CodedOutputStream::VarintSize32(
CodedOutputStream 1369 third_party/protobuf/src/google/protobuf/extension_set.cc           result += io::CodedOutputStream::VarintSize32(size) + size;
CodedOutputStream   61 third_party/protobuf/src/google/protobuf/extension_set.h     class CodedOutputStream;                             // coded_stream.h
CodedOutputStream  368 third_party/protobuf/src/google/protobuf/extension_set.h                                 io::CodedOutputStream* output) const;
CodedOutputStream  380 third_party/protobuf/src/google/protobuf/extension_set.h   void SerializeMessageSetWithCachedSizes(io::CodedOutputStream* output) const;
CodedOutputStream  423 third_party/protobuf/src/google/protobuf/extension_set.h                               io::CodedOutputStream* output) const = 0;
CodedOutputStream  490 third_party/protobuf/src/google/protobuf/extension_set.h         io::CodedOutputStream* output) const;
CodedOutputStream  496 third_party/protobuf/src/google/protobuf/extension_set.h         io::CodedOutputStream* output) const;
CodedOutputStream  493 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc   target = io::CodedOutputStream::WriteTagToArray(
CodedOutputStream  507 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc   target = io::CodedOutputStream::WriteTagToArray(
CodedOutputStream  605 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc           io::CodedOutputStream coded_output(&output_stream);
CodedOutputStream  632 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc     io::CodedOutputStream* output) const {
CodedOutputStream  675 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc   our_size += io::CodedOutputStream::VarintSize32(number);
CodedOutputStream  685 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc   our_size += io::CodedOutputStream::VarintSize32(message_size);
CodedOutputStream  692 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc     io::CodedOutputStream* output) const {
CodedOutputStream  295 third_party/protobuf/src/google/protobuf/extension_set_unittest.cc     io::CodedOutputStream output_stream(&array_stream);
CodedOutputStream  339 third_party/protobuf/src/google/protobuf/extension_set_unittest.cc     io::CodedOutputStream output_stream(&array_stream);
CodedOutputStream  553 third_party/protobuf/src/google/protobuf/io/coded_stream.cc CodedOutputStream::CodedOutputStream(ZeroCopyOutputStream* output)
CodedOutputStream  567 third_party/protobuf/src/google/protobuf/io/coded_stream.cc CodedOutputStream::~CodedOutputStream() {
CodedOutputStream  573 third_party/protobuf/src/google/protobuf/io/coded_stream.cc bool CodedOutputStream::Skip(int count) {
CodedOutputStream  585 third_party/protobuf/src/google/protobuf/io/coded_stream.cc bool CodedOutputStream::GetDirectBufferPointer(void** data, int* size) {
CodedOutputStream  593 third_party/protobuf/src/google/protobuf/io/coded_stream.cc void CodedOutputStream::WriteRaw(const void* data, int size) {
CodedOutputStream  605 third_party/protobuf/src/google/protobuf/io/coded_stream.cc uint8* CodedOutputStream::WriteRawToArray(
CodedOutputStream  612 third_party/protobuf/src/google/protobuf/io/coded_stream.cc void CodedOutputStream::WriteLittleEndian32(uint32 value) {
CodedOutputStream  627 third_party/protobuf/src/google/protobuf/io/coded_stream.cc void CodedOutputStream::WriteLittleEndian64(uint64 value) {
CodedOutputStream  642 third_party/protobuf/src/google/protobuf/io/coded_stream.cc inline uint8* CodedOutputStream::WriteVarint32FallbackToArrayInline(
CodedOutputStream  672 third_party/protobuf/src/google/protobuf/io/coded_stream.cc void CodedOutputStream::WriteVarint32(uint32 value) {
CodedOutputStream  694 third_party/protobuf/src/google/protobuf/io/coded_stream.cc uint8* CodedOutputStream::WriteVarint32FallbackToArray(
CodedOutputStream  699 third_party/protobuf/src/google/protobuf/io/coded_stream.cc inline uint8* CodedOutputStream::WriteVarint64ToArrayInline(
CodedOutputStream  771 third_party/protobuf/src/google/protobuf/io/coded_stream.cc void CodedOutputStream::WriteVarint64(uint64 value) {
CodedOutputStream  794 third_party/protobuf/src/google/protobuf/io/coded_stream.cc uint8* CodedOutputStream::WriteVarint64ToArray(
CodedOutputStream  799 third_party/protobuf/src/google/protobuf/io/coded_stream.cc bool CodedOutputStream::Refresh() {
CodedOutputStream  813 third_party/protobuf/src/google/protobuf/io/coded_stream.cc int CodedOutputStream::VarintSize32Fallback(uint32 value) {
CodedOutputStream  827 third_party/protobuf/src/google/protobuf/io/coded_stream.cc int CodedOutputStream::VarintSize64(uint64 value) {
CodedOutputStream  143 third_party/protobuf/src/google/protobuf/io/coded_stream.h class CodedOutputStream;
CodedOutputStream  606 third_party/protobuf/src/google/protobuf/io/coded_stream.h class LIBPROTOBUF_EXPORT CodedOutputStream {
CodedOutputStream  609 third_party/protobuf/src/google/protobuf/io/coded_stream.h   explicit CodedOutputStream(ZeroCopyOutputStream* output);
CodedOutputStream  613 third_party/protobuf/src/google/protobuf/io/coded_stream.h   ~CodedOutputStream();
CodedOutputStream  721 third_party/protobuf/src/google/protobuf/io/coded_stream.h   GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(CodedOutputStream);
CodedOutputStream  924 third_party/protobuf/src/google/protobuf/io/coded_stream.h inline uint8* CodedOutputStream::GetDirectBufferForNBytesAndAdvance(int size) {
CodedOutputStream  934 third_party/protobuf/src/google/protobuf/io/coded_stream.h inline uint8* CodedOutputStream::WriteVarint32ToArray(uint32 value,
CodedOutputStream  944 third_party/protobuf/src/google/protobuf/io/coded_stream.h inline void CodedOutputStream::WriteVarint32SignExtended(int32 value) {
CodedOutputStream  952 third_party/protobuf/src/google/protobuf/io/coded_stream.h inline uint8* CodedOutputStream::WriteVarint32SignExtendedToArray(
CodedOutputStream  961 third_party/protobuf/src/google/protobuf/io/coded_stream.h inline uint8* CodedOutputStream::WriteLittleEndian32ToArray(uint32 value,
CodedOutputStream  974 third_party/protobuf/src/google/protobuf/io/coded_stream.h inline uint8* CodedOutputStream::WriteLittleEndian64ToArray(uint64 value,
CodedOutputStream  994 third_party/protobuf/src/google/protobuf/io/coded_stream.h inline void CodedOutputStream::WriteTag(uint32 value) {
CodedOutputStream  998 third_party/protobuf/src/google/protobuf/io/coded_stream.h inline uint8* CodedOutputStream::WriteTagToArray(
CodedOutputStream 1012 third_party/protobuf/src/google/protobuf/io/coded_stream.h inline int CodedOutputStream::VarintSize32(uint32 value) {
CodedOutputStream 1020 third_party/protobuf/src/google/protobuf/io/coded_stream.h inline int CodedOutputStream::VarintSize32SignExtended(int32 value) {
CodedOutputStream 1028 third_party/protobuf/src/google/protobuf/io/coded_stream.h inline void CodedOutputStream::WriteString(const string& str) {
CodedOutputStream 1032 third_party/protobuf/src/google/protobuf/io/coded_stream.h inline uint8* CodedOutputStream::WriteStringToArray(
CodedOutputStream 1037 third_party/protobuf/src/google/protobuf/io/coded_stream.h inline int CodedOutputStream::ByteCount() const {
CodedOutputStream 1045 third_party/protobuf/src/google/protobuf/io/coded_stream.h inline void CodedOutputStream::Advance(int amount) {
CodedOutputStream  320 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     CodedOutputStream coded_output(&output);
CodedOutputStream  337 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     CodedOutputStream coded_output(&output);
CodedOutputStream  363 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     CodedOutputStream coded_output(&output);
CodedOutputStream  481 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     CodedOutputStream::VarintSize32(
CodedOutputStream  487 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     CodedOutputStream::VarintSize64(kVarintSizeCases_case.value));
CodedOutputStream  555 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     CodedOutputStream coded_output(&output);
CodedOutputStream  571 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     CodedOutputStream coded_output(&output);
CodedOutputStream  629 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     CodedOutputStream coded_output(&output);
CodedOutputStream  776 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   CodedOutputStream coded_output(&output);
CodedOutputStream  302 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc       CodedOutputStream* coded_output = new CodedOutputStream(output);
CodedOutputStream  310 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc       coded_output = new CodedOutputStream(output);
CodedOutputStream  608 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc       CodedOutputStream* coded_output = new CodedOutputStream(gzout);
CodedOutputStream  619 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc       coded_output = new CodedOutputStream(gzout);
CodedOutputStream  142 third_party/protobuf/src/google/protobuf/message.cc     io::CodedOutputStream* output) const {
CodedOutputStream  143 third_party/protobuf/src/google/protobuf/message.h   class CodedOutputStream;     // coded_stream.h
CodedOutputStream  274 third_party/protobuf/src/google/protobuf/message.h   virtual void SerializeWithCachedSizes(io::CodedOutputStream* output) const;
CodedOutputStream  222 third_party/protobuf/src/google/protobuf/message_lite.cc   io::CodedOutputStream coded_out(&out);
CodedOutputStream  228 third_party/protobuf/src/google/protobuf/message_lite.cc bool MessageLite::SerializeToCodedStream(io::CodedOutputStream* output) const {
CodedOutputStream  234 third_party/protobuf/src/google/protobuf/message_lite.cc     io::CodedOutputStream* output) const {
CodedOutputStream  262 third_party/protobuf/src/google/protobuf/message_lite.cc   io::CodedOutputStream encoder(output);
CodedOutputStream  268 third_party/protobuf/src/google/protobuf/message_lite.cc   io::CodedOutputStream encoder(output);
CodedOutputStream   49 third_party/protobuf/src/google/protobuf/message_lite.h   class CodedOutputStream;
CodedOutputStream  175 third_party/protobuf/src/google/protobuf/message_lite.h   bool SerializeToCodedStream(io::CodedOutputStream* output) const;
CodedOutputStream  177 third_party/protobuf/src/google/protobuf/message_lite.h   bool SerializePartialToCodedStream(io::CodedOutputStream* output) const;
CodedOutputStream  219 third_party/protobuf/src/google/protobuf/message_lite.h       io::CodedOutputStream* output) const = 0;
CodedOutputStream  230 third_party/protobuf/src/google/protobuf/message_unittest.cc   io::CodedOutputStream output(&raw_output);
CodedOutputStream  266 third_party/protobuf/src/google/protobuf/unknown_field_set.cc     io::CodedOutputStream* output) const {
CodedOutputStream  276 third_party/protobuf/src/google/protobuf/unknown_field_set.cc   target = io::CodedOutputStream::WriteVarint32ToArray(data.size(), target);
CodedOutputStream  277 third_party/protobuf/src/google/protobuf/unknown_field_set.cc   target = io::CodedOutputStream::WriteStringToArray(data, target);
CodedOutputStream   51 third_party/protobuf/src/google/protobuf/unknown_field_set.h     class CodedOutputStream;        // coded_stream.h
CodedOutputStream  191 third_party/protobuf/src/google/protobuf/unknown_field_set.h   void SerializeLengthDelimitedNoTag(io::CodedOutputStream* output) const;
CodedOutputStream  196 third_party/protobuf/src/google/protobuf/unknown_field_set_unittest.cc     io::CodedOutputStream output_stream(&raw_stream);
CodedOutputStream  237 third_party/protobuf/src/google/protobuf/unknown_field_set_unittest.cc     io::CodedOutputStream output(&raw_output);
CodedOutputStream  381 third_party/protobuf/src/google/protobuf/wire_format.cc           io::CodedOutputStream coded_output(&output_stream);
CodedOutputStream  409 third_party/protobuf/src/google/protobuf/wire_format.cc     int size, io::CodedOutputStream* output) {
CodedOutputStream  437 third_party/protobuf/src/google/protobuf/wire_format.cc     io::CodedOutputStream* output) {
CodedOutputStream  555 third_party/protobuf/src/google/protobuf/wire_format.cc     io::CodedOutputStream* output) {
CodedOutputStream  628 third_party/protobuf/src/google/protobuf/wire_format.cc       our_size += io::CodedOutputStream::VarintSize32(data_size);
CodedOutputStream  730 third_party/protobuf/src/google/protobuf/wire_format.cc   our_size += io::CodedOutputStream::VarintSize32(field->number());
CodedOutputStream  736 third_party/protobuf/src/google/protobuf/wire_format.cc   our_size += io::CodedOutputStream::VarintSize32(message_size);
CodedOutputStream   58 third_party/protobuf/src/google/protobuf/wire_format.h     class CodedOutputStream;     // coded_stream.h
CodedOutputStream  118 third_party/protobuf/src/google/protobuf/wire_format.h       int size, io::CodedOutputStream* output);
CodedOutputStream  147 third_party/protobuf/src/google/protobuf/wire_format.h       io::CodedOutputStream* output);
CodedOutputStream  164 third_party/protobuf/src/google/protobuf/wire_format.h       io::CodedOutputStream* output);
CodedOutputStream   78 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   io::CodedOutputStream::StaticVarintSize32<kMessageSetItemStartTag>::value +
CodedOutputStream   79 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   io::CodedOutputStream::StaticVarintSize32<kMessageSetItemEndTag>::value +
CodedOutputStream   80 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   io::CodedOutputStream::StaticVarintSize32<kMessageSetTypeIdTag>::value +
CodedOutputStream   81 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   io::CodedOutputStream::StaticVarintSize32<kMessageSetMessageTag>::value;
CodedOutputStream  211 third_party/protobuf/src/google/protobuf/wire_format_lite.cc                                             io::CodedOutputStream* output) {
CodedOutputStream  284 third_party/protobuf/src/google/protobuf/wire_format_lite.cc     io::CodedOutputStream* output) {
CodedOutputStream  322 third_party/protobuf/src/google/protobuf/wire_format_lite.cc       target = io::CodedOutputStream::WriteTagToArray(
CodedOutputStream  326 third_party/protobuf/src/google/protobuf/wire_format_lite.cc       target = io::CodedOutputStream::WriteTagToArray(
CodedOutputStream  328 third_party/protobuf/src/google/protobuf/wire_format_lite.cc       target = io::CodedOutputStream::WriteVarint32ToArray(
CodedOutputStream  332 third_party/protobuf/src/google/protobuf/wire_format_lite.cc       target = io::CodedOutputStream::WriteTagToArray(
CodedOutputStream  334 third_party/protobuf/src/google/protobuf/wire_format_lite.cc       target = io::CodedOutputStream::WriteVarint32ToArray(data.size(), target);
CodedOutputStream  335 third_party/protobuf/src/google/protobuf/wire_format_lite.cc       target = io::CodedOutputStream::WriteStringToArray(data, target);
CodedOutputStream  338 third_party/protobuf/src/google/protobuf/wire_format_lite.cc       target = io::CodedOutputStream::WriteTagToArray(
CodedOutputStream  354 third_party/protobuf/src/google/protobuf/wire_format_lite.cc         size += io::CodedOutputStream::VarintSize32(
CodedOutputStream  357 third_party/protobuf/src/google/protobuf/wire_format_lite.cc         size += io::CodedOutputStream::VarintSize64(field.varint());
CodedOutputStream  360 third_party/protobuf/src/google/protobuf/wire_format_lite.cc         size += io::CodedOutputStream::VarintSize32(
CodedOutputStream  366 third_party/protobuf/src/google/protobuf/wire_format_lite.cc         size += io::CodedOutputStream::VarintSize32(
CodedOutputStream  372 third_party/protobuf/src/google/protobuf/wire_format_lite.cc         size += io::CodedOutputStream::VarintSize32(
CodedOutputStream  375 third_party/protobuf/src/google/protobuf/wire_format_lite.cc         size += io::CodedOutputStream::VarintSize32(
CodedOutputStream  380 third_party/protobuf/src/google/protobuf/wire_format_lite.cc         size += io::CodedOutputStream::VarintSize32(
CodedOutputStream  384 third_party/protobuf/src/google/protobuf/wire_format_lite.cc         size += io::CodedOutputStream::VarintSize32(
CodedOutputStream  404 third_party/protobuf/src/google/protobuf/wire_format_lite.cc       size += io::CodedOutputStream::VarintSize32(field.number());
CodedOutputStream  405 third_party/protobuf/src/google/protobuf/wire_format_lite.cc       size += io::CodedOutputStream::VarintSize32(
CodedOutputStream  435 third_party/protobuf/src/google/protobuf/wire_format_lite.cc                                 io::CodedOutputStream* output) {
CodedOutputStream  440 third_party/protobuf/src/google/protobuf/wire_format_lite.cc                                 io::CodedOutputStream* output) {
CodedOutputStream  445 third_party/protobuf/src/google/protobuf/wire_format_lite.cc                                  io::CodedOutputStream* output) {
CodedOutputStream  450 third_party/protobuf/src/google/protobuf/wire_format_lite.cc                                  io::CodedOutputStream* output) {
CodedOutputStream  455 third_party/protobuf/src/google/protobuf/wire_format_lite.cc                                  io::CodedOutputStream* output) {
CodedOutputStream  460 third_party/protobuf/src/google/protobuf/wire_format_lite.cc                                  io::CodedOutputStream* output) {
CodedOutputStream  465 third_party/protobuf/src/google/protobuf/wire_format_lite.cc                                   io::CodedOutputStream* output) {
CodedOutputStream  470 third_party/protobuf/src/google/protobuf/wire_format_lite.cc                                   io::CodedOutputStream* output) {
CodedOutputStream  475 third_party/protobuf/src/google/protobuf/wire_format_lite.cc                                    io::CodedOutputStream* output) {
CodedOutputStream  480 third_party/protobuf/src/google/protobuf/wire_format_lite.cc                                    io::CodedOutputStream* output) {
CodedOutputStream  485 third_party/protobuf/src/google/protobuf/wire_format_lite.cc                                 io::CodedOutputStream* output) {
CodedOutputStream  490 third_party/protobuf/src/google/protobuf/wire_format_lite.cc                                  io::CodedOutputStream* output) {
CodedOutputStream  495 third_party/protobuf/src/google/protobuf/wire_format_lite.cc                                io::CodedOutputStream* output) {
CodedOutputStream  500 third_party/protobuf/src/google/protobuf/wire_format_lite.cc                                io::CodedOutputStream* output) {
CodedOutputStream  506 third_party/protobuf/src/google/protobuf/wire_format_lite.cc                                  io::CodedOutputStream* output) {
CodedOutputStream  514 third_party/protobuf/src/google/protobuf/wire_format_lite.cc                                 io::CodedOutputStream* output) {
CodedOutputStream  524 third_party/protobuf/src/google/protobuf/wire_format_lite.cc                                 io::CodedOutputStream* output) {
CodedOutputStream  532 third_party/protobuf/src/google/protobuf/wire_format_lite.cc                                   io::CodedOutputStream* output) {
CodedOutputStream  541 third_party/protobuf/src/google/protobuf/wire_format_lite.cc                                             io::CodedOutputStream* output) {
CodedOutputStream  556 third_party/protobuf/src/google/protobuf/wire_format_lite.cc                                               io::CodedOutputStream* output) {
CodedOutputStream  237 third_party/protobuf/src/google/protobuf/wire_format_lite.h                                      io::CodedOutputStream* output);
CodedOutputStream  251 third_party/protobuf/src/google/protobuf/wire_format_lite.h       io::CodedOutputStream* output);
CodedOutputStream  276 third_party/protobuf/src/google/protobuf/wire_format_lite.h #define output io::CodedOutputStream* output
CodedOutputStream  586 third_party/protobuf/src/google/protobuf/wire_format_lite.h   int result = io::CodedOutputStream::VarintSize32(
CodedOutputStream  416 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h                                      io::CodedOutputStream* output) {
CodedOutputStream  421 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h                                             io::CodedOutputStream* output) {
CodedOutputStream  425 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h                                             io::CodedOutputStream* output) {
CodedOutputStream  429 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h                                              io::CodedOutputStream* output) {
CodedOutputStream  433 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h                                              io::CodedOutputStream* output) {
CodedOutputStream  437 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h                                              io::CodedOutputStream* output) {
CodedOutputStream  441 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h                                              io::CodedOutputStream* output) {
CodedOutputStream  445 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h                                               io::CodedOutputStream* output) {
CodedOutputStream  449 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h                                               io::CodedOutputStream* output) {
CodedOutputStream  453 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h                                                io::CodedOutputStream* output) {
CodedOutputStream  457 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h                                                io::CodedOutputStream* output) {
CodedOutputStream  461 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h                                             io::CodedOutputStream* output) {
CodedOutputStream  465 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h                                              io::CodedOutputStream* output) {
CodedOutputStream  469 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h                                            io::CodedOutputStream* output) {
CodedOutputStream  473 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h                                            io::CodedOutputStream* output) {
CodedOutputStream  482 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h     io::CodedOutputStream* output) {
CodedOutputStream  490 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h     io::CodedOutputStream* output) {
CodedOutputStream  502 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedOutputStream::WriteTagToArray(MakeTag(field_number, type),
CodedOutputStream  508 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedOutputStream::WriteVarint32SignExtendedToArray(value, target);
CodedOutputStream  512 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedOutputStream::WriteVarint64ToArray(
CodedOutputStream  517 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedOutputStream::WriteVarint32ToArray(value, target);
CodedOutputStream  521 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedOutputStream::WriteVarint64ToArray(value, target);
CodedOutputStream  525 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedOutputStream::WriteVarint32ToArray(ZigZagEncode32(value),
CodedOutputStream  530 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedOutputStream::WriteVarint64ToArray(ZigZagEncode64(value),
CodedOutputStream  535 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedOutputStream::WriteLittleEndian32ToArray(value, target);
CodedOutputStream  539 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedOutputStream::WriteLittleEndian64ToArray(value, target);
CodedOutputStream  543 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedOutputStream::WriteLittleEndian32ToArray(
CodedOutputStream  548 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedOutputStream::WriteLittleEndian64ToArray(
CodedOutputStream  553 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedOutputStream::WriteLittleEndian32ToArray(EncodeFloat(value),
CodedOutputStream  558 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedOutputStream::WriteLittleEndian64ToArray(EncodeDouble(value),
CodedOutputStream  563 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedOutputStream::WriteVarint32ToArray(value ? 1 : 0, target);
CodedOutputStream  567 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedOutputStream::WriteVarint32SignExtendedToArray(value, target);
CodedOutputStream  663 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   target = io::CodedOutputStream::WriteVarint32ToArray(value.size(), target);
CodedOutputStream  664 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedOutputStream::WriteStringToArray(value, target);
CodedOutputStream  670 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   target = io::CodedOutputStream::WriteVarint32ToArray(value.size(), target);
CodedOutputStream  671 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedOutputStream::WriteStringToArray(value, target);
CodedOutputStream  686 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   target = io::CodedOutputStream::WriteVarint32ToArray(
CodedOutputStream  707 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   target = io::CodedOutputStream::WriteVarint32ToArray(
CodedOutputStream  716 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedOutputStream::VarintSize32SignExtended(value);
CodedOutputStream  719 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedOutputStream::VarintSize64(static_cast<uint64>(value));
CodedOutputStream  722 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedOutputStream::VarintSize32(value);
CodedOutputStream  725 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedOutputStream::VarintSize64(value);
CodedOutputStream  728 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedOutputStream::VarintSize32(ZigZagEncode32(value));
CodedOutputStream  731 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedOutputStream::VarintSize64(ZigZagEncode64(value));
CodedOutputStream  734 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedOutputStream::VarintSize32SignExtended(value);
CodedOutputStream  738 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedOutputStream::VarintSize32(value.size()) +
CodedOutputStream  742 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedOutputStream::VarintSize32(value.size()) +
CodedOutputStream  769 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   return io::CodedOutputStream::VarintSize32(length) + length;
CodedOutputStream  231 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc     io::CodedOutputStream output(&raw_output);
CodedOutputStream  239 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc     io::CodedOutputStream output(&raw_output);
CodedOutputStream  261 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc     io::CodedOutputStream output(&raw_output);
CodedOutputStream  269 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc     io::CodedOutputStream output(&raw_output);
CodedOutputStream  291 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc     io::CodedOutputStream output(&raw_output);
CodedOutputStream  299 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc     io::CodedOutputStream output(&raw_output);
CodedOutputStream  413 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc     io::CodedOutputStream output_stream(&array_stream);
CodedOutputStream  421 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc     io::CodedOutputStream output_stream(&string_stream);
CodedOutputStream  491 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc     io::CodedOutputStream coded_output(&output_stream);
CodedOutputStream  704 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc       io::CodedOutputStream output(&raw_output);
CodedOutputStream  725 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc       io::CodedOutputStream output(&raw_output);