Searched defs:WriteUInt64 (Results 1 – 6 of 6) sorted by relevance
/external/libchrome/base/ | ||
D | pickle.h | 199 void WriteUInt64(uint64_t value) { WritePOD(value); } in WriteUInt64() function |
/external/webrtc/webrtc/base/ | ||
D | bytebuffer.cc | 173 void ByteBuffer::WriteUInt64(uint64_t val) { in WriteUInt64() function in rtc::ByteBuffer |
/external/protobuf/csharp/src/Google.Protobuf/ | ||
D | CodedOutputStream.cs | 204 public void WriteUInt64(ulong value) in WriteUInt64() method in Google.Protobuf.CodedOutputStream |
/external/protobuf/src/google/protobuf/ | ||
D | wire_format_lite.cc | 355 void WireFormatLite::WriteUInt64(int field_number, uint64 value, in WriteUInt64() function in google::protobuf::internal::WireFormatLite |
/external/lzma/CPP/7zip/Archive/7z/ | ||
D | 7zOut.cpp | 177 void COutArchive::WriteUInt64(UInt64 value) in WriteUInt64() function in NArchive::N7z::COutArchive |
/external/protobuf/src/google/protobuf/util/internal/ | ||
D | proto_writer.cc | 203 inline Status WriteUInt64(int field_number, const DataPiece& data, in WriteUInt64() function |