MCPcopy Create free account
hub / github.com/Bzi-Han/AndroidSurfaceImgui / bytes

Method bytes

includes/ATouchEvent.h:40–40  ·  view source on GitHub ↗

Returns total number of bytes needed for the array */

Source from the content-addressed store, hash-verified

38 }
39 /* Returns total number of bytes needed for the array */
40 inline size_t bytes() { return (BITS + CHAR_BIT - 1) / CHAR_BIT; }
41 /* Returns true if array contains any non-zero bit from the range defined by start and end
42 * bit index [startIndex, endIndex).
43 */

Callers 1

ATouchEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected