Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DParseContext.cs140 public uint ReadTag() in ReadTag() method
DCodedInputStream.cs318 public uint ReadTag() in ReadTag() method in Google.Protobuf.CodedInputStream
/third_party/protobuf/python/google/protobuf/internal/
Ddecoder.py174 def ReadTag(buffer, pos): function
/third_party/protobuf/src/google/protobuf/io/
Dcoded_stream.h267 PROTOBUF_ALWAYS_INLINE uint32 ReadTag() { in ReadTag() function
Dcoded_stream_unittest.cc206 TEST_2D(CodedStreamTest, ReadTag, kVarintCases, kBlockSizes) { in TEST_2D() argument