Home
last modified time | relevance | path

Searched refs:PeekTag (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs303 public uint PeekTag() in PeekTag() method in Google.Protobuf.CodedInputStream
306 return ParsingPrimitives.PeekTag(ref span, ref state); in PeekTag()
DParsingPrimitives.cs134 if (PeekTag(ref buffer, ref state) == tag) in MaybeConsumeTag()
147 public static uint PeekTag(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in PeekTag() method in Google.Protobuf.ParsingPrimitives