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.cs584 private readonly uint mapTag; field in Google.Protobuf.Collections.MapField.Codec
593 public Codec(FieldCodec<TKey> keyCodec, FieldCodec<TValue> valueCodec, uint mapTag) in Codec() argument
597 this.mapTag = mapTag; in Codec()
603 internal uint MapTag { get { return mapTag; } }