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.java1120 private java.util.List<java.lang.Integer> intValue_ = field in GLProtoBuf.GLMessage.DataType
1123 return intValue_; in getIntValueList()
1125 public int getIntValueCount() { return intValue_.size(); } in getIntValueCount()
1127 return intValue_.get(index); in getIntValue()
1415 if (result.intValue_ != java.util.Collections.EMPTY_LIST) { in buildPartial()
1416 result.intValue_ = in buildPartial()
1417 java.util.Collections.unmodifiableList(result.intValue_); in buildPartial()
1449 if (!other.intValue_.isEmpty()) { in mergeFrom()
1450 if (result.intValue_.isEmpty()) { in mergeFrom()
1451 result.intValue_ = new java.util.ArrayList<java.lang.Integer>(); in mergeFrom()
[all …]