Home
last modified time | relevance | path

Searched defs: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()