Home
last modified time | relevance | path

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

/external/pigweed/pw_protobuf/public/pw_protobuf/
Ddecoder.h86 return ReadVarint(reinterpret_cast<uint64_t*>(out)); in ReadInt64()
90 Status ReadUint64(uint64_t* out) { return ReadVarint(out); } in ReadUint64()
157 Status ReadVarint(uint64_t* out);
/external/pigweed/pw_protobuf/
Ddecoder.cc180 Status Decoder::ReadVarint(uint64_t* out) { in ReadVarint() function in pw::protobuf::Decoder
/external/protobuf/python/google/protobuf/internal/
Dreflection_test.py81 def ReadVarint(self): member in _MiniDecoder
85 ReadInt32 = ReadVarint
86 ReadInt64 = ReadVarint
87 ReadUInt32 = ReadVarint
88 ReadUInt64 = ReadVarint
91 return wire_format.ZigZagDecode(self.ReadVarint())
96 return wire_format.UnpackTag(self.ReadVarint())
/external/cronet/third_party/protobuf/python/google/protobuf/internal/
Dreflection_test.py81 def ReadVarint(self): member in _MiniDecoder
85 ReadInt32 = ReadVarint
86 ReadInt64 = ReadVarint
87 ReadUInt32 = ReadVarint
88 ReadUInt64 = ReadVarint
91 return wire_format.ZigZagDecode(self.ReadVarint())
96 return wire_format.UnpackTag(self.ReadVarint())
/external/cronet/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs112 public void ReadVarint() in ReadVarint() method in Google.Protobuf.CodedInputStreamTest
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs112 public void ReadVarint() in ReadVarint() method in Google.Protobuf.CodedInputStreamTest
/external/protobuf/csharp/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs182 public void ReadVarint() in ReadVarint() method in Google.Protobuf.CodedInputStreamTest
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs182 public void ReadVarint() in ReadVarint() method in Google.Protobuf.CodedInputStreamTest