Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DDataEncoder.cpp35 WriteInt64(const unsigned char* ptr, unsigned offset, uint64_t value) in WriteInt64() function
/external/chromium_org/base/
Dpickle.h240 bool WriteInt64(int64 value) { in WriteInt64() function
/external/protobuf/src/google/protobuf/
Dwire_format_lite.cc214 void WireFormatLite::WriteInt64(int field_number, int64 value, in WriteInt64() function in google::protobuf::internal::WireFormatLite
/external/chromium_org/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.cc439 void WireFormatLite::WriteInt64(int field_number, int64 value, in WriteInt64() function in google::protobuf::internal::WireFormatLite
/external/chromium_org/media/filters/
Dchunk_demuxer_unittest.cc92 static void WriteInt64(uint8* buffer, int64 number) { in WriteInt64() function