Searched refs:boolValue_ (Results 1 – 1 of 1) sorted by relevance
1378 private java.util.List<java.lang.Boolean> boolValue_ = field in GLProtoBuf.GLMessage.DataType1381 return boolValue_; in getBoolValueList()1383 public int getBoolValueCount() { return boolValue_.size(); } in getBoolValueCount()1385 return boolValue_.get(index); in getBoolValue()1665 if (result.boolValue_ != java.util.Collections.EMPTY_LIST) { in buildPartial()1666 result.boolValue_ = in buildPartial()1667 java.util.Collections.unmodifiableList(result.boolValue_); in buildPartial()1711 if (!other.boolValue_.isEmpty()) { in mergeFrom()1712 if (result.boolValue_.isEmpty()) { in mergeFrom()1713 result.boolValue_ = new java.util.ArrayList<java.lang.Boolean>(); in mergeFrom()[all …]