Home
last modified time | relevance | path

Searched defs:ValueCodec (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/Collections/
H A DMapField.cs667 internal FieldCodec<TValue> ValueCodec => valueCodec; field in Google.Protobuf.Collections.MapField.Codec
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
H A DMapField.cs667 internal FieldCodec<TValue> ValueCodec => valueCodec; field in Google.Protobuf.Collections.MapField.Codec
/aosp_15_r20/system/nvram/messages/include/nvram/messages/
H A Dproto.hpp227 using ValueCodec = Codec<ValueType>; typedef