Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/
DFieldCodec.cs62 public static FieldCodec<ByteString> ForBytes(uint tag) in ForBytes() method in Google.Protobuf.FieldCodec
276 …{ typeof(ByteString), ForBytes(WireFormat.MakeTag(WrappersReflection.WrapperValueFieldNumber, Wire…
/external/protobuf/csharp/src/Google.Protobuf.Test/
DFieldCodecTest.cs47 …new FieldCodecTestData<ByteString>(FieldCodec.ForBytes(100), ByteString.CopyFrom(1, 2, 3), "Bytes"…
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DMapUnittestProto3.cs350 …:MapField<int, pb::ByteString>.Codec(pb::FieldCodec.ForInt32(8), pb::FieldCodec.ForBytes(18), 122);
DUnittestProto3.cs681 = pb::FieldCodec.ForBytes(362);
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs1227 = pb::FieldCodec.ForBytes(362);
1419 …ield<string, pb::ByteString>.Codec(pb::FieldCodec.ForString(10), pb::FieldCodec.ForBytes(18), 562);