Home
last modified time | relevance | path

Searched refs:MaybeConsumeTag (Results 1 - 4 of 4) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
H A DCodedInputStream.cs542 public bool MaybeConsumeTag(uint tag) in MaybeConsumeTag() method in Google.Protobuf.CodedInputStream
545 return ParsingPrimitives.MaybeConsumeTag(ref span, ref state, tag); in MaybeConsumeTag()
H A DParsingPrimitives.cs132 public static bool MaybeConsumeTag(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state, uint tag) in MaybeConsumeTag() method in Google.Protobuf.ParsingPrimitives
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
H A DMapField.cs457 } while (ParsingPrimitives.MaybeConsumeTag(ref ctx.buffer, ref ctx.state, codec.MapTag)); in AddEntriesFrom()
H A DRepeatedField.cs166 } while (ParsingPrimitives.MaybeConsumeTag(ref ctx.buffer, ref ctx.state, tag)); in AddEntriesFrom()

Completed in 5 milliseconds