Searched defs:WriteInt64 (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/base/
H A Dpickle.h245 bool WriteInt64(int64 value) { function in class:Pickle
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc439 void WireFormatLite::WriteInt64(int field_number, int64 value, function in class:google::protobuf::internal::WireFormatLite
/external/lldb/source/Core/
H A DDataEncoder.cpp35 WriteInt64(const unsigned char* ptr, unsigned offset, uint64_t value) function
276 WriteInt64 (m_start, offset, value);
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc214 void WireFormatLite::WriteInt64(int field_number, int64 value, function in class:google::protobuf::internal::WireFormatLite
/external/chromium_org/media/filters/
H A Dchunk_demuxer_unittest.cc92 static void WriteInt64(uint8* buffer, int64 number) { function in namespace:media
285 WriteInt64(buf + kTracksSizeOffset, tracks_element_size);
297 WriteInt64(buf + kAudioTrackSizeOffset,
313 WriteInt64(buf + kVideoTrackSizeOffset,

Completed in 186 milliseconds