Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs414 ReadFixed64(); in SkipLastField()
518 public ulong ReadFixed64() in ReadFixed64() method in Google.Protobuf.CodedInputStream
DFieldCodec.cs154 …return new FieldCodec<ulong>(input => input.ReadFixed64(), (output, value) => output.WriteFixed64(… in ForFixed64()
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs2965 OptionalFixed64 = input.ReadFixed64(); in MergeFrom()
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs1324 SingleFixed64 = input.ReadFixed64(); in MergeFrom()