Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Collections/
DRepeatedField.cs96 uint tag = input.LastTag; in AddEntriesFrom()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DCodedInputStream.cs242 internal uint LastTag { get { return lastTag; } } property in Google.Protobuf.CodedInputStream