/third_party/node/deps/v8/include/cppgc/ |
H A D | explicit-management.h | 23 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 D | explicit-management.h | 23 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 D | resize_uninitialized.h | 37 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 D | detachable-vector.h | 58 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 D | identity-map.cc | 70 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 D | bit-vector.h | 144 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 D | gc-info-table.cc | 68 Resize(); in GCInfoTable() 91 void GCInfoTable::Resize() { in Resize() function in cppgc::internal::GCInfoTable 143 Resize(); in RegisterNewGCInfo()
|
H A D | gc-info-table.h | 74 void Resize();
|
H A D | explicit-management.cc | 135 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 D | zone-list-inl.h | 37 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 D | zone-list.h | 184 // Resize the list. 185 void Resize(int new_capacity, Zone* zone);
|
/third_party/skia/third_party/externals/tint/tools/src/list/ |
H A D | list_test.go | 33 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 D | list.go | 45 Resize(count int) 129 func (l list) Resize(count int) {
|
/third_party/icu/icu4c/source/i18n/ |
H A D | collationkeys.h | 46 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 D | collationkeys.h | 46 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 D | collationkeys.h | 46 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 D | snapshot-compression.cc | 52 snapshot_data.Resize(static_cast<uint32_t>(compressed_data_size) + in Compress()
|
H A D | snapshot-data.h | 92 // 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 D | ArrayBufferWriter.cs | 219 Array.Resize(ref _buffer, newSize); in CheckAndResizeBuffer()
|
/third_party/node/deps/v8/src/base/ |
H A D | hashmap.h | 140 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 D | string-table.cc | 94 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 D | FixedVector_unittest.cpp | 112 TEST(FixedVector, Resize) in TEST()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
H A D | vktBitstreamBufferImpl.hpp | 88 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 D | CollationKeys.java | 86 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 D | CollationKeys.java | 93 if (appended_ < buffer_.length || Resize(1, appended_)) { in Append() 136 protected abstract boolean Resize(int appendCapacity, int length); in Resize() method in CollationKeys.SortKeyByteSink
|