Home
last modified time | relevance | path

Searched refs:new_storage (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/net/tools/balsa/
Dsimple_buffer.cc171 char* new_storage = new char[new_storage_size]; in Reserve() local
174 memcpy(new_storage, read_ptr, read_size); in Reserve()
179 storage_ = new_storage; in Reserve()
Dbalsa_headers.cc128 char* new_storage = new char[new_storage_size]; in WriteToContiguousBuffer() local
131 memcpy(new_storage, old_storage, old_storage_size_used); in WriteToContiguousBuffer()
133 memcpy(new_storage + old_storage_size_used, sp.data(), sp.size()); in WriteToContiguousBuffer()
134 blocks_[0].buffer = new_storage; in WriteToContiguousBuffer()
/external/chromium_org/mojo/public/cpp/bindings/lib/
Darray_internal.h369 std::vector<StorageType> new_storage(size);
371 new (new_storage.at(i).buf) T(at(vec, i).Pass());
372 vec->swap(new_storage);
373 Finalize(&new_storage);
/external/chromium_org/chrome/browser/extensions/api/storage/
Dsettings_sync_unittest.cc173 TestingValueStore* new_storage = new TestingValueStore(); in Create() local
175 created_[extension_id] = new_storage; in Create()
176 return new_storage; in Create()
/external/ipsec-tools/src/racoon/
Dremoteconf.c641 vchar_t *new_storage; local
/external/chromium_org/v8/src/
Dic.cc2108 Handle<FixedArray> new_storage = FixedArray::CopySize(old_storage, new_size); in RUNTIME_FUNCTION() local
2118 new_storage->set(old_storage->length(), *to_store); in RUNTIME_FUNCTION()
2121 object->set_properties(*new_storage); in RUNTIME_FUNCTION()
Druntime.cc10097 Handle<SeededNumberDictionary> new_storage = in SetDictionaryMode() local
10099 if (!new_storage.is_identical_to(slow_storage)) { in SetDictionaryMode()
10100 slow_storage = loop_scope.CloseAndEscape(new_storage); in SetDictionaryMode()