Searched refs:ForBytes (Results 1 – 6 of 6) sorted by relevance
/external/protobuf/csharp/src/Google.Protobuf/ |
D | FieldCodec.cs | 62 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/ |
D | FieldCodecTest.cs | 47 …new FieldCodecTestData<ByteString>(FieldCodec.ForBytes(100), ByteString.CopyFrom(1, 2, 3), "Bytes"…
|
/external/grpc-grpc/src/csharp/Grpc.Reflection/ |
D | Reflection.cs | 990 = pb::FieldCodec.ForBytes(10);
|
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | MapUnittestProto3.cs | 350 …:MapField<int, pb::ByteString>.Codec(pb::FieldCodec.ForInt32(8), pb::FieldCodec.ForBytes(18), 122);
|
D | UnittestProto3.cs | 681 = pb::FieldCodec.ForBytes(362);
|
/external/protobuf/csharp/src/Google.Protobuf.Conformance/ |
D | Conformance.cs | 1227 = pb::FieldCodec.ForBytes(362); 1419 …ield<string, pb::ByteString>.Codec(pb::FieldCodec.ForString(10), pb::FieldCodec.ForBytes(18), 562);
|