Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Collections/
DRepeatedField.cs97 uint tag = input.LastTag; in AddEntriesFrom()
/external/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs242 internal uint LastTag { get { return lastTag; } } property in Google.Protobuf.CodedInputStream