Home
last modified time | relevance | path

Searched refs:ReadFixed64 (Results 1 - 12 of 12) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
H A DParseContext.cs194 public ulong ReadFixed64() in ReadFixed64() method
H A DUnknownFieldSet.cs224 ulong uint64 = ctx.ReadFixed64(); in MergeFieldFrom()
H A DCodedInputStream.cs397 public ulong ReadFixed64() in ReadFixed64() method in Google.Protobuf.CodedInputStream
H A DFieldCodec.cs332 return new FieldCodec<ulong>((ref ParseContext ctx) => ctx.ReadFixed64(), (ref WriteContext output, ulong value) => output.WriteFixed64(value), 8, tag, defaultValue); in ForFixed64()
/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
H A DParseRawPrimitivesBenchmark.cs216 sum += cis.ReadFixed64(); in ParseFixed64_CodedInputStream()
229 sum += ctx.ReadFixed64(); in ParseFixed64_ParseContext()
H A DBenchmarkMessage1Proto3.cs2395 Field21 = input.ReadFixed64(); in MergeFrom()
2489 Field21 = input.ReadFixed64(); in IBufferMessage.InternalMergeFrom()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DCodedInputStreamTest.cs252 Assert.AreEqual(value, ctx.ReadFixed64()); in AssertReadLittleEndian64()
265 Assert.AreEqual(value, ctx.ReadFixed64()); in AssertReadLittleEndian64()
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestProto3Optional.cs1000 OptionalFixed64 = input.ReadFixed64(); in MergeFrom()
1104 OptionalFixed64 = input.ReadFixed64(); in IBufferMessage.InternalMergeFrom()
H A DTestMessagesProto3.cs3776 OptionalFixed64 = input.ReadFixed64(); in MergeFrom()
4489 OptionalFixed64 = input.ReadFixed64(); in IBufferMessage.InternalMergeFrom()
H A DTestMessagesProto2.cs3643 OptionalFixed64 = input.ReadFixed64(); in MergeFrom()
4192 OptionalFixed64 = input.ReadFixed64(); in IBufferMessage.InternalMergeFrom()
H A DUnittestProto3.cs1567 SingleFixed64 = input.ReadFixed64(); in MergeFrom()
1806 SingleFixed64 = input.ReadFixed64(); in IBufferMessage.InternalMergeFrom()
H A DUnittest.cs3726 OptionalFixed64 = input.ReadFixed64(); in MergeFrom()
3964 DefaultFixed64 = input.ReadFixed64(); in MergeFrom()
4079 OptionalFixed64 = input.ReadFixed64(); in IBufferMessage.InternalMergeFrom()
4317 DefaultFixed64 = input.ReadFixed64(); in IBufferMessage.InternalMergeFrom()
[all...]

Completed in 92 milliseconds