Home
last modified time | relevance | path

Searched defs:writeUint32 (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/binary/
Dencoder.js240 jspb.BinaryEncoder.prototype.writeUint32 = function(value) { method in jspb.BinaryEncoder
Dwriter.js499 jspb.BinaryWriter.prototype.writeUint32 = function(field, value) { method in jspb.BinaryWriter
/frameworks/native/libs/binder/
DParcel.cpp991 status_t Parcel::writeUint32(uint32_t val) in writeUint32() function in android::Parcel