Searched refs:byteLength (Results 1 – 4 of 4) sorted by relevance
40 uint8_t byteLength = sizeof(int64_t); in bejIntLengthOfValue() local44 byteLength--; in bejIntLengthOfValue()53 byteLength++; in bejIntLengthOfValue()60 byteLength++; in bejIntLengthOfValue()63 return byteLength; in bejIntLengthOfValue()
84 const tmp = new Uint8Array(this.msgbuf.byteLength + data.byteLength);86 tmp.set(new Uint8Array(data), this.msgbuf.byteLength);108 if (consumed == this.msgbuf.byteLength) {132 if (buf.byteLength < 4) {141 if (buf.byteLength < 16) return 0;149 if (buf.byteLength < 16 + len) {183 if (data) len += data.byteLength;194 if (buf.byteLength < 28) {229 if (buf.byteLength < 28 + req.length) {
153 var tmp = new Uint8Array(this.msgbuf.byteLength + data.byteLength);155 tmp.set(new Uint8Array(data), this.msgbuf.byteLength);180 if (consumed == this.msgbuf.byteLength) {210 if (buf.byteLength < 4) {222 if (buf.byteLength < 16) return 0;234 if (buf.byteLength < 16 + len) {273 if (data) len += data.byteLength;285 if (buf.byteLength < 28) {328 if (buf.byteLength < 28 + req.length) {
10 79 | *reinterpret_cast< bstr_prefix_t* >( bstrBuffer ) = byteLength;30 @@ -68,19 +68,18 @@ auto AllocStringBuffer( LPCSTR str, uint32_t byteLength ) -> BSTR {43 - *reinterpret_cast< bstr_prefix_t* >( bstrBuffer ) = byteLength;44 + *bstrBuffer = byteLength;46 // The actual BSTR must point after the byteLength prefix.