Searched defs:ReadVarint (Results 1 – 4 of 4) sorted by relevance
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ | ||
D | CodedInputStreamTest.cs | 112 public void ReadVarint() in ReadVarint() method in Google.Protobuf.CodedInputStreamTest |
/third_party/protobuf/csharp/src/Google.Protobuf.Test/ | ||
D | CodedInputStreamTest.cs | 173 public void ReadVarint() in ReadVarint() method in Google.Protobuf.CodedInputStreamTest |
/third_party/protobuf/python/google/protobuf/internal/ | ||
D | reflection_test.py | 91 def ReadVarint(self): member in _MiniDecoder |
/third_party/node/deps/v8/src/objects/ | ||
D | value-serializer.cc | 1242 Maybe<T> ValueDeserializer::ReadVarint() { in ReadVarint() function in v8::internal::ValueDeserializer |