Home
last modified time | relevance | path

Searched defs:WriteInt64 (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/
Dpickle.h186 bool WriteInt64(int64_t value) { return WritePOD(value); } in WriteInt64() function
/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