Home
last modified time | relevance | path

Searched refs:storage_ (Results 1 – 25 of 1438) sorted by relevance

12345678910>>...58

/dports/net/kea/kea-2.0.1/src/bin/perfdhcp/tests/
H A Dpacket_storage_unittest.cc48 PacketStorage<Pkt6> storage_; member in __anonec729d370111::PacketStorageTest
65 EXPECT_TRUE(storage_.empty()); in TEST_F()
78 ASSERT_EQ(1, storage_.size()); in TEST_F()
104 EXPECT_TRUE(storage_.empty()); in TEST_F()
117 ASSERT_EQ(1, storage_.size()); in TEST_F()
139 EXPECT_TRUE(storage_.empty()); in TEST_F()
147 ASSERT_EQ(2, storage_.size()); in TEST_F()
155 ASSERT_EQ(1, storage_.size()); in TEST_F()
171 EXPECT_TRUE(storage_.empty()); in TEST_F()
190 ASSERT_EQ(8, storage_.size()); in TEST_F()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/gel/vsol/
H A Dvsol_tetrahedron.cxx68 double dx01=storage_[0]->x()-storage_[1]->x(); in volume()
69 double dy01=storage_[0]->y()-storage_[1]->y(); in volume()
70 double dz01=storage_[0]->z()-storage_[1]->z(); in volume()
71 double dx12=storage_[1]->x()-storage_[2]->x(); in volume()
72 double dy12=storage_[1]->y()-storage_[2]->y(); in volume()
73 double dz12=storage_[1]->z()-storage_[2]->z(); in volume()
74 double dx23=storage_[2]->x()-storage_[3]->x(); in volume()
75 double dy23=storage_[2]->y()-storage_[3]->y(); in volume()
76 double dz23=storage_[2]->z()-storage_[3]->z(); in volume()
90 storage_[0]=new_p0; in set_p0()
[all …]
H A Dvsol_polyline_3d.cxx55 storage_=new std::vector<vsol_point_3d_sptr>(*other.storage_); in vsol_polyline_3d()
57 (*storage_)[i]=new vsol_point_3d(*((*other.storage_)[i])); in vsol_polyline_3d()
67 delete storage_; in ~vsol_polyline_3d()
112 if (storage_->size()!=other.storage_->size()) in operator ==()
117 if (*((*storage_)[i])!=*((*other.storage_)[i])) in operator ==()
142 …l += ::length(vgl_vector_3d<double>((*storage_)[i+1]->x(),(*storage_)[i+1]->y(),(*storage_)[i+1]->… in length()
143 … -vgl_vector_3d<double>((*storage_)[i]->x(),(*storage_)[i]->y(),(*storage_)[i]->z())); in length()
152 set_bounding_box((*storage_)[0]->x(), (*storage_)[0]->y(), (*storage_)[0]->z()); in compute_bounding_box()
154 add_to_bounding_box((*storage_)[i]->x(), (*storage_)[i]->y(), (*storage_)[i]->z()); in compute_bounding_box()
196 if (!storage_) in b_write()
[all …]
H A Dvsol_polygon_2d.cxx39 storage_=new std::vector<vsol_point_2d_sptr>(*other.storage_); in vsol_polygon_2d()
41 (*storage_)[i]=new vsol_point_2d(*((*other.storage_)[i])); in vsol_polygon_2d()
51 delete storage_; in ~vsol_polygon_2d()
119 result = (storage_->size()==other.storage_->size()); in operator ==()
132 result = ((*storage_)[i]==(*storage_)[j]); in operator ==()
154 set_bounding_box((*storage_)[0]->x(), (*storage_)[0]->y()); in compute_bounding_box()
167 area += ((*storage_)[i]->x() * (*storage_)[i+1]->y()) in area()
168 - ((*storage_)[i+1]->x() * (*storage_)[i]->y()); in area()
170 area += ((*storage_)[last]->x() * (*storage_)[0]->y()) in area()
171 - ((*storage_)[0]->x() * (*storage_)[last]->y()); in area()
[all …]
H A Dvsol_polyline_2d.cxx44 p0_ = (*storage_)[0]; in vsol_polyline_2d()
55 storage_=new std::vector<vsol_point_2d_sptr>(*other.storage_); in vsol_polyline_2d()
57 (*storage_)[i]=new vsol_point_2d(*((*other.storage_)[i])); in vsol_polyline_2d()
71 delete storage_; in ~vsol_polyline_2d()
96 return (*storage_)[i]; in vertex()
116 if (storage_->size()!=other.storage_->size()) in operator ==()
121 if (*((*storage_)[i])!=*((*other.storage_)[i])) in operator ==()
156 set_bounding_box((*storage_)[0]->x(), (*storage_)[0]->y()); in compute_bounding_box()
158 add_to_bounding_box((*storage_)[i]->x(), (*storage_)[i]->y()); in compute_bounding_box()
202 if (!storage_) in b_write()
[all …]
H A Dvsol_triangle_3d.cxx102 double dx02=(*storage_)[0]->x()-(*storage_)[2]->x(); in area()
103 double dy02=(*storage_)[0]->y()-(*storage_)[2]->y(); in area()
104 double dz02=(*storage_)[0]->z()-(*storage_)[2]->z(); in area()
105 double dx12=(*storage_)[1]->x()-(*storage_)[2]->x(); in area()
106 double dy12=(*storage_)[1]->y()-(*storage_)[2]->y(); in area()
107 double dz12=(*storage_)[1]->z()-(*storage_)[2]->z(); in area()
166 vgl_vector_3d<double> v1((*storage_)[1]->x()-(*storage_)[0]->x(), in normal_at_point()
167 (*storage_)[1]->y()-(*storage_)[0]->y(), in normal_at_point()
168 (*storage_)[1]->z()-(*storage_)[0]->z()); in normal_at_point()
169 vgl_vector_3d<double> v2((*storage_)[2]->x()-(*storage_)[0]->x(), in normal_at_point()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/rtc_base/
H A Dbounded_inline_vector.h72 storage_.data, &storage_.size); in BoundedInlineVector()
81 storage_.data, &storage_.size); in BoundedInlineVector()
89 bounded_inline_vector_impl::DestroyElements(storage_.data, storage_.size);
92 storage_.data, &storage_.size);
101 bounded_inline_vector_impl::DestroyElements(storage_.data, storage_.size);
104 storage_.data, &storage_.size);
120 storage_.data + storage_.size, new_size - storage_.size); in resize()
125 storage_.size = new_size; in resize()
143 T* end() { return storage_.data + storage_.size; } in end()
145 const T* end() const { return storage_.data + storage_.size; } in end()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/rtc_base/
H A Dbounded_inline_vector.h72 storage_.data, &storage_.size); in BoundedInlineVector()
81 storage_.data, &storage_.size); in BoundedInlineVector()
89 bounded_inline_vector_impl::DestroyElements(storage_.data, storage_.size);
92 storage_.data, &storage_.size);
101 bounded_inline_vector_impl::DestroyElements(storage_.data, storage_.size);
104 storage_.data, &storage_.size);
120 storage_.data + storage_.size, new_size - storage_.size); in resize()
125 storage_.size = new_size; in resize()
143 T* end() { return storage_.data + storage_.size; } in end()
145 const T* end() const { return storage_.data + storage_.size; } in end()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/rtc_base/
H A Dbounded_inline_vector.h72 storage_.data, &storage_.size); in BoundedInlineVector()
81 storage_.data, &storage_.size); in BoundedInlineVector()
89 bounded_inline_vector_impl::DestroyElements(storage_.data, storage_.size);
92 storage_.data, &storage_.size);
101 bounded_inline_vector_impl::DestroyElements(storage_.data, storage_.size);
104 storage_.data, &storage_.size);
120 storage_.data + storage_.size, new_size - storage_.size); in resize()
125 storage_.size = new_size; in resize()
143 T* end() { return storage_.data + storage_.size; } in end()
145 const T* end() const { return storage_.data + storage_.size; } in end()
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/rtc_base/
H A Dbounded_inline_vector.h72 storage_.data, &storage_.size); in BoundedInlineVector()
81 storage_.data, &storage_.size); in BoundedInlineVector()
89 bounded_inline_vector_impl::DestroyElements(storage_.data, storage_.size);
92 storage_.data, &storage_.size);
101 bounded_inline_vector_impl::DestroyElements(storage_.data, storage_.size);
104 storage_.data, &storage_.size);
120 storage_.data + storage_.size, new_size - storage_.size); in resize()
125 storage_.size = new_size; in resize()
143 T* end() { return storage_.data + storage_.size; } in end()
145 const T* end() const { return storage_.data + storage_.size; } in end()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/api/storage/
H A Dsettings_quota_unittest.cc56 ASSERT_TRUE(storage_.get() == NULL); in CreateStorage()
59 storage_.reset( in CreateStorage()
227 storage_->Set(DEFAULTS, to_set); in TEST_F()
249 storage_->Set(DEFAULTS, to_set); in TEST_F()
289 storage_->Clear(); in TEST_F()
300 storage_->Clear(); in TEST_F()
399 storage_->Remove(to_remove); in TEST_F()
462 storage_->Remove("a"); in TEST_F()
464 storage_->Remove("b"); in TEST_F()
572 EXPECT_EQ(0u, storage_->GetBytesInUse()); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/api/storage/
H A Dsettings_quota_unittest.cc56 ASSERT_TRUE(storage_.get() == NULL); in CreateStorage()
59 storage_.reset( in CreateStorage()
227 storage_->Set(DEFAULTS, to_set); in TEST_F()
249 storage_->Set(DEFAULTS, to_set); in TEST_F()
289 storage_->Clear(); in TEST_F()
300 storage_->Clear(); in TEST_F()
399 storage_->Remove(to_remove); in TEST_F()
462 storage_->Remove("a"); in TEST_F()
464 storage_->Remove("b"); in TEST_F()
572 EXPECT_EQ(0u, storage_->GetBytesInUse()); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/value_store/
H A Dvalue_store_unittest.cc166 ASSERT_TRUE(storage_.get()); in SetUp()
170 storage_.reset(); in TearDown()
185 changes, storage_->Set(DEFAULTS, key1_, *val1_)); in TEST_P()
213 storage_->Remove(key1_)); in TEST_P()
221 storage_->Set(DEFAULTS, *dict1_); in TEST_P()
236 storage_->Set(DEFAULTS, *dict123_); in TEST_P()
270 storage_->Set(DEFAULTS, key1_, *val2_); in TEST_P()
298 storage_->Set(DEFAULTS, *dict12_); in TEST_P()
343 ValueStoreChangeList(), storage_->Remove(dot_key)); in TEST_P()
391 storage_->Set(DEFAULTS, key1_, *val1_); in TEST_P()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/value_store/
H A Dvalue_store_unittest.cc166 ASSERT_TRUE(storage_.get()); in SetUp()
170 storage_.reset(); in TearDown()
185 changes, storage_->Set(DEFAULTS, key1_, *val1_)); in TEST_P()
213 storage_->Remove(key1_)); in TEST_P()
221 storage_->Set(DEFAULTS, *dict1_); in TEST_P()
236 storage_->Set(DEFAULTS, *dict123_); in TEST_P()
270 storage_->Set(DEFAULTS, key1_, *val2_); in TEST_P()
298 storage_->Set(DEFAULTS, *dict12_); in TEST_P()
343 ValueStoreChangeList(), storage_->Remove(dot_key)); in TEST_P()
391 storage_->Set(DEFAULTS, key1_, *val1_); in TEST_P()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/drive/
H A Dresource_metadata_storage_unittest.cc69 return storage_->CheckValidity(); in CheckValidity()
78 storage_->resource_map_->Put( in PutChild()
87 storage_->resource_map_->Delete( in RemoveChild()
203 storage_->GetIterator(); in TEST_F()
350 storage_.reset(); in TEST_F()
402 storage_.reset(); in TEST_F()
463 storage_.reset(); in TEST_F()
502 storage_.reset(); in TEST_F()
542 storage_.reset(); in TEST_F()
704 storage_.reset(); in TEST_F()
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/asio/
H A Dbuffered_read_stream.hpp77 storage_(buffer_size) in buffered_read_stream()
150 storage_.resize(storage_.capacity()); in fill()
165 storage_.resize(storage_.capacity()); in fill()
182 storage_(storage), in fill_handler()
208 storage_.resize(storage_.capacity()); in async_fill()
225 if (storage_.empty()) in read_some()
256 storage_(storage), in read_some_handler()
272 buffers_, storage_.data(), storage_.size()); in operator ()()
314 if (storage_.empty()) in peek()
351 buffers, storage_.data(), storage_.size()); in copy()
[all …]
/dports/devel/abseil/abseil-cpp-20211102.0/absl/container/
H A Dinlined_vector.h181 storage_.MemcpyFrom(other.storage_); in InlinedVector()
183 storage_.InitFrom(other.storage_); in InlinedVector()
204 : storage_(other.storage_.GetAllocator()) {
206 storage_.MemcpyFrom(other.storage_);
210 storage_.SetAllocation({other.storage_.GetAllocatedData(),
212 storage_.SetAllocatedSize(other.storage_.GetSize());
223 storage_.SetInlinedSize(other.storage_.GetSize());
240 storage_.MemcpyFrom(other.storage_); in InlinedVector()
247 storage_.SetAllocatedSize(other.storage_.GetSize()); in InlinedVector()
492 storage_.MemcpyFrom(other.storage_);
[all …]
/dports/graphics/R-cran-s2/s2/src/absl/container/
H A Dinlined_vector.h174 storage_.MemcpyFrom(other.storage_); in InlinedVector()
176 storage_.InitFrom(other.storage_); in InlinedVector()
197 : storage_(*other.storage_.GetAllocPtr()) {
199 storage_.MemcpyFrom(other.storage_);
203 storage_.SetAllocatedData(other.storage_.GetAllocatedData(),
205 storage_.SetAllocatedSize(other.storage_.GetSize());
216 storage_.SetInlinedSize(other.storage_.GetSize());
231 storage_.MemcpyFrom(other.storage_); in InlinedVector()
238 storage_.SetAllocatedSize(other.storage_.GetSize()); in InlinedVector()
483 storage_.MemcpyFrom(other.storage_);
[all …]
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/abseil-cpp/absl/container/
H A Dinlined_vector.h174 storage_.MemcpyFrom(other.storage_);
176 storage_.InitFrom(other.storage_);
197 : storage_(*other.storage_.GetAllocPtr()) {
199 storage_.MemcpyFrom(other.storage_);
203 storage_.SetAllocatedData(other.storage_.GetAllocatedData(),
205 storage_.SetAllocatedSize(other.storage_.GetSize());
216 storage_.SetInlinedSize(other.storage_.GetSize());
231 storage_.MemcpyFrom(other.storage_);
238 storage_.SetAllocatedSize(other.storage_.GetSize());
483 storage_.MemcpyFrom(other.storage_);
[all …]
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/abseil-cpp/absl/container/
H A Dinlined_vector.h181 storage_.MemcpyFrom(other.storage_); in InlinedVector()
183 storage_.InitFrom(other.storage_); in InlinedVector()
204 : storage_(other.storage_.GetAllocator()) {
206 storage_.MemcpyFrom(other.storage_);
210 storage_.SetAllocation({other.storage_.GetAllocatedData(),
212 storage_.SetAllocatedSize(other.storage_.GetSize());
223 storage_.SetInlinedSize(other.storage_.GetSize());
240 storage_.MemcpyFrom(other.storage_); in InlinedVector()
247 storage_.SetAllocatedSize(other.storage_.GetSize()); in InlinedVector()
492 storage_.MemcpyFrom(other.storage_);
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/abseil-cpp/absl/container/
H A Dinlined_vector.h171 storage_.MemcpyFrom(other.storage_); in InlinedVector()
195 : storage_(*other.storage_.GetAllocPtr()) {
197 storage_.MemcpyFrom(other.storage_);
201 storage_.SetAllocatedData(other.storage_.GetAllocatedData(),
203 storage_.SetAllocatedSize(other.storage_.GetSize());
214 storage_.SetInlinedSize(other.storage_.GetSize());
229 storage_.MemcpyFrom(other.storage_); in InlinedVector()
234 storage_.SetAllocatedData(other.storage_.GetAllocatedData(), in InlinedVector()
236 storage_.SetAllocatedSize(other.storage_.GetSize()); in InlinedVector()
481 storage_.MemcpyFrom(other.storage_);
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/abseil-cpp/absl/container/
H A Dinlined_vector.h171 storage_.MemcpyFrom(other.storage_); in InlinedVector()
195 : storage_(*other.storage_.GetAllocPtr()) {
197 storage_.MemcpyFrom(other.storage_);
201 storage_.SetAllocatedData(other.storage_.GetAllocatedData(),
203 storage_.SetAllocatedSize(other.storage_.GetSize());
214 storage_.SetInlinedSize(other.storage_.GetSize());
229 storage_.MemcpyFrom(other.storage_); in InlinedVector()
234 storage_.SetAllocatedData(other.storage_.GetAllocatedData(), in InlinedVector()
236 storage_.SetAllocatedSize(other.storage_.GetSize()); in InlinedVector()
481 storage_.MemcpyFrom(other.storage_);
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/third_party/abseil-cpp/absl/container/
H A Dinlined_vector.h171 storage_.MemcpyFrom(other.storage_); in InlinedVector()
195 : storage_(*other.storage_.GetAllocPtr()) {
197 storage_.MemcpyFrom(other.storage_);
201 storage_.SetAllocatedData(other.storage_.GetAllocatedData(),
203 storage_.SetAllocatedSize(other.storage_.GetSize());
214 storage_.SetInlinedSize(other.storage_.GetSize());
229 storage_.MemcpyFrom(other.storage_); in InlinedVector()
234 storage_.SetAllocatedData(other.storage_.GetAllocatedData(), in InlinedVector()
236 storage_.SetAllocatedSize(other.storage_.GetSize()); in InlinedVector()
481 storage_.MemcpyFrom(other.storage_);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/abseil-cpp/absl/container/
H A Dinlined_vector.h171 storage_.MemcpyFrom(other.storage_); in InlinedVector()
195 : storage_(*other.storage_.GetAllocPtr()) {
197 storage_.MemcpyFrom(other.storage_);
201 storage_.SetAllocatedData(other.storage_.GetAllocatedData(),
203 storage_.SetAllocatedSize(other.storage_.GetSize());
214 storage_.SetInlinedSize(other.storage_.GetSize());
229 storage_.MemcpyFrom(other.storage_); in InlinedVector()
234 storage_.SetAllocatedData(other.storage_.GetAllocatedData(), in InlinedVector()
236 storage_.SetAllocatedSize(other.storage_.GetSize()); in InlinedVector()
481 storage_.MemcpyFrom(other.storage_);
[all …]
/dports/devel/rpclib/rpclib-2.2.1/dependencies/include/asio/impl/
H A Dbuffered_read_stream.hpp31 resize_guard(storage_); in fill()
33 storage_.resize(storage_.capacity()); in fill()
47 storage_.resize(storage_.capacity()); in fill()
64 : storage_(storage), in buffered_fill_handler()
72 : storage_(other.storage_), in buffered_fill_handler()
79 : storage_(other.storage_), in buffered_fill_handler()
156 storage_.resize(storage_.capacity()); in ASIO_INITFN_RESULT_TYPE()
176 if (storage_.empty()) in read_some()
214 : storage_(other.storage_), in buffered_read_some_handler()
221 : storage_(other.storage_), in buffered_read_some_handler()
[all …]

12345678910>>...58