Searched refs:DecodeVarint (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Ddecoder.py112 def DecodeVarint(buffer, pos): function in function:_VarintDecoder
125 return DecodeVarint
132 def DecodeVarint(buffer, pos): function in function:_SignedVarintDecoder
149 return DecodeVarint
/external/protobuf/python/google/protobuf/internal/
H A Ddecoder.py105 def DecodeVarint(buffer, pos): function in function:_VarintDecoder
118 return DecodeVarint
125 def DecodeVarint(buffer, pos): function in function:_SignedVarintDecoder
142 return DecodeVarint

Completed in 153 milliseconds