Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DParsingPrimitivesMessages.cs148CheckLastTagWas(ref ctx.state, WireFormat.MakeTag(fieldNumber, WireFormat.WireType.EndGroup)); in ReadGroup()
162CheckLastTagWas(ref ctx.state, WireFormat.MakeTag(fieldNumber, WireFormat.WireType.EndGroup)); in ReadGroup()
222 private static void CheckLastTagWas(ref ParserInternalState state, uint expectedTag) in CheckLastTagWas() method in Google.Protobuf.ParsingPrimitivesMessages