Home
last modified time | relevance | path

Searched refs:store_ (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
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_.size(); in Size()
Dmemory_output_stream.h46 std::vector<uint8_t> store_;
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
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_.size(); in Size()
Dmemory_output_stream.h46 std::vector<uint8_t> store_;
/third_party/node/src/
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();
Dnode_blob.h43 return store_; in entries()
62 : store_(store), in BlobTransferData()
75 std::vector<BlobEntry> store_;
89 std::vector<BlobEntry> store_;
Daliased_struct.h54 std::shared_ptr<v8::BackingStore> store_; variable
Dnode_blob.cc197 store_(store), in Blob()
211 return Blob::Create(env, store_, length_); in Deserialize()
219 return std::make_unique<BlobTransferData>(store_, length_); in CloneForMessaging()
/third_party/grpc/src/core/ext/xds/
Dcertificate_provider_store.h70 store_(std::move(store)), in CertificateProviderWrapper()
74 store_->ReleaseCertificateProvider(key_, this); in ~CertificateProviderWrapper()
90 RefCountedPtr<CertificateProviderStore> store_; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUInstructions.td412 def store_#as : PatFrag<(ops node:$val, node:$ptr),
/third_party/mesa3d/src/compiler/nir/
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()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch37079 store_ = std::make_unique<value_store::LeveldbValueStore>(
37086 - backend_sequence_->DeleteSoon(FROM_HERE, std::move(store_));
37103 if (!store_)
37108 value_store::ValueStore::ReadResult read_result = store_->Get();
37125 if (!store_)
37127 - return store_->Get(keys);
37130 + auto result = store_->Get(keys);
37197 std::unique_ptr<value_store::ValueStore> store_;