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.computeLazyFieldMessageSetExtensionSize(int fieldNumber, LazyFieldLite value) Deprecated.static intCodedOutputStream.computeLazyFieldSize(int fieldNumber, LazyFieldLite value) Deprecated.static intCodedOutputStream.computeLazyFieldSizeNoTag(LazyFieldLite value) Deprecated.static intCodedOutputStream.computeRawVarint32Size(int value) Deprecated.static intCodedOutputStream.computeRawVarint64Size(long value) Deprecated.useCodedOutputStream.computeUInt64SizeNoTag(long)instead.static voidTextFormat.print(MessageOrBuilder message, Appendable output) Deprecated.Useprinter().print(MessageOrBuilder, Appendable)static voidTextFormat.printFieldValue(Descriptors.FieldDescriptor field, Object value, Appendable output) Deprecated.Useprinter().printFieldValue(FieldDescriptor, Object, Appendable)TextFormat.Printer.shortDebugString(Descriptors.FieldDescriptor field, Object value) Deprecated.Usethis.emittingSingleLine(true).printFieldToString(FieldDescriptor, Object)TextFormat.Printer.shortDebugString(UnknownFieldSet fields) Deprecated.Usethis.emittingSingleLine(true).printToString(UnknownFieldSet)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.