Home
last modified time | relevance | path

Searched refs:WriteUInt64 (Results 1 – 5 of 5) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
D7zOut.h71 void WriteUInt64(UInt64 value);
D7zOut.cpp195 void COutArchive::WriteUInt64(UInt64 value) in WriteUInt64() function in NArchive::N7z::COutArchive
541 WriteUInt64(v.Values[i]); in WriteUInt64DefVector()
/external/protobuf/src/google/protobuf/
Dwire_format_lite.cc317 void WireFormatLite::WriteUInt64(int field_number, uint64 value, in WriteUInt64() function in google::protobuf::internal::WireFormatLite
Dwire_format_lite.h340 static void WriteUInt64 (field_number, uint64 value, output);
Ddescriptor.pb.cc8239 … ::google::protobuf::internal::WireFormatLite::WriteUInt64(4, this->positive_int_value(), output); in SerializeWithCachedSizes()