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.java1144 private java.util.List<com.google.protobuf.ByteString> charValue_ = field in GLProtoBuf.GLMessage.DataType
1147 return charValue_; in getCharValueList()
1149 public int getCharValueCount() { return charValue_.size(); } in getCharValueCount()
1151 return charValue_.get(index); in getCharValue()
1423 if (result.charValue_ != java.util.Collections.EMPTY_LIST) { in buildPartial()
1424 result.charValue_ = in buildPartial()
1425 java.util.Collections.unmodifiableList(result.charValue_); in buildPartial()
1461 if (!other.charValue_.isEmpty()) { in mergeFrom()
1462 if (result.charValue_.isEmpty()) { in mergeFrom()
1463 result.charValue_ = new java.util.ArrayList<com.google.protobuf.ByteString>(); in mergeFrom()
[all …]