/external/flatbuffers/include/flatbuffers/ |
D | flexbuffers.h | 149 inline uint64_t ReadUInt64(const uint8_t *data, uint8_t byte_width) { in ReadUInt64() function 174 return offset - ReadUInt64(offset, byte_width); in Indirect() 220 return static_cast<size_t>(ReadUInt64(data_ - byte_width_, byte_width_)); in size() 326 ReadUInt64(keys_offset + byte_width_, byte_width_)), in Keys() 388 return (type_ == FBT_BOOL ? ReadUInt64(data_, parent_width_) in AsBool() 402 case FBT_UINT: return ReadUInt64(data_, parent_width_); in AsInt64() 403 case FBT_INDIRECT_UINT: return ReadUInt64(Indirect(), byte_width_); in AsInt64() 427 return ReadUInt64(data_, parent_width_); in AsUInt64() 430 case FBT_INDIRECT_UINT: return ReadUInt64(Indirect(), byte_width_); in AsUInt64() 440 case FBT_BOOL: return ReadUInt64(data_, parent_width_); in AsUInt64() [all …]
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zIn.h | 328 UInt64 ReadUInt64(); 379 UInt64 ReadUInt64() { return _inByteBack->ReadUInt64(); } in ReadUInt64() function
|
D | 7zIn.cpp | 250 UInt64 CInByte2::ReadUInt64() in ReadUInt64() function in NArchive::N7z::CInByte2 1066 t = ReadUInt64(); in ReadUInt64DefVector()
|
/external/webrtc/webrtc/base/ |
D | bytebuffer_unittest.cc | 160 EXPECT_TRUE(buffer.ReadUInt64(&ru64)); in TEST() 206 EXPECT_TRUE(buffer.ReadUInt64(&ru64)); in TEST()
|
D | bytebuffer.h | 54 bool ReadUInt64(uint64_t* val);
|
D | bytebuffer.cc | 116 bool ByteBuffer::ReadUInt64(uint64_t* val) { in ReadUInt64() function in rtc::ByteBuffer
|
/external/webrtc/talk/media/devices/ |
D | filevideocapturer.cc | 306 buffer.ReadUInt64(&dummy_elapsed_time); in ReadFrameHeader() 307 buffer.ReadUInt64(reinterpret_cast<uint64_t*>(&frame->time_stamp)); in ReadFrameHeader()
|
/external/v8/src/numbers/ |
D | bignum.cc | 62 static uint64_t ReadUInt64(Vector<const char> buffer, int from, in ReadUInt64() function 83 uint64_t digits = ReadUInt64(value, pos, kMaxUint64DecimalDigits); in AssignDecimalString() 89 uint64_t digits = ReadUInt64(value, pos, length); in AssignDecimalString()
|
/external/icu/icu4c/source/i18n/ |
D | double-conversion-bignum.cpp | 98 static uint64_t ReadUInt64(const Vector<const char> buffer, in ReadUInt64() function 119 const uint64_t digits = ReadUInt64(value, pos, kMaxUint64DecimalDigits); in AssignDecimalString() 125 const uint64_t digits = ReadUInt64(value, pos, length); in AssignDecimalString()
|
/external/protobuf/csharp/src/Google.Protobuf/ |
D | UnknownFieldSet.cs | 194 ulong uint64 = input.ReadUInt64(); in MergeFieldFrom()
|
D | CodedInputStream.cs | 512 public ulong ReadUInt64() in ReadUInt64() method in Google.Protobuf.CodedInputStream
|
D | FieldCodec.cs | 353 …return new FieldCodec<ulong>(input => input.ReadUInt64(), (output, value) => output.WriteUInt64(va… in ForUInt64()
|
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
D | Stats.cs | 359 TotalCpuTime = input.ReadUInt64(); in MergeFrom() 363 IdleCpuTime = input.ReadUInt64(); in MergeFrom() 367 CqPollCount = input.ReadUInt64(); in MergeFrom() 1271 CqPollCount = input.ReadUInt64(); in MergeFrom()
|
/external/libchrome/base/ |
D | pickle.h | 47 bool ReadUInt64(uint64_t* result) WARN_UNUSED_RESULT;
|
D | pickle.cc | 116 bool PickleIterator::ReadUInt64(uint64_t* result) { in ReadUInt64() function in base::PickleIterator
|
D | pickle_unittest.cc | 73 EXPECT_TRUE(iter.ReadUInt64(&outuint64)); in VerifyResult()
|
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/CoreStats/ |
D | Stats.cs | 194 Count = input.ReadUInt64(); in MergeFrom() 530 Count = input.ReadUInt64(); in MergeFrom()
|
/external/protobuf/csharp/src/Google.Protobuf.Benchmarks/ |
D | BenchmarkMessage1Proto3.cs | 1963 Field207 = input.ReadUInt64(); in MergeFrom() 1967 Field300 = input.ReadUInt64(); in MergeFrom()
|
/external/webrtc/webrtc/p2p/base/ |
D | stun.cc | 683 if (length() != SIZE || !buf->ReadUInt64(&bits_)) in Read()
|
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Wrappers.cs | 594 Value = input.ReadUInt64(); in MergeFrom()
|
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | TestMessagesProto3.cs | 2930 OptionalUint64 = input.ReadUInt64(); in MergeFrom() 3219 OneofUint64 = input.ReadUInt64(); in MergeFrom()
|
D | UnittestProto3.cs | 1405 SingleUint64 = input.ReadUInt64(); in MergeFrom() 5073 Data = input.ReadUInt64(); in MergeFrom()
|
/external/protobuf/python/google/protobuf/internal/ |
D | reflection_test.py | 92 ReadUInt64 = ReadVarint variable in _MiniDecoder 2574 self.assertEqual(4, d.ReadUInt64())
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | Descriptor.cs | 7278 PositiveIntValue = input.ReadUInt64(); in MergeFrom()
|