Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/
DFieldCodec.cs164 …return new FieldCodec<long>(input => input.ReadSFixed64(), (output, value) => output.WriteSFixed64… in ForSFixed64()
DCodedInputStream.cs636 public long ReadSFixed64() in ReadSFixed64() method in Google.Protobuf.CodedInputStream
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs2973 OptionalSfixed64 = input.ReadSFixed64(); in MergeFrom()
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs1332 SingleSfixed64 = input.ReadSFixed64(); in MergeFrom()