Searched refs:memoizedBytes (Results 1 – 1 of 1) sorted by relevance
111 private volatile ByteString memoizedBytes; field in LazyFieldLite179 return memoizedBytes == ByteString.EMPTY in containsDefaultInstance()195 memoizedBytes = null; in clear()207 this.memoizedBytes = other.memoizedBytes; in set()237 this.memoizedBytes = null; in setValue()371 this.memoizedBytes = null; in setByteString()382 if (memoizedBytes != null) { in getSerializedSize()383 return memoizedBytes.size(); in getSerializedSize()397 if (memoizedBytes != null) { in toByteString()398 return memoizedBytes; in toByteString()[all …]