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