Searched refs:ReadFixed32 (Results 1 – 4 of 4) sorted by relevance
411 ReadFixed32(); in SkipLastField()526 public uint ReadFixed32() in ReadFixed32() method in Google.Protobuf.CodedInputStream
104 …return new FieldCodec<uint>(input => input.ReadFixed32(), (output, value) => output.WriteFixed32(v… in ForFixed32()
3122 OptionalFixed32 = input.ReadFixed32(); in MergeFrom()
1382 SingleFixed32 = input.ReadFixed32(); in MergeFrom()