Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Collections/
DMapField.cs428 } while (input.MaybeConsumeTag(codec.MapTag)); in AddEntriesFrom()
444 output.WriteTag(codec.MapTag); in WriteTo()
466 size += CodedOutputStream.ComputeRawVarint32Size(codec.MapTag); in CalculateSize()
603 internal uint MapTag { get { return mapTag; } } property in Google.Protobuf.Collections.MapField.Codec