Home
last modified time | relevance | path

Searched refs:startGroupTag (Results 1 - 2 of 2) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
H A DParsingPrimitivesMessages.cs80 public static void SkipGroup(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state, uint startGroupTag) in SkipGroup() argument
105 int startField = WireFormat.GetTagFieldNumber(startGroupTag); in SkipGroup()
H A DCodedInputStream.cs346 internal void SkipGroup(uint startGroupTag) in SkipGroup() argument
349 ParsingPrimitivesMessages.SkipGroup(ref span, ref state, startGroupTag); in SkipGroup()

Completed in 2 milliseconds