Home
last modified time | relevance | path

Searched refs:Resize (Results 1 - 25 of 52) sorted by relevance

123

/third_party/node/deps/v8/include/cppgc/
H A Dexplicit-management.h23 bool Resize(T& object, AdditionalBytes additional_bytes);
32 V8_EXPORT static bool Resize(void*, size_t);
37 friend bool subtle::Resize(T&, AdditionalBytes);
73 * `Resize()` performs growing or shrinking as needed and may skip the operation
80 * The `object` must be live when calling `Resize()`.
90 bool Resize(T& object, AdditionalBytes additional_bytes) { in Resize() function
93 return internal::ExplicitManagementImpl::Resize( in Resize()
/third_party/node/deps/v8/include/v8-include/cppgc/
H A Dexplicit-management.h23 bool Resize(T& object, AdditionalBytes additional_bytes);
32 V8_EXPORT static bool Resize(void*, size_t);
37 friend bool subtle::Resize(T&, AdditionalBytes);
73 * `Resize()` performs growing or shrinking as needed and may skip the operation
80 * The `object` must be live when calling `Resize()`.
90 bool Resize(T& object, AdditionalBytes additional_bytes) { in Resize() function
93 return internal::ExplicitManagementImpl::Resize( in Resize()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dresize_uninitialized.h37 static void Resize(string_type* s, size_t new_size) { s->resize(new_size); } in Resize() function
46 static void Resize(string_type* s, size_t new_size) { in Resize() function
67 ResizeUninitializedTraits<string_type>::Resize(s, new_size); in STLStringResizeUninitialized()
/third_party/node/deps/v8/src/utils/
H A Ddetachable-vector.h58 Resize(new_capacity); in push_back()
83 Resize(new_capacity); in shrink_to_fit()
90 void Resize(size_t new_capacity) { in Resize() function in v8::internal::DetachableVector
H A Didentity-map.cc70 Resize(capacity_ * kResizeFactor); in InsertKey()
104 Resize(capacity_ / kResizeFactor); in DeleteIndex()
296 void IdentityMapBase::Resize(int new_capacity) { in Resize() function in v8::internal::IdentityMapBase
298 // Resize the internal storage and reinsert all the key/value pairs. in Resize()
H A Dbit-vector.h144 void Resize(int new_length, Zone* zone) { in Resize() function in v8::internal::BitVector
373 bits_.Resize(new_length, zone); in EnsureCapacity()
/third_party/node/deps/v8/src/heap/cppgc/
H A Dgc-info-table.cc68 Resize(); in GCInfoTable()
91 void GCInfoTable::Resize() { in Resize() function in cppgc::internal::GCInfoTable
143 Resize(); in RegisterNewGCInfo()
H A Dgc-info-table.h74 void Resize();
H A Dexplicit-management.cc135 bool ExplicitManagementImpl::Resize(void* object, size_t new_object_size) { in Resize() function in cppgc::internal::ExplicitManagementImpl
/third_party/node/deps/v8/src/zone/
H A Dzone-list-inl.h37 if (capacity_ < result_length) Resize(result_length, zone); in AddAll()
62 Resize(new_capacity, zone); in ResizeAddInternal()
67 void ZoneList<T>::Resize(int new_capacity, Zone* zone) { in Resize() function in v8::internal::ZoneList
H A Dzone-list.h184 // Resize the list.
185 void Resize(int new_capacity, Zone* zone);
/third_party/skia/third_party/externals/tint/tools/src/list/
H A Dlist_test.go33 func (customList) Resize(count int) {}
88 l.Resize(10)
91 t.Errorf("len(slice) after Resize(10) is %v", len(slice))
99 l.Resize(5)
102 t.Errorf("len(slice) after Resize(5) is %v", len(slice))
H A Dlist.go45 Resize(count int)
129 func (l list) Resize(count int) {
/third_party/icu/icu4c/source/i18n/
H A Dcollationkeys.h46 if (appended_ < capacity_ || Resize(1, appended_)) { in Append()
73 virtual UBool Resize(int32_t appendCapacity, int32_t length) = 0;
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationkeys.h46 if (appended_ < capacity_ || Resize(1, appended_)) { in Append()
73 virtual UBool Resize(int32_t appendCapacity, int32_t length) = 0;
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationkeys.h46 if (appended_ < capacity_ || Resize(1, appended_)) { in Append()
73 virtual UBool Resize(int32_t appendCapacity, int32_t length) = 0;
/third_party/node/deps/v8/src/snapshot/
H A Dsnapshot-compression.cc52 snapshot_data.Resize(static_cast<uint32_t>(compressed_data_size) + in Compress()
H A Dsnapshot-data.h92 // Resize used by SnapshotCompression so it can shrink the compressed
94 void Resize(uint32_t size) { size_ = size; } in Resize() function in v8::internal::SnapshotData
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Buffers/
H A DArrayBufferWriter.cs219 Array.Resize(ref _buffer, newSize); in CheckAndResizeBuffer()
/third_party/node/deps/v8/src/base/
H A Dhashmap.h140 void Resize();
389 Resize();
412 void TemplateHashMapImpl<Key, Value, MatchFun, AllocationPolicy>::Resize() { in Resize() function in TemplateHashMapImpl
/third_party/node/deps/v8/src/objects/
H A Dstring-table.cc94 static std::unique_ptr<Data> Resize(PtrComprCageBase cage_base,
227 std::unique_ptr<StringTable::Data> StringTable::Data::Resize( in Resize() function in v8::internal::StringTable::Data
614 Data::Resize(cage_base, std::unique_ptr<Data>(data), new_capacity); in EnsureCapacity()
/third_party/skia/third_party/externals/angle2/src/common/
H A DFixedVector_unittest.cpp112 TEST(FixedVector, Resize) in TEST()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktBitstreamBufferImpl.hpp88 VkDeviceSize Resize(VkDeviceSize newSize, VkDeviceSize copySize = 0, VkDeviceSize copyOffset = 0) override;
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationKeys.java86 if (appended_ < buffer_.length || Resize(1, appended_)) { in Append()
129 protected abstract boolean Resize(int appendCapacity, int length); in Resize() method in CollationKeys.SortKeyByteSink
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationKeys.java93 if (appended_ < buffer_.length || Resize(1, appended_)) { in Append()
136 protected abstract boolean Resize(int appendCapacity, int length); in Resize() method in CollationKeys.SortKeyByteSink

Completed in 13 milliseconds

123