Uses of Annotation Interface
com.google.protobuf.InlineMe
-
Uses of InlineMe in com.google.protobuf
Methods in com.google.protobuf with annotations of type InlineMeModifier and TypeMethodDescriptionstatic int
CodedOutputStream.computeGroupSizeNoTag
(MessageLite value) Deprecated.static int
CodedOutputStream.computeRawVarint32Size
(int value) Deprecated.static int
CodedOutputStream.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
(UnknownFieldSet fields) Deprecated.Usethis.emittingSingleLine(true).printToString(UnknownFieldSet)
final void
CodedOutputStream.writeRawLittleEndian32
(int value) Deprecated.UseCodedOutputStream.writeFixed32NoTag(int)
instead.final void
CodedOutputStream.writeRawLittleEndian64
(long value) Deprecated.UseCodedOutputStream.writeFixed64NoTag(long)
instead.final void
CodedOutputStream.writeRawVarint32
(int value) Deprecated.useCodedOutputStream.writeUInt32NoTag(int)
instead.final void
CodedOutputStream.writeRawVarint64
(long value) Deprecated.useCodedOutputStream.writeUInt64NoTag(long)
instead.
CodedOutputStream.computeUInt32SizeNoTag(int)
instead.