Home
last modified time | relevance | path

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

/external/protobuf/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
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2wasm.cpp61 static int writeUint32(raw_ostream &OS, uint32_t Value) { in writeUint32() function
/external/flatbuffers/js/
Dflatbuffers.js1017 flatbuffers.ByteBuffer.prototype.writeUint32 = function(offset, value) { method in flatbuffers.ByteBuffer
/external/libchrome/mojo/public/js/lib/
Dcodec.js265 Encoder.prototype.writeUint32 = function(val) { method in Encoder
/external/syzkaller/vendor/golang.org/x/net/http2/
Dframe.go394 func (f *Framer) writeUint32(v uint32) { func