Home
last modified time | relevance | path

Searched refs:_writeUInt (Results 1 – 4 of 4) sorted by relevance

/dports/devel/apitrace/apitrace-9.0/lib/trace/
H A Dtrace_writer.cpp137 _writeUInt(len); in _writeString()
212 _writeUInt(sig->id); in beginEnter()
231 _writeUInt(call); in beginLeave()
240 _writeUInt(index); in beginArg()
249 _writeUInt(length); in beginArray()
285 _writeUInt(value); in writeUInt()
313 _writeUInt(len); in writeString()
323 _writeUInt(len); in writeWString()
344 _writeUInt(size); in writeBlob()
378 _writeUInt(value); in writeBitmask()
[all …]
H A Dtrace_writer.hpp117 void inline _writeUInt(unsigned long long value);
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/dart/lib/src/
H A Dbuilder.dart116 _writeUInt(length, byteWidth);
154 _writeUInt(length, byteWidth);
298 _writeUInt(value.storedPackedType(), 1);
299 _writeUInt(byteWidth, 1);
333 _writeUInt(1 << keys.width.index, byteWidth);
336 _writeUInt(vecLength, byteWidth);
344 _writeUInt(_stack[i].storedPackedType(), 1);
445 _writeUInt(relativeOffset, byteWidth);
455 void _writeUInt(int value, int byteWidth) {
/dports/devel/flatbuffers/flatbuffers-2.0.0/dart/lib/src/
H A Dbuilder.dart116 _writeUInt(length, byteWidth);
154 _writeUInt(length, byteWidth);
298 _writeUInt(value.storedPackedType(), 1);
299 _writeUInt(byteWidth, 1);
333 _writeUInt(1 << keys.width.index, byteWidth);
336 _writeUInt(vecLength, byteWidth);
344 _writeUInt(_stack[i].storedPackedType(), 1);
445 _writeUInt(relativeOffset, byteWidth);
455 void _writeUInt(int value, int byteWidth) {