Home
last modified time | relevance | path

Searched refs:ReadUInt64 (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DFieldCodec.cs174 …return new FieldCodec<ulong>(input => input.ReadUInt64(), (output, value) => output.WriteUInt64(va… in ForUInt64()
DCodedInputStream.cs494 public ulong ReadUInt64() in ReadUInt64() method in Google.Protobuf.CodedInputStream
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/
DWrappers.cs544 Value = input.ReadUInt64(); in MergeFrom()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dreflection_test.py87 ReadUInt64 = ReadVarint variable in _MiniDecoder
2365 self.assertEqual(4, d.ReadUInt64())
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs1370 SingleUint64 = input.ReadUInt64(); in MergeFrom()
4645 Data = input.ReadUInt64(); in MergeFrom()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs3110 OptionalUint64 = input.ReadUInt64(); in MergeFrom()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs5015 PositiveIntValue = input.ReadUInt64(); in MergeFrom()