Home
last modified time | relevance | path

Searched refs:SetStorage (Results 1 – 25 of 392) sorted by relevance

12345678910>>...16

/dports/math/dune-multidomaingrid/dune-multidomaingrid-cd5679974fe1c91b56e74022e95f01b1d2018c3b/dune/grid/multidomaingrid/
H A Dsubdomainset.hh142 template<typename SubDomainIndex, typename SetStorage>
153 typedef Iterator<SubDomainIndex,SetStorage> ThisType;
154 static const SetStorage base = 1;
175 SetStorage lowestBit = _state & ((~_state) + 1); in findNextValue()
176 _value = Log2<SetStorage>::calculate(lowestBit); in findNextValue()
179 explicit Iterator(SetStorage state) : in Iterator()
193 SetStorage _state;
213 static const SetStorage base = 1;
223 typedef SetStorage DataType;
290 for (SetStorage t = _set; t; ++c) { in size()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-neptune/include/aws/neptune/model/
H A DValidDBInstanceModificationsMessage.h59 …inline void SetStorage(const Aws::Vector<ValidStorageOptions>& value) { m_storageHasBeenSet = true… in SetStorage() function
64 …inline void SetStorage(Aws::Vector<ValidStorageOptions>&& value) { m_storageHasBeenSet = true; m_s… in SetStorage() function
69 …sMessage& WithStorage(const Aws::Vector<ValidStorageOptions>& value) { SetStorage(value); return *… in WithStorage()
74 …ationsMessage& WithStorage(Aws::Vector<ValidStorageOptions>&& value) { SetStorage(std::move(value)… in WithStorage()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ec2/include/aws/ec2/model/
H A DBundleInstanceRequest.h111 inline void SetStorage(const Storage& value) { m_storageHasBeenSet = true; m_storage = value; } in SetStorage() function
118 …inline void SetStorage(Storage&& value) { m_storageHasBeenSet = true; m_storage = std::move(value)… in SetStorage() function
125 …inline BundleInstanceRequest& WithStorage(const Storage& value) { SetStorage(value); return *this;} in WithStorage()
132 …inline BundleInstanceRequest& WithStorage(Storage&& value) { SetStorage(std::move(value)); return … in WithStorage()
H A DBundleTask.h275 inline void SetStorage(const Storage& value) { m_storageHasBeenSet = true; m_storage = value; } in SetStorage() function
280 …inline void SetStorage(Storage&& value) { m_storageHasBeenSet = true; m_storage = std::move(value)… in SetStorage() function
285 inline BundleTask& WithStorage(const Storage& value) { SetStorage(value); return *this;} in WithStorage()
290 inline BundleTask& WithStorage(Storage&& value) { SetStorage(std::move(value)); return *this;} in WithStorage()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-rds/include/aws/rds/model/
H A DValidDBInstanceModificationsMessage.h61 …inline void SetStorage(const Aws::Vector<ValidStorageOptions>& value) { m_storageHasBeenSet = true… in SetStorage() function
66 …inline void SetStorage(Aws::Vector<ValidStorageOptions>&& value) { m_storageHasBeenSet = true; m_s… in SetStorage() function
71 …sMessage& WithStorage(const Aws::Vector<ValidStorageOptions>& value) { SetStorage(value); return *… in WithStorage()
76 …ationsMessage& WithStorage(Aws::Vector<ValidStorageOptions>&& value) { SetStorage(std::move(value)… in WithStorage()
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/storage/
H A Dregistry.cc72 void SetStorage(StorageInterface *storage) { in SetStorage() function in mozc::storage::__anond161d37c0111::StorageInitializer
98 void Registry::SetStorage(StorageInterface *handler) { in SetStorage() function in mozc::storage::Registry
101 Singleton<StorageInitializer>::get()->SetStorage(handler); in SetStorage()
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/storage/
H A Dregistry.cc72 void SetStorage(StorageInterface *storage) { in SetStorage() function in mozc::storage::__anon4a32b6100111::StorageInitializer
98 void Registry::SetStorage(StorageInterface *handler) { in SetStorage() function in mozc::storage::Registry
101 Singleton<StorageInitializer>::get()->SetStorage(handler); in SetStorage()
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/storage/
H A Dregistry.cc72 void SetStorage(StorageInterface *storage) { in SetStorage() function in mozc::storage::__anonc0e2a5980111::StorageInitializer
98 void Registry::SetStorage(StorageInterface *handler) { in SetStorage() function in mozc::storage::Registry
101 Singleton<StorageInitializer>::get()->SetStorage(handler); in SetStorage()
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/storage/
H A Dregistry.cc72 void SetStorage(StorageInterface *storage) { in SetStorage() function in mozc::storage::__anon23cfff430111::StorageInitializer
98 void Registry::SetStorage(StorageInterface *handler) { in SetStorage() function in mozc::storage::Registry
101 Singleton<StorageInitializer>::get()->SetStorage(handler); in SetStorage()
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/storage/
H A Dregistry.cc72 void SetStorage(StorageInterface *storage) { in SetStorage() function in mozc::storage::__anonec3996830111::StorageInitializer
98 void Registry::SetStorage(StorageInterface *handler) { in SetStorage() function in mozc::storage::Registry
101 Singleton<StorageInitializer>::get()->SetStorage(handler); in SetStorage()
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/storage/
H A Dregistry.cc72 void SetStorage(StorageInterface *storage) { in SetStorage() function in mozc::storage::__anon4f75f9960111::StorageInitializer
98 void Registry::SetStorage(StorageInterface *handler) { in SetStorage() function in mozc::storage::Registry
101 Singleton<StorageInitializer>::get()->SetStorage(handler); in SetStorage()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/cont/testing/
H A DUnitTestStorageBasic.cxx45 void SetStorage(StorageType& array, const ValueType& value) in SetStorage() function
80 this->SetStorage(stealMyArray, stolenArrayValue); in StealArray1()
116 this->SetStorage(arrayStorage, BASIC_ALLOC_VALUE); in BasicAllocation()
151 this->SetStorage(arrayStorage, BASIC_ALLOC_VALUE); in UserFreeFunction()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ce/include/aws/ce/model/
H A DEC2ResourceDetails.h359 …inline void SetStorage(const Aws::String& value) { m_storageHasBeenSet = true; m_storage = value; } in SetStorage() function
365 …inline void SetStorage(Aws::String&& value) { m_storageHasBeenSet = true; m_storage = std::move(va… in SetStorage() function
371 … inline void SetStorage(const char* value) { m_storageHasBeenSet = true; m_storage.assign(value); } in SetStorage() function
377 …inline EC2ResourceDetails& WithStorage(const Aws::String& value) { SetStorage(value); return *this… in WithStorage()
383 …inline EC2ResourceDetails& WithStorage(Aws::String&& value) { SetStorage(std::move(value)); return… in WithStorage()
389 inline EC2ResourceDetails& WithStorage(const char* value) { SetStorage(value); return *this;} in WithStorage()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/cont/internal/testing/
H A DUnitTestArrayManagerExecutionShareWithControl.cxx44 void SetStorage(StorageType& array, const ValueType& value) in SetStorage() function
80 SetStorage(storage, INPUT_VALUE); in InputData()
100 SetStorage(storage, INPUT_VALUE); in InPlaceData()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-iotanalytics/include/aws/iotanalytics/model/
H A DChannel.h109 …inline void SetStorage(const ChannelStorage& value) { m_storageHasBeenSet = true; m_storage = valu… in SetStorage() function
117 …inline void SetStorage(ChannelStorage&& value) { m_storageHasBeenSet = true; m_storage = std::move… in SetStorage() function
125 inline Channel& WithStorage(const ChannelStorage& value) { SetStorage(value); return *this;} in WithStorage()
133 … inline Channel& WithStorage(ChannelStorage&& value) { SetStorage(std::move(value)); return *this;} in WithStorage()
H A DDatastore.h112 …inline void SetStorage(const DatastoreStorage& value) { m_storageHasBeenSet = true; m_storage = va… in SetStorage() function
121 …inline void SetStorage(DatastoreStorage&& value) { m_storageHasBeenSet = true; m_storage = std::mo… in SetStorage() function
130 inline Datastore& WithStorage(const DatastoreStorage& value) { SetStorage(value); return *this;} in WithStorage()
139 …inline Datastore& WithStorage(DatastoreStorage&& value) { SetStorage(std::move(value)); return *th… in WithStorage()
/dports/misc/perkeep/perkeep-0.11/pkg/blobserver/union/
H A Dunion_test.go60 ld.SetStorage("/replica-all/", replica.NewForTest([]blobserver.Storage{s1, s2}))
64 ld.SetStorage("/union/", uni)
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/reading_list/core/
H A Dreading_list_model_unittest.cc173 void SetStorage(std::unique_ptr<TestReadingListStorage> storage) { in SetStorage() function in __anon0bc1e8ee0111::ReadingListModelTest
328 SetStorage(std::move(storage)); in TEST_F()
351 SetStorage(std::move(storage)); in TEST_F()
377 SetStorage(std::move(storage)); in TEST_F()
405 SetStorage(std::move(storage)); in TEST_F()
422 SetStorage(std::move(storage)); in TEST_F()
461 SetStorage(std::move(storage)); in TEST_F()
493 SetStorage(std::move(storage)); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/reading_list/core/
H A Dreading_list_model_unittest.cc173 void SetStorage(std::unique_ptr<TestReadingListStorage> storage) { in SetStorage() function in __anon4f62d1e90111::ReadingListModelTest
328 SetStorage(std::move(storage)); in TEST_F()
351 SetStorage(std::move(storage)); in TEST_F()
377 SetStorage(std::move(storage)); in TEST_F()
405 SetStorage(std::move(storage)); in TEST_F()
422 SetStorage(std::move(storage)); in TEST_F()
461 SetStorage(std::move(storage)); in TEST_F()
493 SetStorage(std::move(storage)); in TEST_F()
/dports/lang/mono/mono-5.10.1.57/mcs/tools/mconfig/Mono.MonoConfig/
H A DIStorageConsumer.cs34 void SetStorage (object storage); in SetStorage() method
/dports/misc/perkeep/perkeep-0.11/pkg/blobserver/proxycache/
H A Dproxycache_test.go134 ld.SetStorage("origin", ds)
135 ld.SetStorage("cache", px)
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-workdocs/include/aws/workdocs/model/
H A DUser.h582 …inline void SetStorage(const UserStorageMetadata& value) { m_storageHasBeenSet = true; m_storage =… in SetStorage() function
587 …inline void SetStorage(UserStorageMetadata&& value) { m_storageHasBeenSet = true; m_storage = std:… in SetStorage() function
592 inline User& WithStorage(const UserStorageMetadata& value) { SetStorage(value); return *this;} in WithStorage()
597 …inline User& WithStorage(UserStorageMetadata&& value) { SetStorage(std::move(value)); return *this… in WithStorage()
/dports/math/vtk6/VTK-6.2.0/IO/Exodus/
H A DvtkCPExodusIIElementBlockCellIterator.h53 void SetStorage(vtkCPExodusIIElementBlock *eb);
/dports/math/vtk8/VTK-8.2.0/IO/Exodus/
H A DvtkCPExodusIIElementBlockCellIterator.h56 void SetStorage(vtkCPExodusIIElementBlock *eb);
/dports/math/vtk9/VTK-9.1.0/IO/Exodus/
H A DvtkCPExodusIIElementBlockCellIterator.h55 void SetStorage(vtkCPExodusIIElementBlock* eb);

12345678910>>...16