Home
last modified time | relevance | path

Searched refs:WriteInt64 (Results 1 – 7 of 7) sorted by relevance

/external/lldb/source/Core/
DDataEncoder.cpp35 WriteInt64(const unsigned char* ptr, unsigned offset, uint64_t value) in WriteInt64() function
276 WriteInt64 (m_start, offset, value); in PutU64()
/external/libchrome/base/metrics/
Dhistogram_samples.cc132 if (!pickle->WriteInt64(meta_->sum)) in Serialize()
/external/libchrome/base/
Dpickle.h186 bool WriteInt64(int64_t value) { return WritePOD(value); } in WriteInt64() function
Dpickle_unittest.cc126 EXPECT_TRUE(pickle.WriteInt64(testint64)); in TEST()
/external/protobuf/src/google/protobuf/
Dwire_format_lite.cc307 void WireFormatLite::WriteInt64(int field_number, int64 value, in WriteInt64() function in google::protobuf::internal::WireFormatLite
Dwire_format_lite.h338 static void WriteInt64 (field_number, int64 value, output);
Ddescriptor.pb.cc8282 ::google::protobuf::internal::WireFormatLite::WriteInt64(5, this->negative_int_value(), output); in SerializeWithCachedSizes()