Searched refs:mapTag (Results 1 – 1 of 1) sorted by relevance
584 private readonly uint mapTag; field in Google.Protobuf.Collections.MapField.Codec593 public Codec(FieldCodec<TKey> keyCodec, FieldCodec<TValue> valueCodec, uint mapTag) in Codec() argument597 this.mapTag = mapTag; in Codec()603 internal uint MapTag { get { return mapTag; } }