Searched refs:store_ (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/ |
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_.size(); in Size()
|
D | memory_output_stream.h | 46 std::vector<uint8_t> store_;
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/port/ |
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_.size(); in Size()
|
D | memory_output_stream.h | 46 std::vector<uint8_t> store_;
|
/third_party/node/src/ |
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();
|
D | node_blob.h | 43 return store_; in entries() 62 : store_(store), in BlobTransferData() 75 std::vector<BlobEntry> store_; 89 std::vector<BlobEntry> store_;
|
D | aliased_struct.h | 54 std::shared_ptr<v8::BackingStore> store_; variable
|
D | node_blob.cc | 197 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/ |
D | certificate_provider_store.h | 70 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/ |
D | AMDGPUInstructions.td | 412 def store_#as : PatFrag<(ops node:$val, node:$ptr),
|
/third_party/mesa3d/src/compiler/nir/ |
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()
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 37079 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_;
|