Searched defs:MaybeConsumeTag (Results 1 – 2 of 2) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/ | ||
D | CodedInputStream.cs | 542 public bool MaybeConsumeTag(uint tag) in MaybeConsumeTag() method in Google.Protobuf.CodedInputStream |
D | ParsingPrimitives.cs | 132 …public static bool MaybeConsumeTag(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state, u… in MaybeConsumeTag() method in Google.Protobuf.ParsingPrimitives |