Searched refs:tempBuff (Results 1 – 3 of 3) sorted by relevance
159 this.tempBuff = []; property274 if (this.tempBuff.length !== $$.SCRIPT_STRING.length)277 for (var i = 0; i < this.tempBuff.length; i++) {278 if (this.tempBuff[i] !== $$.SCRIPT_STRING[i])756 this.tempBuff = []; property772 this.tempBuff.push(cp);778 this.tempBuff.push(cp);795 this.tempBuff.push(cp);800 this.tempBuff.push(cp);824 this._emitSeveralCodePoints(this.tempBuff);[all …]
807 char tempBuff[WEBRTC_TRACE_MAX_MESSAGE_SIZE]; in Add() local814 _vsnprintf(tempBuff,WEBRTC_TRACE_MAX_MESSAGE_SIZE-1,msg,args); in Add()816 vsnprintf(tempBuff,WEBRTC_TRACE_MAX_MESSAGE_SIZE-1,msg,args); in Add()819 buff = tempBuff; in Add()
1608 this.tempBuff = [];1723 if (this.tempBuff.length !== $$.SCRIPT_STRING.length)1726 for (var i = 0; i < this.tempBuff.length; i++) {1727 if (this.tempBuff[i] !== $$.SCRIPT_STRING[i])2205 this.tempBuff = []; property2221 this.tempBuff.push(cp);2227 this.tempBuff.push(cp);2244 this.tempBuff.push(cp);2249 this.tempBuff.push(cp);2273 this._emitSeveralCodePoints(this.tempBuff);[all …]