Searched refs:desiredByteCount (Results 1 – 2 of 2) sorted by relevance
40 LocalArray(size_t desiredByteCount) : mSize(desiredByteCount) { in LocalArray() argument41 if (desiredByteCount > STACK_BYTE_COUNT) { in LocalArray()
214 boolean twosCompFitsIntoBytes(int desiredByteCount) { in twosCompFitsIntoBytes() argument216 return actualByteCount <= desiredByteCount; in twosCompFitsIntoBytes()