Searched defs:numBytesToRead (Results 1 – 8 of 8) sorted by relevance
37 private final Long numBytesToRead; field in FileRequestBodyConfiguration71 public Long numBytesToRead() { in numBytesToRead() method in FileRequestBodyConfiguration159 Builder numBytesToRead(Long numBytesToRead); in numBytesToRead() method166 private Long numBytesToRead; field in FileRequestBodyConfiguration.DefaultBuilder198 public Builder numBytesToRead(Long numBytesToRead) { in numBytesToRead() argument
72 private final long numBytesToRead; field in FileAsyncRequestBody105 public long numBytesToRead() { in numBytesToRead() method in FileAsyncRequestBody194 Builder numBytesToRead(Long numBytesToRead); in numBytesToRead() argument202 private Long numBytesToRead; field in FileAsyncRequestBody.DefaultBuilder227 public Builder numBytesToRead(Long numBytesToRead) { in numBytesToRead() argument
48 int numBytesToRead = numBytesInBuffer -off; in read() local
40 int numBytesToRead = numBytesInBuffer -off; in read() local
293 int numBytesToRead = Math.min(readLimit, bb.limit() - bb.position()); in copyBytesFrom() local
267 long numBytesToRead = 5L; in bothPositionAndNumBytesToReadConfigured_shouldHonor() local
169 … const size_t numBytesToRead = de::min(m_elements.size() * sizeof(Element) - pageOffset, pageSize); in makePageResident() local
620 int numBytesToRead = 0; in testBigDataRead() local