Searched refs:ForUInt64 (Results 1 – 5 of 5) sorted by relevance
/external/protobuf/csharp/src/Google.Protobuf/ |
D | FieldCodec.cs | 172 public static FieldCodec<ulong> ForUInt64(uint tag) in ForUInt64() method in Google.Protobuf.FieldCodec 272 …{ typeof(ulong), ForUInt64(WireFormat.MakeTag(WrappersReflection.WrapperValueFieldNumber, WireForm…
|
/external/protobuf/csharp/src/Google.Protobuf.Test/ |
D | FieldCodecTest.cs | 56 new FieldCodecTestData<ulong>(FieldCodec.ForUInt64(100), 1234, "UInt64"),
|
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | MapUnittestProto3.cs | 251 …= new pbc::MapField<ulong, ulong>.Codec(pb::FieldCodec.ForUInt64(8), pb::FieldCodec.ForUInt64(16),… 969 …= new pbc::MapField<ulong, ulong>.Codec(pb::FieldCodec.ForUInt64(8), pb::FieldCodec.ForUInt64(16),…
|
D | UnittestProto3.cs | 582 = pb::FieldCodec.ForUInt64(274); 4639 = pb::FieldCodec.ForUInt64(746); 4999 = pb::FieldCodec.ForUInt64(744); 5379 = pb::FieldCodec.ForUInt64(2097146);
|
/external/protobuf/csharp/src/Google.Protobuf.Conformance/ |
D | Conformance.cs | 1128 = pb::FieldCodec.ForUInt64(274); 1320 …= new pbc::MapField<ulong, ulong>.Codec(pb::FieldCodec.ForUInt64(8), pb::FieldCodec.ForUInt64(16),…
|