Searched defs:WriteInt64 (Results 1 – 2 of 2) sorted by relevance
/external/libchrome/base/ | ||
D | pickle.h | 186 bool WriteInt64(int64_t value) { return WritePOD(value); } in WriteInt64() function |
/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 |