Searched defs:getSizeOfUInt (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DEbmlWriter.cpp356 if (!size) size = getSizeOfUInt(parm);
391 * so getSizeOfUInt is used to determine
396 writeUnsignedInteger(parm, getSizeOfUInt(parm));
425 * 1 <= getSizeOfUInt(arg) <= 8.
430 static inline size_t getSizeOfUInt(uint64_t arg) function in class:Ebml

Completed in 45 milliseconds