Searched refs:WriteInt64 (Results 1 – 7 of 7) sorted by relevance
/external/lldb/source/Core/ |
D | DataEncoder.cpp | 35 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/ |
D | histogram_samples.cc | 132 if (!pickle->WriteInt64(meta_->sum)) in Serialize()
|
/external/libchrome/base/ |
D | pickle.h | 186 bool WriteInt64(int64_t value) { return WritePOD(value); } in WriteInt64() function
|
D | pickle_unittest.cc | 126 EXPECT_TRUE(pickle.WriteInt64(testint64)); in TEST()
|
/external/protobuf/src/google/protobuf/ |
D | wire_format_lite.cc | 307 void WireFormatLite::WriteInt64(int field_number, int64 value, in WriteInt64() function in google::protobuf::internal::WireFormatLite
|
D | wire_format_lite.h | 338 static void WriteInt64 (field_number, int64 value, output);
|
D | descriptor.pb.cc | 8282 ::google::protobuf::internal::WireFormatLite::WriteInt64(5, this->negative_int_value(), output); in SerializeWithCachedSizes()
|