Home
last modified time | relevance | path

Searched refs:AbstractMessageLite (Results 1 – 9 of 9) sorted by relevance

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DAbstractMessageLite.java49 public abstract class AbstractMessageLite< class
50 MessageType extends AbstractMessageLite<MessageType, BuilderType>,
51 BuilderType extends AbstractMessageLite.Builder<MessageType, BuilderType>>
164 MessageType extends AbstractMessageLite<MessageType, BuilderType>,
DAbstractParser.java33 import com.google.protobuf.AbstractMessageLite.Builder.LimitedInputStream;
52 if (message instanceof AbstractMessageLite) { in newUninitializedMessageException()
53 return ((AbstractMessageLite) message).newUninitializedMessageException(); in newUninitializedMessageException()
DAbstractMessage.java54 extends AbstractMessageLite implements Message {
319 extends AbstractMessageLite.Builder implements Message.Builder {
365 protected BuilderType internalMergeFrom(AbstractMessageLite other) { in internalMergeFrom()
DCodedOutputStream.java882 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()
DGeneratedMessageLite.java33 import com.google.protobuf.AbstractMessageLite.Builder.LimitedInputStream;
63 extends AbstractMessageLite<MessageType, BuilderType> {
339 extends AbstractMessageLite.Builder<MessageType, BuilderType> {
DUnknownFieldSet.java33 import com.google.protobuf.AbstractMessageLite.Builder.LimitedInputStream;
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DAbstractMessageTest.java540 AbstractMessageLite.checkByteStringIsUtf8(byteString); in testCheckByteStringIsUtf8OnUtf8()
548 AbstractMessageLite.checkByteStringIsUtf8(byteString); in testCheckByteStringIsUtf8OnNonUtf8()
/third_party/protobuf/java/core/
DBUILD6 "src/main/java/com/google/protobuf/AbstractMessageLite.java",
/third_party/protobuf/
DMakefile.am281 java/core/src/main/java/com/google/protobuf/AbstractMessageLite.java \