Searched defs:DecodeVarint (Results 1 – 2 of 2) sorted by relevance
| /third_party/protobuf/src/google/protobuf/json/internal/ | ||
| D | untyped_message.cc | 318 absl::Status UntypedMessage::DecodeVarint(io::CodedInputStream& stream, in DecodeVarint() function in google::protobuf::json_internal::UntypedMessage |
| /third_party/protobuf/python/google/protobuf/internal/ | ||
| D | decoder.py | 84 def DecodeVarint(buffer, pos: int=None): function |