Home
last modified time | relevance | path

Searched refs:store_ (Results 1 - 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
H A Dmemory_output_stream.cc28 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 Dmemory_output_stream.h46 std::vector<uint8_t> store_; member in sfntly::MemoryOutputStream
/third_party/node/src/
H A Daliased_struct-inl.h18 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 Dnode_blob.h54 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 Daliased_struct.h54 std::shared_ptr<v8::BackingStore> store_; member in node::final
H A Dnode_blob.cc212 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 Dhello.cc24 auto store_ = wasm::Store::make(engine.get()); in run() local
25 auto store = store_.get(); in run()
H A Dserialize.cc24 auto store_ = wasm::Store::make(engine.get()); in run() local
25 auto store = store_.get(); in run()
H A Dstart.cc22 auto store_ = wasm::Store::make(engine.get()); in run() local
23 auto store = store_.get(); in run()
H A Dthreads.cc28 auto store_ = wasm::Store::make(engine); in run() local
29 auto store = store_.get(); in run()
H A Dtrap.cc32 auto store_ = wasm::Store::make(engine.get()); in run() local
33 auto store = store_.get(); in run()
H A Dmulti.cc30 auto store_ = wasm::Store::make(engine.get()); in run() local
31 auto store = store_.get(); in run()
H A Dcallback.cc62 auto store_ = wasm::Store::make(engine.get()); in run() local
63 auto store = store_.get(); in run()
H A Dreflect.cc77 auto store_ = wasm::Store::make(engine.get()); in run() local
78 auto store = store_.get(); in run()
H A Dmemory.cc68 auto store_ = wasm::Store::make(engine.get()); in run() local
69 auto store = store_.get(); in run()
H A Dglobal.cc56 auto store_ = wasm::Store::make(engine.get()); in run() local
57 auto store = store_.get(); in run()
H A Dtable.cc76 auto store_ = wasm::Store::make(engine.get()); in run() local
77 auto store = store_.get(); in run()
H A Dhostref.cc115 auto store_ = wasm::Store::make(engine.get()); in run() local
116 auto store = store_.get(); in run()
/third_party/node/src/quic/
H A Ddata.h60 std::shared_ptr<v8::BackingStore> store_; member in node::quic::final
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_load_store_vectorize.c73 #define STORE(mode, op, res, base, deref, val) INFO(mode, store_##op, false, res, base, deref, val) in get_info()

Completed in 10 milliseconds