Searched refs:boolValue_ (Results 1 – 1 of 1) sorted by relevance
1168 private java.util.List<java.lang.Boolean> boolValue_ = field in GLProtoBuf.GLMessage.DataType1171 return boolValue_; in getBoolValueList()1173 public int getBoolValueCount() { return boolValue_.size(); } in getBoolValueCount()1175 return boolValue_.get(index); in getBoolValue()1431 if (result.boolValue_ != java.util.Collections.EMPTY_LIST) { in buildPartial()1432 result.boolValue_ = in buildPartial()1433 java.util.Collections.unmodifiableList(result.boolValue_); in buildPartial()1473 if (!other.boolValue_.isEmpty()) { in mergeFrom()1474 if (result.boolValue_.isEmpty()) { in mergeFrom()1475 result.boolValue_ = new java.util.ArrayList<java.lang.Boolean>(); in mergeFrom()[all …]