Home
last modified time | relevance | path

Searched refs:ForFixed32 (Results 1 – 10 of 10) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
DFieldCodec.cs104 public static FieldCodec<uint> ForFixed32(uint tag) in ForFixed32() method in Google.Protobuf.FieldCodec
106 return FieldCodec.ForFixed32(tag, 0); in ForFixed32()
275 public static FieldCodec<uint> ForFixed32(uint tag, uint defaultValue) in ForFixed32() method in Google.Protobuf.FieldCodec
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DFieldCodecTest.cs53 new FieldCodecTestData<uint>(FieldCodec.ForFixed32(100), 1234, "Fixed32"),
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DFieldCodecTest.cs53 new FieldCodecTestData<uint>(FieldCodec.ForFixed32(100), 1234, "Fixed32"),
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Collections/
DRepeatedFieldTest.cs602 var codec = FieldCodec.ForFixed32(tag); in TestPackedRepeatedFieldCollectionNonDivisibleLength()
628 var codec = FieldCodec.ForFixed32(tag); in TestPackedRepeatedFieldCollectionNotAllocatedWhenLengthExceedsBuffer()
655 var codec = FieldCodec.ForFixed32(tag); in TestPackedRepeatedFieldCollectionNotAllocatedWhenLengthExceedsRemainingData()
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DMapUnittestProto3.cs296 …= new pbc::MapField<uint, uint>.Codec(pb::FieldCodec.ForFixed32(13, 0), pb::FieldCodec.ForFixed32(…
1386 …= new pbc::MapField<uint, uint>.Codec(pb::FieldCodec.ForFixed32(13, 0), pb::FieldCodec.ForFixed32(…
DTestMessagesProto3.cs791 = pb::FieldCodec.ForFixed32(298);
1004 = pb::FieldCodec.ForFixed32(650);
1147 = pb::FieldCodec.ForFixed32(765);
1290 …= new pbc::MapField<uint, uint>.Codec(pb::FieldCodec.ForFixed32(13, 0), pb::FieldCodec.ForFixed32(…
DTestMessagesProto2.cs984 = pb::FieldCodec.ForFixed32(301);
1197 = pb::FieldCodec.ForFixed32(650);
1340 = pb::FieldCodec.ForFixed32(765);
1483 …= new pbc::MapField<uint, uint>.Codec(pb::FieldCodec.ForFixed32(13, 0), pb::FieldCodec.ForFixed32(…
DUnittestProto3.cs667 = pb::FieldCodec.ForFixed32(298);
7165 = pb::FieldCodec.ForFixed32(770);
7683 = pb::FieldCodec.ForFixed32(773);
8129 = pb::FieldCodec.ForFixed32(98);
DUnittest.cs769 …l::Google.Protobuf.TestProtos.Proto2.TestAllExtensions, uint>(7, pb::FieldCodec.ForFixed32(61, 0));
824 …al::Google.Protobuf.TestProtos.Proto2.TestAllExtensions, uint>(37, pb::FieldCodec.ForFixed32(301));
877 …Google.Protobuf.TestProtos.Proto2.TestAllExtensions, uint>(67, pb::FieldCodec.ForFixed32(541, 47));
932 …:Google.Protobuf.TestProtos.Proto2.TestPackedExtensions, uint>(96, pb::FieldCodec.ForFixed32(770));
960 …oogle.Protobuf.TestProtos.Proto2.TestUnpackedExtensions, uint>(96, pb::FieldCodec.ForFixed32(773));
1874 = pb::FieldCodec.ForFixed32(301);
22751 = pb::FieldCodec.ForFixed32(770);
23269 = pb::FieldCodec.ForFixed32(773);
24709 = pb::FieldCodec.ForFixed32(101);
DUnittestCustomOptionsProto3.cs200 …:Google.Protobuf.Reflection.MessageOptions, uint>(7700307, pb::FieldCodec.ForFixed32(61602461, 0));