Home
last modified time | relevance | path

Searched defs:PutRaw (Results 1 – 12 of 12) sorted by relevance

/dports/www/node10/node-v10.24.1/deps/v8/src/snapshot/
H A Dsnapshot-source-sink.cc30 void SnapshotByteSink::PutRaw(const byte* data, int number_of_bytes, in PutRaw() function in v8::internal::SnapshotByteSink
/dports/lang/v8/v8-9.6.180.12/src/snapshot/
H A Dsnapshot-source-sink.cc29 void SnapshotByteSink::PutRaw(const byte* data, int number_of_bytes, in PutRaw() function in v8::internal::SnapshotByteSink
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/snapshot/
H A Dsnapshot-source-sink.cc30 void SnapshotByteSink::PutRaw(const byte* data, int number_of_bytes, in PutRaw() function in v8::internal::SnapshotByteSink
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/snapshot/
H A Dsnapshot-source-sink.cc29 void SnapshotByteSink::PutRaw(const byte* data, int number_of_bytes, in PutRaw() function in v8::internal::SnapshotByteSink
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/thrill/net/
H A Dfixed_buffer_builder.hpp154 FixedBufferBuilder& PutRaw(const Type& item) { in PutRaw() function in thrill::net::FixedBufferBuilder
H A Dbuffer_builder.hpp329 BufferBuilder& PutRaw(const Type& item) { in PutRaw() function in thrill::net::BufferBuilder
/dports/ftp/lftp/lftp-4.9.2/src/
H A Dbuffer.h183 void PutRaw(const char *buf,int size) { Buffer::Put(buf,size); } in PutRaw() function
184 void PutRaw(const char *buf) { Buffer::Put(buf); } in PutRaw() function
/dports/audio/mous/mous-2.0.1/sdk/scx/
H A DBufObj.h300 BufObj& PutRaw(T t) in PutRaw() function
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/thrill/data/
H A Dblock_writer.hpp388 BlockWriter& PutRaw(const Type& item) { in PutRaw() function in thrill::data::BlockWriter
/dports/games/0ad/0ad-0.0.23b-alpha/source/simulation2/serialization/
H A DDebugSerializer.cpp157 void CDebugSerializer::PutRaw(const char* name, const u8* data, size_t len) in PutRaw() function in CDebugSerializer
H A DBinarySerializer.h214 virtual void PutRaw(const char* name, const u8* data, size_t len) in PutRaw() function
/dports/security/keybase/client-v5.7.1/go/libkb/
H A Ddb.go304 func (j *JSONLocalDb) PutRaw(id DbKey, b []byte) error { return j.engine.Put(id, nil, b) } func
359 func (j JSONLocalDbTransaction) PutRaw(id DbKey, b []byte) error { return j.tr.Put(id, nil, b… func