Home
last modified time | relevance | path

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

/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/pigweed/pw_protobuf/
Ddecoder.cc175 Status Decoder::ReadVarint(uint64_t* out) { in ReadVarint() function in pw::protobuf::Decoder
/external/protobuf/csharp/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs112 public void ReadVarint() in ReadVarint() method in Google.Protobuf.CodedInputStreamTest
/external/protobuf/src/google/protobuf/
Dparse_context.h535 inline uint64 ReadVarint(const char** p) { in ReadVarint() function
553 inline uint64 ReadVarint(const char** p, uint32 preload) { in ReadVarint() function
/external/protobuf/python/google/protobuf/internal/
Dreflection_test.py85 def ReadVarint(self): member in _MiniDecoder