HomeSort by relevance Sort by last modified time
    Searched defs:ReadVarint (Results 1 - 5 of 5) sorted by null

  /prebuilts/go/darwin-x86/src/encoding/binary/
varint.go 125 // ReadVarint reads an encoded signed integer from r and returns it as an int64.
126 func ReadVarint(r io.ByteReader) (int64, error) {
  /prebuilts/go/linux-x86/src/encoding/binary/
varint.go 125 // ReadVarint reads an encoded signed integer from r and returns it as an int64.
126 func ReadVarint(r io.ByteReader) (int64, error) {
  /external/protobuf/csharp/src/Google.Protobuf.Test/
CodedInputStreamTest.cs 112 public void ReadVarint()
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py 80 def ReadVarint(self):
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())
    [all...]
  /external/v8/src/
value-serializer.cc     [all...]

Completed in 383 milliseconds