aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/Remote
diff options
context:
space:
mode:
authorGravatar rsgowman <rgowman@google.com>2018-02-20 16:52:03 -0500
committerGravatar GitHub <noreply@github.com>2018-02-20 16:52:03 -0500
commitde00de25deebc35c4c7167135d5b1f29a7d9fe6f (patch)
tree8cd3cb6f18269d85238331e3c42ba43c7f804510 /Firestore/Source/Remote
parent9bf73ab5f06c0cf03a43e99a24527e37ccd12ea7 (diff)
[En|De]codeUnsignedVarint -> [En|De]codeVarint (#817)
* [En|De]codeUnsignedVarint -> [En|De]codeVarint The 'unsigned' portion was misleading, as these varints work with both signed and unsigned integers. (The 'signed' varints also work with both signed and unsigned integers, but use zig-zag encoding so that negative numbers are encoded more efficiently. Note that 'signed' varints aren't used in the Value proto, so won't appear in the serializer class for at least the short term.) Added some docstrings to help disambiguate this.
Diffstat (limited to 'Firestore/Source/Remote')
0 files changed, 0 insertions, 0 deletions