Home
last modified time | relevance | path

Searched refs:CodedInputByteBufferNano (Results 1 – 11 of 11) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/main/java/com/google/protobuf/nano/
DMessageNano.java93 public abstract MessageNano mergeFrom(CodedInputByteBufferNano input) throws IOException; in mergeFrom()
141 final CodedInputByteBufferNano input = in mergeFrom()
142 CodedInputByteBufferNano.newInstance(data, off, len); in mergeFrom()
DWireFormatNano.java93 final CodedInputByteBufferNano input, in parseUnknownField()
111 final CodedInputByteBufferNano input, in getRepeatedFieldArrayLength()
DCodedInputByteBufferNano.java47 public final class CodedInputByteBufferNano { class
51 public static CodedInputByteBufferNano newInstance(final byte[] buf) { in newInstance()
58 public static CodedInputByteBufferNano newInstance(final byte[] buf, final int off, in newInstance()
60 return new CodedInputByteBufferNano(buf, off, len); in newInstance()
417 private CodedInputByteBufferNano(final byte[] buffer, final int off, final int len) { in CodedInputByteBufferNano() method in CodedInputByteBufferNano
DExtension.java217 return clazz.cast(readData(CodedInputByteBufferNano.newInstance(lastData.bytes))); in getSingularValueFrom()
220 protected Object readData(CodedInputByteBufferNano input) { in readData()
249 resultList.add(readData(CodedInputByteBufferNano.newInstance(data.bytes))); in readDataInto()
358 protected Object readData(CodedInputByteBufferNano input) { in readData()
371 resultList.add(readData(CodedInputByteBufferNano.newInstance(data.bytes))); in readDataInto()
373 CodedInputByteBufferNano buffer = in readDataInto()
374 CodedInputByteBufferNano.newInstance(data.bytes); in readDataInto()
DExtendableMessageNano.java138 protected final boolean storeUnknownField(CodedInputByteBufferNano input, int tag) in storeUnknownField()
DInternalNano.java392 CodedInputByteBufferNano input, in mergeMapEntry()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/test/java/com/google/protobuf/nano/
DNanoTest.java2669 CodedInputByteBufferNano input = CodedInputByteBufferNano.newInstance(rawBytes); in testSkipRawBytesBug()
2684 CodedInputByteBufferNano input = CodedInputByteBufferNano.newInstance(rawBytes); in testSkipRawBytesPastEndOfBufferWithLimit()
3923 message.mergeFrom(CodedInputByteBufferNano.newInstance( in testNullRepeatedFields()
4169 CodedInputByteBufferNano input = CodedInputByteBufferNano.newInstance( in testMapMergeEmptyEntry()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/
DREADME.md93 - CodedInputByteBufferNano can only take byte[] (not InputStream).
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DMakefile.am371 javanano/src/main/java/com/google/protobuf/nano/CodedInputByteBufferNano.java \
DCHANGES.txt604 - CodedInputByteBufferNano can only take byte[] (not InputStream).
/frameworks/base/config/
Dpreloaded-classes5069 com.android.internal.telephony.protobuf.nano.CodedInputByteBufferNano
5542 com.android.phone.ecc.nano.CodedInputByteBufferNano