Lines Matching refs:result
273 * function with the value in two signed 32 bit integers to produce the result.
285 * the result value, takes parameters (lowBits, highBits).
329 * produce the result. Since this does not convert the value to a number, no
341 * the result value, takes parameters (lowBits, highBits).
354 * function with the value in two signed 32 bit integers to produce the result.
358 * the result value, takes parameters (lowBits, highBits).
530 var result = this.readUnsignedVarint32();
531 return (result >>> 1) ^ - (result & 1);
836 var result = '';
873 result += String.fromCharCode.apply(null, codeUnits);
877 result += goog.crypt.byteArrayToString(codeUnits);
879 return result;
909 var result = this.bytes_.subarray(this.cursor_, this.cursor_ + length);
913 return result;