Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java1354 private java.util.List<com.google.protobuf.ByteString> charValue_ = field in GLProtoBuf.GLMessage.DataType
1357 return charValue_; in getCharValueList()
1359 public int getCharValueCount() { return charValue_.size(); } in getCharValueCount()
1361 return charValue_.get(index); in getCharValue()
1657 if (result.charValue_ != java.util.Collections.EMPTY_LIST) { in buildPartial()
1658 result.charValue_ = in buildPartial()
1659 java.util.Collections.unmodifiableList(result.charValue_); in buildPartial()
1699 if (!other.charValue_.isEmpty()) { in mergeFrom()
1700 if (result.charValue_.isEmpty()) { in mergeFrom()
1701 result.charValue_ = new java.util.ArrayList<com.google.protobuf.ByteString>(); in mergeFrom()
[all …]