Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java1330 private java.util.List<java.lang.Integer> intValue_ = field in GLProtoBuf.GLMessage.DataType
1333 return intValue_; in getIntValueList()
1335 public int getIntValueCount() { return intValue_.size(); } in getIntValueCount()
1337 return intValue_.get(index); in getIntValue()
1649 if (result.intValue_ != java.util.Collections.EMPTY_LIST) { in buildPartial()
1650 result.intValue_ = in buildPartial()
1651 java.util.Collections.unmodifiableList(result.intValue_); in buildPartial()
1687 if (!other.intValue_.isEmpty()) { in mergeFrom()
1688 if (result.intValue_.isEmpty()) { in mergeFrom()
1689 result.intValue_ = new java.util.ArrayList<java.lang.Integer>(); in mergeFrom()
[all …]