Searched defs:ReadVarint (Results 1 – 5 of 5) sorted by relevance
/external/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 |
/external/pigweed/pw_protobuf/ | ||
D | decoder.cc | 175 Status Decoder::ReadVarint(uint64_t* out) { in ReadVarint() function in pw::protobuf::Decoder |
/external/protobuf/csharp/src/Google.Protobuf.Test/ | ||
D | CodedInputStreamTest.cs | 112 public void ReadVarint() in ReadVarint() method in Google.Protobuf.CodedInputStreamTest |
/external/protobuf/src/google/protobuf/ | ||
D | parse_context.h | 535 inline uint64 ReadVarint(const char** p) { in ReadVarint() function |
/external/protobuf/python/google/protobuf/internal/ | ||
D | reflection_test.py | 85 def ReadVarint(self): member in _MiniDecoder |