Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/
DUnknownFieldSet.cs206 ulong uint64 = input.ReadFixed64(); in MergeFieldFrom()
DCodedInputStream.cs429 ReadFixed64(); in SkipLastField()
536 public ulong ReadFixed64() in ReadFixed64() method in Google.Protobuf.CodedInputStream
DFieldCodec.cs331 …return new FieldCodec<ulong>(input => input.ReadFixed64(), (output, value) => output.WriteFixed64(… in ForFixed64()
/external/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DBenchmarkMessage1Proto3.cs1931 Field21 = input.ReadFixed64(); in MergeFrom()
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DTestMessagesProto3.cs2946 OptionalFixed64 = input.ReadFixed64(); in MergeFrom()
DUnittestProto3.cs1421 SingleFixed64 = input.ReadFixed64(); in MergeFrom()