Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs411 ReadFixed32(); in SkipLastField()
526 public uint ReadFixed32() in ReadFixed32() method in Google.Protobuf.CodedInputStream
DFieldCodec.cs104 …return new FieldCodec<uint>(input => input.ReadFixed32(), (output, value) => output.WriteFixed32(v… in ForFixed32()
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs2961 OptionalFixed32 = input.ReadFixed32(); in MergeFrom()
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs1320 SingleFixed32 = input.ReadFixed32(); in MergeFrom()