Searched defs:ReadTag (Results 1 – 5 of 5) sorted by relevance
133 public uint ReadTag() => ParsingPrimitives.ParseTag(ref buffer, ref state); in ReadTag() method
292 public uint ReadTag() in ReadTag() method in Google.Protobuf.CodedInputStream
145 def ReadTag(buffer, pos): function
245 PROTOBUF_ALWAYS_INLINE uint32_t ReadTag() { in ReadTag() function
138 TEST_P(VarintCasesWithSizes, ReadTag) { in TEST_P() argument