massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / protobuf / google / protobuf / internal / decoder.pyi
1 from typing import Any
2
3 def ReadTag(buffer, pos): ...
4 def EnumDecoder(field_number, is_repeated, is_packed, key, new_default): ...
5
6 Int32Decoder: Any
7 Int64Decoder: Any
8 UInt32Decoder: Any
9 UInt64Decoder: Any
10 SInt32Decoder: Any
11 SInt64Decoder: Any
12 Fixed32Decoder: Any
13 Fixed64Decoder: Any
14 SFixed32Decoder: Any
15 SFixed64Decoder: Any
16 FloatDecoder: Any
17 DoubleDecoder: Any
18 BoolDecoder: Any
19
20 def StringDecoder(field_number, is_repeated, is_packed, key, new_default): ...
21 def BytesDecoder(field_number, is_repeated, is_packed, key, new_default): ...
22 def GroupDecoder(field_number, is_repeated, is_packed, key, new_default): ...
23 def MessageDecoder(field_number, is_repeated, is_packed, key, new_default): ...
24
25 MESSAGE_SET_ITEM_TAG: Any
26
27 def MessageSetItemDecoder(extensions_by_number): ...
28 def MapDecoder(field_descriptor, new_default, is_message_map): ...
29
30 SkipField: Any