Home
last modified time | relevance | path

Searched refs:ReadFixed32 (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/
DUnknownFieldSet.cs200 uint uint32 = input.ReadFixed32(); in MergeFieldFrom()
DCodedInputStream.cs426 ReadFixed32(); in SkipLastField()
544 public uint ReadFixed32() in ReadFixed32() method in Google.Protobuf.CodedInputStream
DFieldCodec.cs276 …return new FieldCodec<uint>(input => input.ReadFixed32(), (output, value) => output.WriteFixed32(v… in ForFixed32()
/external/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DBenchmarkMessage1Proto3.cs1947 Field203 = input.ReadFixed32(); in MergeFrom()
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DTestMessagesProto3.cs2942 OptionalFixed32 = input.ReadFixed32(); in MergeFrom()
DUnittestProto3.cs1417 SingleFixed32 = input.ReadFixed32(); in MergeFrom()