Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java1366 private java.util.List<com.google.protobuf.ByteString> rawBytes_ = field in GLProtoBuf.GLMessage.DataType
1369 return rawBytes_; in getRawBytesList()
1371 public int getRawBytesCount() { return rawBytes_.size(); } in getRawBytesCount()
1373 return rawBytes_.get(index); in getRawBytes()
1661 if (result.rawBytes_ != java.util.Collections.EMPTY_LIST) { in buildPartial()
1662 result.rawBytes_ = in buildPartial()
1663 java.util.Collections.unmodifiableList(result.rawBytes_); in buildPartial()
1705 if (!other.rawBytes_.isEmpty()) { in mergeFrom()
1706 if (result.rawBytes_.isEmpty()) { in mergeFrom()
1707 result.rawBytes_ = new java.util.ArrayList<com.google.protobuf.ByteString>(); in mergeFrom()
[all …]