Home
last modified time | relevance | path

Searched defs:MaybeConsumeTag (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs542 public bool MaybeConsumeTag(uint tag) in MaybeConsumeTag() method in Google.Protobuf.CodedInputStream
DParsingPrimitives.cs132 …public static bool MaybeConsumeTag(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state, u… in MaybeConsumeTag() method in Google.Protobuf.ParsingPrimitives