Searched refs:spaceLeft (Results 1 – 6 of 6) sorted by relevance
785 public int spaceLeft() { in spaceLeft() method in CodedOutputStreamMicro803 if (spaceLeft() != 0) { in checkNoSpaceLeft()
891 public int spaceLeft() { in spaceLeft() method in CodedOutputByteBufferNano903 if (spaceLeft() != 0) { in checkNoSpaceLeft()
983 public int spaceLeft() { in spaceLeft() method in CodedOutputStream1001 if (spaceLeft() != 0) { in checkNoSpaceLeft()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
58885 int spaceLeft;58931 spaceLeft = nPayload;58939 spaceLeft = n;58964 assert( spaceLeft == info.nLocal );58971 if( spaceLeft==0 ){59022 spaceLeft = pBt->usableSize - 4;59025 if( n>spaceLeft ) n = spaceLeft;59047 spaceLeft -= n;
58867 int spaceLeft;58913 spaceLeft = nPayload;58921 spaceLeft = n;58946 assert( spaceLeft == info.nLocal );58953 if( spaceLeft==0 ){59004 spaceLeft = pBt->usableSize - 4;59007 if( n>spaceLeft ) n = spaceLeft;59029 spaceLeft -= n;