Home
last modified time | relevance | path

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

/external/chromium/base/
Dpickle.h107 bool WriteUInt64(uint64 value) { in WriteUInt64() function
/external/protobuf/src/google/protobuf/
Dwire_format_lite.cc224 void WireFormatLite::WriteUInt64(int field_number, uint64 value, in WriteUInt64() function in google::protobuf::internal::WireFormatLite
Dwire_format_lite.h331 static void WriteUInt64 (field_number, uint64 value, output);
Ddescriptor.pb.cc6816 … ::google::protobuf::internal::WireFormatLite::WriteUInt64(4, this->positive_int_value(), output); in SerializeWithCachedSizes()