Home
last modified time | relevance | path

Searched refs:ReadInt64 (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/
DTimestamp.cs238 Seconds = input.ReadInt64(); in MergeFrom()
DDuration.cs227 Seconds = input.ReadInt64(); in MergeFrom()
DWrappers.cs419 Value = input.ReadInt64(); in MergeFrom()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DFieldCodec.cs134 …return new FieldCodec<long>(input => input.ReadInt64(), (output, value) => output.WriteInt64(value… in ForInt64()
DCodedInputStream.cs502 public long ReadInt64() in ReadInt64() method in Google.Protobuf.CodedInputStream
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs1362 SingleInt64 = input.ReadInt64(); in MergeFrom()
3422 MyInt = input.ReadInt64(); in MergeFrom()
3589 Oo = input.ReadInt64(); in MergeFrom()
4528 Data = input.ReadInt64(); in MergeFrom()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dreflection_test.py85 ReadInt64 = ReadVarint variable in _MiniDecoder
2361 self.assertEqual(2, d.ReadInt64())
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs3102 OptionalInt64 = input.ReadInt64(); in MergeFrom()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs5019 NegativeIntValue = input.ReadInt64(); in MergeFrom()