Searched defs:WriteUInt64 (Results 1 - 4 of 4) sorted by relevance

/external/libchrome/base/
H A Dpickle.h187 bool WriteUInt64(uint64_t value) { return WritePOD(value); } function in class:base::Pickle
/external/webrtc/webrtc/base/
H A Dbytebuffer.cc173 void ByteBuffer::WriteUInt64(uint64_t val) { function in class:rtc::ByteBuffer
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc317 void WireFormatLite::WriteUInt64(int field_number, uint64 value, function in class:google::protobuf::internal::WireFormatLite
/external/lzma/CPP/7zip/Archive/7z/
H A D7zOut.cpp177 void COutArchive::WriteUInt64(UInt64 value) function in class:NArchive::N7z::COutArchive
506 WriteUInt64(v.Vals[i]);

Completed in 478 milliseconds