Searched refs:ForFixed32 (Results 1 - 10 of 10) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | FieldCodec.cs | 104 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/ |
H A D | FieldCodecTest.cs | 53 new FieldCodecTestData<uint>(FieldCodec.ForFixed32(100), 1234, "Fixed32"),
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Collections/ |
H A D | RepeatedFieldTest.cs | 602 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/ |
H A D | FieldCodecTest.cs | 53 new FieldCodecTestData<uint>(FieldCodec.ForFixed32(100), 1234, "Fixed32"),
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | MapUnittestProto3.cs | 296 = new pbc::MapField<uint, uint>.Codec(pb::FieldCodec.ForFixed32(13, 0), pb::FieldCodec.ForFixed32(21, 0), 58); 1386 = new pbc::MapField<uint, uint>.Codec(pb::FieldCodec.ForFixed32(13, 0), pb::FieldCodec.ForFixed32(21, 0), 58);
|
H A D | TestMessagesProto3.cs | 791 = 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(21, 0), 498);
|
H A D | TestMessagesProto2.cs | 984 = 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(21, 0), 498);
|
H A D | UnittestProto3.cs | 667 = pb::FieldCodec.ForFixed32(298); 7165 = pb::FieldCodec.ForFixed32(770); 7683 = pb::FieldCodec.ForFixed32(773); 8129 = pb::FieldCodec.ForFixed32(98);
|
H A D | Unittest.cs | 769 new pb::Extension<global::Google.Protobuf.TestProtos.Proto2.TestAllExtensions, uint>(7, pb::FieldCodec.ForFixed32(61, 0)); 824 new pb::RepeatedExtension<global::Google.Protobuf.TestProtos.Proto2.TestAllExtensions, uint>(37, pb::FieldCodec.ForFixed32(301)); 877 new pb::Extension<global::Google.Protobuf.TestProtos.Proto2.TestAllExtensions, uint>(67, pb::FieldCodec.ForFixed32(541, 47)); 932 new pb::RepeatedExtension<global::Google.Protobuf.TestProtos.Proto2.TestPackedExtensions, uint>(96, pb::FieldCodec.ForFixed32(770)); 960 new pb::RepeatedExtension<global::Google.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); [all...] |
H A D | UnittestCustomOptionsProto3.cs | 200 new pb::Extension<global::Google.Protobuf.Reflection.MessageOptions, uint>(7700307, pb::FieldCodec.ForFixed32(61602461, 0));
|
Completed in 80 milliseconds