Home
last modified time | relevance | path

Searched refs:decimalStringToInt64 (Results 1 – 1 of 1) sorted by relevance

/third_party/protobuf/js/experimental/runtime/
Dint64.js78 return decimalStringToInt64(value);
325 const decimalStringToInt64 = (dec) => { function