Searched defs:writeUint64 (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/binary/ | ||
D | encoder.js | 256 jspb.BinaryEncoder.prototype.writeUint64 = function(value) { method in jspb.BinaryEncoder |
D | writer.js | 528 jspb.BinaryWriter.prototype.writeUint64 = function(field, value) { method in jspb.BinaryWriter |
/frameworks/native/libs/binder/ | ||
D | Parcel.cpp | 1049 status_t Parcel::writeUint64(uint64_t val) in writeUint64() function in android::Parcel |