Home
last modified time | relevance | path

Searched refs:ReadFixed32 (Results 1 - 12 of 12) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
H A DParseContext.cs203 public uint ReadFixed32() in ReadFixed32() method
H A DUnknownFieldSet.cs218 uint uint32 = ctx.ReadFixed32(); in MergeFieldFrom()
H A DCodedInputStream.cs405 public uint ReadFixed32() in ReadFixed32() method in Google.Protobuf.CodedInputStream
H A DFieldCodec.cs277 return new FieldCodec<uint>((ref ParseContext ctx) => ctx.ReadFixed32(), (ref WriteContext output, uint value) => output.WriteFixed32(value), 4, tag, defaultValue); in ForFixed32()
/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
H A DParseRawPrimitivesBenchmark.cs190 sum += cis.ReadFixed32(); in ParseFixed32_CodedInputStream()
203 sum += ctx.ReadFixed32(); in ParseFixed32_ParseContext()
H A DBenchmarkMessage1Proto3.cs2411 Field203 = input.ReadFixed32(); in MergeFrom()
2505 Field203 = input.ReadFixed32(); in IBufferMessage.InternalMergeFrom()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DCodedInputStreamTest.cs222 Assert.AreEqual(value, ctx.ReadFixed32()); in AssertReadLittleEndian32()
235 Assert.AreEqual(value, ctx.ReadFixed32()); in AssertReadLittleEndian32()
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestProto3Optional.cs996 OptionalFixed32 = input.ReadFixed32(); in MergeFrom()
1100 OptionalFixed32 = input.ReadFixed32(); in IBufferMessage.InternalMergeFrom()
H A DTestMessagesProto3.cs3772 OptionalFixed32 = input.ReadFixed32(); in MergeFrom()
4485 OptionalFixed32 = input.ReadFixed32(); in IBufferMessage.InternalMergeFrom()
H A DTestMessagesProto2.cs3639 OptionalFixed32 = input.ReadFixed32(); in MergeFrom()
4188 OptionalFixed32 = input.ReadFixed32(); in IBufferMessage.InternalMergeFrom()
H A DUnittestProto3.cs1563 SingleFixed32 = input.ReadFixed32(); in MergeFrom()
1802 SingleFixed32 = input.ReadFixed32(); in IBufferMessage.InternalMergeFrom()
H A DUnittest.cs3722 OptionalFixed32 = input.ReadFixed32(); in MergeFrom()
3960 DefaultFixed32 = input.ReadFixed32(); in MergeFrom()
4075 OptionalFixed32 = input.ReadFixed32(); in IBufferMessage.InternalMergeFrom()
4313 DefaultFixed32 = input.ReadFixed32(); in IBufferMessage.InternalMergeFrom()
24373 ScalarExtension = input.ReadFixed32(); in MergeFrom()
24422 ScalarExtension = input.ReadFixed32(); in IBufferMessage.InternalMergeFrom()
[all...]

Completed in 88 milliseconds