public abstract class oadd.com.google.protobuf.AbstractMessageLite extends java.lang.Object implements oadd.com.google.protobuf.MessageLite
{
protected int memoizedHashCode;
public void <init>()
{
oadd.com.google.protobuf.AbstractMessageLite v;
v := @this: oadd.com.google.protobuf.AbstractMessageLite;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<oadd.com.google.protobuf.AbstractMessageLite: int memoizedHashCode> = 0;
return;
}
public oadd.com.google.protobuf.ByteString toByteString()
{
oadd.com.google.protobuf.CodedOutputStream v;
java.io.IOException v;
java.lang.RuntimeException v;
oadd.com.google.protobuf.ByteString v;
oadd.com.google.protobuf.ByteString$CodedBuilder v;
oadd.com.google.protobuf.AbstractMessageLite v;
int v;
java.lang.String v;
v := @this: oadd.com.google.protobuf.AbstractMessageLite;
label:
v = virtualinvoke v.<oadd.com.google.protobuf.AbstractMessageLite: int getSerializedSize()>();
v = staticinvoke <oadd.com.google.protobuf.ByteString: oadd.com.google.protobuf.ByteString$CodedBuilder newCodedBuilder(int)>(v);
v = virtualinvoke v.<oadd.com.google.protobuf.ByteString$CodedBuilder: oadd.com.google.protobuf.CodedOutputStream getCodedOutput()>();
virtualinvoke v.<oadd.com.google.protobuf.AbstractMessageLite: void writeTo(oadd.com.google.protobuf.CodedOutputStream)>(v);
v = virtualinvoke v.<oadd.com.google.protobuf.ByteString$CodedBuilder: oadd.com.google.protobuf.ByteString build()>();
label:
return v;
label:
v := @caughtexception;
v = new java.lang.RuntimeException;
v = specialinvoke v.<oadd.com.google.protobuf.AbstractMessageLite: java.lang.String getSerializingExceptionMessage(java.lang.String)>("ByteString");
specialinvoke v.<java.lang.RuntimeException: void <init>(java.lang.String,java.lang.Throwable)>(v, v);
throw v;
catch java.io.IOException from label to label with label;
}
public byte[] toByteArray()
{
byte[] v;
oadd.com.google.protobuf.CodedOutputStream v;
oadd.com.google.protobuf.AbstractMessageLite v;
int v;
java.io.IOException v;
java.lang.RuntimeException v;
java.lang.String v;
v := @this: oadd.com.google.protobuf.AbstractMessageLite;
label:
v = virtualinvoke v.<oadd.com.google.protobuf.AbstractMessageLite: int getSerializedSize()>();
v = newarray (byte)[v];
v = staticinvoke <oadd.com.google.protobuf.CodedOutputStream: oadd.com.google.protobuf.CodedOutputStream newInstance(byte[])>(v);
virtualinvoke v.<oadd.com.google.protobuf.AbstractMessageLite: void writeTo(oadd.com.google.protobuf.CodedOutputStream)>(v);
virtualinvoke v.<oadd.com.google.protobuf.CodedOutputStream: void checkNoSpaceLeft()>();
label:
return v;
label:
v := @caughtexception;
v = new java.lang.RuntimeException;
v = specialinvoke v.<oadd.com.google.protobuf.AbstractMessageLite: java.lang.String getSerializingExceptionMessage(java.lang.String)>("byte array");
specialinvoke v.<java.lang.RuntimeException: void <init>(java.lang.String,java.lang.Throwable)>(v, v);
throw v;
catch java.io.IOException from label to label with label;
}
public void writeTo(java.io.OutputStream) throws java.io.IOException
{
java.io.OutputStream v;
oadd.com.google.protobuf.CodedOutputStream v;
oadd.com.google.protobuf.AbstractMessageLite v;
int v, v;
v := @this: oadd.com.google.protobuf.AbstractMessageLite;
v := @parameter: java.io.OutputStream;
v = virtualinvoke v.<oadd.com.google.protobuf.AbstractMessageLite: int getSerializedSize()>();
v = staticinvoke <oadd.com.google.protobuf.CodedOutputStream: int computePreferredBufferSize(int)>(v);
v = staticinvoke <oadd.com.google.protobuf.CodedOutputStream: oadd.com.google.protobuf.CodedOutputStream newInstance(java.io.OutputStream,int)>(v, v);
virtualinvoke v.<oadd.com.google.protobuf.AbstractMessageLite: void writeTo(oadd.com.google.protobuf.CodedOutputStream)>(v);
virtualinvoke v.<oadd.com.google.protobuf.CodedOutputStream: void flush()>();
return;
}
public void writeDelimitedTo(java.io.OutputStream) throws java.io.IOException
{
java.io.OutputStream v;
oadd.com.google.protobuf.CodedOutputStream v;
oadd.com.google.protobuf.AbstractMessageLite v;
int v, v, v, v;
v := @this: oadd.com.google.protobuf.AbstractMessageLite;
v := @parameter: java.io.OutputStream;
v = virtualinvoke v.<oadd.com.google.protobuf.AbstractMessageLite: int getSerializedSize()>();
v = staticinvoke <oadd.com.google.protobuf.CodedOutputStream: int computeRawVarint32Size(int)>(v);
v = v + v;
v = staticinvoke <oadd.com.google.protobuf.CodedOutputStream: int computePreferredBufferSize(int)>(v);
v = staticinvoke <oadd.com.google.protobuf.CodedOutputStream: oadd.com.google.protobuf.CodedOutputStream newInstance(java.io.OutputStream,int)>(v, v);
virtualinvoke v.<oadd.com.google.protobuf.CodedOutputStream: void writeRawVarint32(int)>(v);
virtualinvoke v.<oadd.com.google.protobuf.AbstractMessageLite: void writeTo(oadd.com.google.protobuf.CodedOutputStream)>(v);
virtualinvoke v.<oadd.com.google.protobuf.CodedOutputStream: void flush()>();
return;
}
int getMemoizedSerializedSize()
{
java.lang.UnsupportedOperationException v;
oadd.com.google.protobuf.AbstractMessageLite v;
v := @this: oadd.com.google.protobuf.AbstractMessageLite;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>()>();
throw v;
}
void setMemoizedSerializedSize(int)
{
int v;
java.lang.UnsupportedOperationException v;
oadd.com.google.protobuf.AbstractMessageLite v;
v := @this: oadd.com.google.protobuf.AbstractMessageLite;
v := @parameter: int;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>()>();
throw v;
}
int getSerializedSize(oadd.com.google.protobuf.Schema)
{
oadd.com.google.protobuf.AbstractMessageLite v;
int v, v;
oadd.com.google.protobuf.Schema v;
v := @this: oadd.com.google.protobuf.AbstractMessageLite;
v := @parameter: oadd.com.google.protobuf.Schema;
v = virtualinvoke v.<oadd.com.google.protobuf.AbstractMessageLite: int getMemoizedSerializedSize()>();
v = (int) -1;
if v != v goto label;
v = interfaceinvoke v.<oadd.com.google.protobuf.Schema: int getSerializedSize(java.lang.Object)>(v);
virtualinvoke v.<oadd.com.google.protobuf.AbstractMessageLite: void setMemoizedSerializedSize(int)>(v);
label:
return v;
}
oadd.com.google.protobuf.UninitializedMessageException newUninitializedMessageException()
{
oadd.com.google.protobuf.AbstractMessageLite v;
oadd.com.google.protobuf.UninitializedMessageException v;
v := @this: oadd.com.google.protobuf.AbstractMessageLite;
v = new oadd.com.google.protobuf.UninitializedMessageException;
specialinvoke v.<oadd.com.google.protobuf.UninitializedMessageException: void <init>(oadd.com.google.protobuf.MessageLite)>(v);
return v;
}
private java.lang.String getSerializingExceptionMessage(java.lang.String)
{
oadd.com.google.protobuf.AbstractMessageLite v;
java.lang.Class v;
java.lang.String v, v, v;
v := @this: oadd.com.google.protobuf.AbstractMessageLite;
v := @parameter: java.lang.String;
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
v = virtualinvoke v.<java.lang.Class: java.lang.String getName()>();
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.String,java.lang.String)>(v, v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("Serializing \u to a \u threw an IOException (should never happen).");
return v;
}
protected static void checkByteStringIsUtf8(oadd.com.google.protobuf.ByteString) throws java.lang.IllegalArgumentException
{
oadd.com.google.protobuf.ByteString v;
java.lang.IllegalArgumentException v;
boolean v;
v := @parameter: oadd.com.google.protobuf.ByteString;
v = virtualinvoke v.<oadd.com.google.protobuf.ByteString: boolean isValidUtf8()>();
if v != 0 goto label;
v = new java.lang.IllegalArgumentException;
specialinvoke v.<java.lang.IllegalArgumentException: void <init>(java.lang.String)>("Byte string is not UTF-8.");
throw v;
label:
return;
}
protected static void addAll(java.lang.Iterable, java.util.Collection)
{
java.lang.Iterable v;
java.util.Collection v;
v := @parameter: java.lang.Iterable;
v := @parameter: java.util.Collection;
staticinvoke <oadd.com.google.protobuf.AbstractMessageLite$Builder: void addAll(java.lang.Iterable,java.util.List)>(v, v);
return;
}
protected static void addAll(java.lang.Iterable, java.util.List)
{
java.util.List v;
java.lang.Iterable v;
v := @parameter: java.lang.Iterable;
v := @parameter: java.util.List;
staticinvoke <oadd.com.google.protobuf.AbstractMessageLite$Builder: void addAll(java.lang.Iterable,java.util.List)>(v, v);
return;
}
}