/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/ |
H A D | memory_output_stream.cc | 28 store_.insert(store_.end(), buffer->begin(), buffer->end()); in Write() 36 store_.insert(store_.end(), in Write() 49 store_.insert(store_.end(), buffer + offset, buffer + offset + length); in Write() 58 store_.push_back(b); in Write() 62 if (store_.empty()) { in Get() 65 return &(store_[0]); in Get() 69 return store_ in Size() [all...] |
H A D | memory_output_stream.h | 46 std::vector<uint8_t> store_; member in sfntly::MemoryOutputStream
|
/third_party/node/src/ |
H A D | aliased_struct-inl.h | 18 store_ = v8::ArrayBuffer::NewBackingStore(isolate, sizeof(T)); in AliasedStruct() 19 ptr_ = new (store_->Data()) T(std::forward<Args>(args)...); in AliasedStruct() 22 v8::Local<v8::ArrayBuffer> buffer = v8::ArrayBuffer::New(isolate, store_); in AliasedStruct() 35 store_ = that.store_; 41 that.store_.reset();
|
H A D | node_blob.h | 54 const std::vector<BlobEntry>& entries() const { return store_; } in entries() 72 : store_(store), in BlobTransferData() 85 std::vector<BlobEntry> store_; member in node::Blob::BlobTransferData 99 std::vector<BlobEntry> store_; member in node::Blob
|
H A D | aliased_struct.h | 54 std::shared_ptr<v8::BackingStore> store_; member in node::final
|
H A D | node_blob.cc | 212 store_(store), in Blob() 226 return Blob::Create(env, store_, length_); in Deserialize() 234 return std::make_unique<BlobTransferData>(store_, length_); in CloneForMessaging()
|
/third_party/node/deps/v8/third_party/wasm-api/example/ |
H A D | hello.cc | 24 auto store_ = wasm::Store::make(engine.get()); in run() local 25 auto store = store_.get(); in run()
|
H A D | serialize.cc | 24 auto store_ = wasm::Store::make(engine.get()); in run() local 25 auto store = store_.get(); in run()
|
H A D | start.cc | 22 auto store_ = wasm::Store::make(engine.get()); in run() local 23 auto store = store_.get(); in run()
|
H A D | threads.cc | 28 auto store_ = wasm::Store::make(engine); in run() local 29 auto store = store_.get(); in run()
|
H A D | trap.cc | 32 auto store_ = wasm::Store::make(engine.get()); in run() local 33 auto store = store_.get(); in run()
|
H A D | multi.cc | 30 auto store_ = wasm::Store::make(engine.get()); in run() local 31 auto store = store_.get(); in run()
|
H A D | callback.cc | 62 auto store_ = wasm::Store::make(engine.get()); in run() local 63 auto store = store_.get(); in run()
|
H A D | reflect.cc | 77 auto store_ = wasm::Store::make(engine.get()); in run() local 78 auto store = store_.get(); in run()
|
H A D | memory.cc | 68 auto store_ = wasm::Store::make(engine.get()); in run() local 69 auto store = store_.get(); in run()
|
H A D | global.cc | 56 auto store_ = wasm::Store::make(engine.get()); in run() local 57 auto store = store_.get(); in run()
|
H A D | table.cc | 76 auto store_ = wasm::Store::make(engine.get()); in run() local 77 auto store = store_.get(); in run()
|
H A D | hostref.cc | 115 auto store_ = wasm::Store::make(engine.get()); in run() local 116 auto store = store_.get(); in run()
|
/third_party/node/src/quic/ |
H A D | data.h | 60 std::shared_ptr<v8::BackingStore> store_; member in node::quic::final
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_load_store_vectorize.c | 73 #define STORE(mode, op, res, base, deref, val) INFO(mode, store_##op, false, res, base, deref, val) in get_info()
|