Home
last modified time | relevance | path

Searched defs:ReadVarint (Results 1 – 4 of 4) sorted by relevance

/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
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs173 public void ReadVarint() in ReadVarint() method in Google.Protobuf.CodedInputStreamTest
/third_party/protobuf/python/google/protobuf/internal/
Dreflection_test.py91 def ReadVarint(self): member in _MiniDecoder
/third_party/node/deps/v8/src/objects/
Dvalue-serializer.cc1242 Maybe<T> ValueDeserializer::ReadVarint() { in ReadVarint() function in v8::internal::ValueDeserializer