Uses of Annotation Interface
com.google.protobuf.InlineMe
Packages that use InlineMe
-
Uses of InlineMe in com.google.protobuf
Methods in com.google.protobuf with annotations of type InlineMeModifier and TypeMethodDescriptionstatic intCodedOutputStream.computeGroupSizeNoTag(MessageLite value) Deprecated.static intCodedOutputStream.computeRawVarint32Size(int value) Deprecated.static intCodedOutputStream.computeRawVarint64Size(long value) Deprecated.useCodedOutputStream.computeUInt64SizeNoTag(long)instead.TextFormat.Printer.shortDebugString(Descriptors.FieldDescriptor field, Object value) Deprecated.Usethis.emittingSingleLine(true).printFieldToString(FieldDescriptor, Object)TextFormat.Printer.shortDebugString(MessageOrBuilder message) Deprecated.Usethis.printer().emittingSingleLine(true).printToString(MessageOrBuilder)TextFormat.Printer.shortDebugString(UnknownFieldSet fields) Deprecated.Usethis.emittingSingleLine(true).printToString(UnknownFieldSet)static StringTextFormat.shortDebugString(MessageOrBuilder message) Deprecated.Useprinter().emittingSingleLine(true).printToString(MessageOrBuilder)final voidCodedOutputStream.writeRawLittleEndian32(int value) Deprecated.UseCodedOutputStream.writeFixed32NoTag(int)instead.final voidCodedOutputStream.writeRawLittleEndian64(long value) Deprecated.UseCodedOutputStream.writeFixed64NoTag(long)instead.final voidCodedOutputStream.writeRawVarint32(int value) Deprecated.useCodedOutputStream.writeUInt32NoTag(int)instead.final voidCodedOutputStream.writeRawVarint64(long value) Deprecated.useCodedOutputStream.writeUInt64NoTag(long)instead.
CodedOutputStream.computeUInt32SizeNoTag(int)instead.