Searched refs:MaybeConsumeTag (Results 1 – 4 of 4) sorted by relevance
542 public bool MaybeConsumeTag(uint tag) in MaybeConsumeTag() method in Google.Protobuf.CodedInputStream545 return ParsingPrimitives.MaybeConsumeTag(ref span, ref state, tag); in MaybeConsumeTag()
132 …public static bool MaybeConsumeTag(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state, u… in MaybeConsumeTag() method in Google.Protobuf.ParsingPrimitives
166 } while (ParsingPrimitives.MaybeConsumeTag(ref ctx.buffer, ref ctx.state, tag)); in AddEntriesFrom()
457 … } while (ParsingPrimitives.MaybeConsumeTag(ref ctx.buffer, ref ctx.state, codec.MapTag)); in AddEntriesFrom()