Searched refs:rawBytes_ (Results 1 – 1 of 1) sorted by relevance
1156 private java.util.List<com.google.protobuf.ByteString> rawBytes_ = field in GLProtoBuf.GLMessage.DataType1159 return rawBytes_; in getRawBytesList()1161 public int getRawBytesCount() { return rawBytes_.size(); } in getRawBytesCount()1163 return rawBytes_.get(index); in getRawBytes()1427 if (result.rawBytes_ != java.util.Collections.EMPTY_LIST) { in buildPartial()1428 result.rawBytes_ = in buildPartial()1429 java.util.Collections.unmodifiableList(result.rawBytes_); in buildPartial()1467 if (!other.rawBytes_.isEmpty()) { in mergeFrom()1468 if (result.rawBytes_.isEmpty()) { in mergeFrom()1469 result.rawBytes_ = new java.util.ArrayList<com.google.protobuf.ByteString>(); in mergeFrom()[all …]