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.cs133 public uint ReadTag() => ParsingPrimitives.ParseTag(ref buffer, ref state); in ReadTag() method
DCodedInputStream.cs292 public uint ReadTag() in ReadTag() method in Google.Protobuf.CodedInputStream
/third_party/protobuf/python/google/protobuf/internal/
Ddecoder.py145 def ReadTag(buffer, pos): function
/third_party/protobuf/src/google/protobuf/io/
Dcoded_stream.h245 PROTOBUF_ALWAYS_INLINE uint32_t ReadTag() { in ReadTag() function
Dcoded_stream_unittest.cc138 TEST_P(VarintCasesWithSizes, ReadTag) { in TEST_P() argument