Searched refs:readOptional (Results 1 - 1 of 1) sorted by relevance
/third_party/protobuf/js/experimental/runtime/kernel/ |
H A D | kernel.js | 78 function readOptional(indexArray, bufferDecoder, readFunc, wireType) { function 557 readOptional(indexArray, bytes, reader.readBool, WireType.VARINT)); 570 (indexArray, bytes) => readOptional( 585 (indexArray, bytes) => readOptional( 600 (indexArray, bytes) => readOptional( 628 (indexArray, bytes) => readOptional( 644 readOptional(indexArray, bytes, reader.readInt32, WireType.VARINT)); 659 readOptional(indexArray, bytes, reader.readInt64, WireType.VARINT)); 673 (indexArray, bytes) => readOptional( 688 (indexArray, bytes) => readOptional( [all...] |
Completed in 2 milliseconds