Searched refs:spaceLeft (Results 1 – 9 of 9) sorted by relevance
918 public abstract int spaceLeft(); in spaceLeft() method in CodedOutputStream928 if (spaceLeft() != 0) { in checkNoSpaceLeft()1270 if (HAS_UNSAFE_ARRAY_OPERATIONS && spaceLeft() >= MAX_VARINT_SIZE) { in writeUInt32NoTag()1318 if (HAS_UNSAFE_ARRAY_OPERATIONS && spaceLeft() >= MAX_VARINT_SIZE) { in writeUInt64NoTag()1414 int newPosition = Utf8.encode(value, buffer, position, spaceLeft()); in writeStringNoTag()1424 position = Utf8.encode(value, buffer, position, spaceLeft()); in writeStringNoTag()1443 public final int spaceLeft() { in spaceLeft() method in CodedOutputStream.ArrayEncoder1767 public int spaceLeft() { in spaceLeft() method in CodedOutputStream.NioEncoder1807 public final int spaceLeft() { in spaceLeft() method in CodedOutputStream.AbstractBufferedEncoder
785 public int spaceLeft() { in spaceLeft() method in CodedOutputStreamMicro803 if (spaceLeft() != 0) { in checkNoSpaceLeft()
926 public int spaceLeft() { in spaceLeft() method in CodedOutputByteBufferNano938 if (spaceLeft() != 0) { in checkNoSpaceLeft()
4174 buffer, 0, buffer.length - output.spaceLeft()); in testMapMergeEmptyEntry()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
65146 int spaceLeft;65185 spaceLeft = nPayload;65193 spaceLeft = n;65218 assert( spaceLeft == info.nLocal );65224 if( spaceLeft==0 ){65275 spaceLeft = pBt->usableSize - 4;65278 if( n>spaceLeft ) n = spaceLeft;65300 spaceLeft -= n;
META-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...