Home
last modified time | relevance | path

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

/frameworks/base/libs/protoutil/tests/
DEncodedBuffer_test.cpp145 TEST(EncodedBufferTest, ReadVarint) { in TEST() argument
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dreflection_test.py80 def ReadVarint(self): member in _MiniDecoder
84 ReadInt32 = ReadVarint
85 ReadInt64 = ReadVarint
86 ReadUInt32 = ReadVarint
87 ReadUInt64 = ReadVarint
90 return wire_format.ZigZagDecode(self.ReadVarint())
95 return wire_format.UnpackTag(self.ReadVarint())
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs112 public void ReadVarint() in ReadVarint() method in Google.Protobuf.CodedInputStreamTest