Searched refs:AbstractMessageLite (Results 1 – 9 of 9) sorted by relevance
49 public abstract class AbstractMessageLite< class50 MessageType extends AbstractMessageLite<MessageType, BuilderType>,51 BuilderType extends AbstractMessageLite.Builder<MessageType, BuilderType>>164 MessageType extends AbstractMessageLite<MessageType, BuilderType>,
33 import com.google.protobuf.AbstractMessageLite.Builder.LimitedInputStream;52 if (message instanceof AbstractMessageLite) { in newUninitializedMessageException()53 return ((AbstractMessageLite) message).newUninitializedMessageException(); in newUninitializedMessageException()
54 extends AbstractMessageLite implements Message {319 extends AbstractMessageLite.Builder implements Message.Builder {365 protected BuilderType internalMergeFrom(AbstractMessageLite other) { in internalMergeFrom()
882 return computeLengthDelimitedFieldSize(((AbstractMessageLite) value).getSerializedSize(schema)); in computeMessageSizeNoTag()1082 return ((AbstractMessageLite) value).getSerializedSize(schema); in computeGroupSizeNoTag()1281 writeUInt32NoTag(((AbstractMessageLite) value).getSerializedSize(schema)); in writeMessage()1311 writeUInt32NoTag(((AbstractMessageLite) value).getSerializedSize(schema)); in writeMessageNoTag()1677 writeUInt32NoTag(((AbstractMessageLite) value).getSerializedSize(schema)); in writeMessageNoTag()2007 writeUInt32NoTag(((AbstractMessageLite) value).getSerializedSize(schema)); in writeMessageNoTag()2546 writeUInt32NoTag(((AbstractMessageLite) value).getSerializedSize(schema)); in writeMessageNoTag()2860 writeUInt32NoTag(((AbstractMessageLite) value).getSerializedSize(schema)); in writeMessageNoTag()
33 import com.google.protobuf.AbstractMessageLite.Builder.LimitedInputStream;63 extends AbstractMessageLite<MessageType, BuilderType> {339 extends AbstractMessageLite.Builder<MessageType, BuilderType> {
33 import com.google.protobuf.AbstractMessageLite.Builder.LimitedInputStream;
540 AbstractMessageLite.checkByteStringIsUtf8(byteString); in testCheckByteStringIsUtf8OnUtf8()548 AbstractMessageLite.checkByteStringIsUtf8(byteString); in testCheckByteStringIsUtf8OnNonUtf8()
6 "src/main/java/com/google/protobuf/AbstractMessageLite.java",
281 java/core/src/main/java/com/google/protobuf/AbstractMessageLite.java \