OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReadUInt64
(Results
1 - 14
of
14
) sorted by null
/external/webrtc/webrtc/base/
bytebuffer.h
54
bool
ReadUInt64
(uint64_t* val);
bytebuffer_unittest.cc
160
EXPECT_TRUE(buffer.
ReadUInt64
(&ru64));
206
EXPECT_TRUE(buffer.
ReadUInt64
(&ru64));
bytebuffer.cc
116
bool ByteBuffer::
ReadUInt64
(uint64_t* val) {
/external/lzma/CPP/7zip/Archive/7z/
7zIn.h
302
UInt64
ReadUInt64
();
352
UInt64
ReadUInt64
() { return _inByteBack->
ReadUInt64
(); }
7zIn.cpp
298
UInt64 CInByte2::
ReadUInt64
()
1086
t =
ReadUInt64
();
[
all
...]
/external/webrtc/talk/media/devices/
filevideocapturer.cc
306
buffer.
ReadUInt64
(&dummy_elapsed_time);
307
buffer.
ReadUInt64
(reinterpret_cast<uint64_t*>(&frame->time_stamp));
/external/libchrome/base/
pickle.h
42
bool
ReadUInt64
(uint64_t* result) WARN_UNUSED_RESULT;
pickle.cc
107
bool PickleIterator::
ReadUInt64
(uint64_t* result) {
pickle_unittest.cc
73
EXPECT_TRUE(iter.
ReadUInt64
(&outuint64));
/external/v8/src/
bignum.cc
67
static uint64_t
ReadUInt64
(Vector<const char> buffer,
90
uint64_t digits =
ReadUInt64
(value, pos, kMaxUint64DecimalDigits);
96
uint64_t digits =
ReadUInt64
(value, pos, length);
/external/libchrome/base/trace_event/
trace_event_argument.cc
60
res = pickle_iterator.
ReadUInt64
(&ptr_value);
/external/opencv3/samples/winrt/ImageManipulations/common/
suspensionmanager.cpp
454
return reader->
ReadUInt64
();
/external/webrtc/webrtc/p2p/base/
stun.cc
683
if (length() != SIZE || !buf->
ReadUInt64
(&bits_))
/external/protobuf/python/google/protobuf/internal/
reflection_test.py
83
ReadUInt64
= ReadVarint
[
all
...]
Completed in 507 milliseconds