Home
last modified time | relevance | path

Searched refs:IsValueValid (Results 1 – 17 of 17) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/cont/
H A DRuntimeDeviceInformation.cxx205 if (device.IsValueValid()) in GetDeviceMemoryManager()
257 if (device.IsValueValid()) in GetName()
322 if (device.IsValueValid()) in GetMemoryManager()
H A DRuntimeDeviceTracker.cxx52 if (!deviceId.IsValueValid()) in CheckDevice()
118 if (device.IsValueValid()) in Reset()
H A DDeviceAdapterTag.h58 constexpr bool IsValueValid() const in IsValueValid() function
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/cont/internal/
H A DBuffer.cxx724 if (device.IsValueValid()) in IsAllocatedOnDevice()
766 if (device.IsValueValid()) in ReadPointerDevice()
802 if (device.IsValueValid()) in WritePointerDevice()
904 if (bufferInfo.GetDevice().IsValueValid()) in Reset()
956 if (device.IsValueValid()) in TakeDeviceBufferOwnership()
985 if (device.IsValueValid()) in GetDeviceBufferInfo()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/cont/testing/
H A DUnitTestRuntimeDeviceNames.cxx48 if (id.IsValueValid()) in TestName()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/docs/changelog/
H A Ddeviceadapterid_is_now_a_strong_type.md31 constexpr bool IsValueValid() const
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/cont/internal/
H A DDeviceAdapterTag.h55 constexpr bool IsValueValid() const in IsValueValid() function
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/cont/
H A DRuntimeDeviceTracker.cxx98 if (!deviceId.IsValueValid()) in CheckDevice()
H A DVirtualObjectHandle.h202 if (!device.IsValueValid()) in operator()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill/core/browser/data_model/
H A Dautofill_structured_address.h149 bool IsValueValid() const override;
H A Dautofill_structured_address_component.h454 virtual bool IsValueValid() const;
H A Dautofill_structured_address.cc205 bool StreetAddress::IsValueValid() const { in IsValueValid() function in autofill::structured_address::StreetAddress
H A Dautofill_structured_address_component.cc122 bool AddressComponent::IsValueValid() const { in IsValueValid() function in autofill::structured_address::AddressComponent
145 *validity_status = IsValueValid(); in GetIsValueForTypeValidIfPossible()
/dports/comms/openzwave-devel/open-zwave-14f2ba74/cpp/src/
H A DManager.h1113 bool IsValueValid(ValueID const& _id);
H A DManager.cpp1872 bool Manager::IsValueValid(ValueID const& _id) in IsValueValid() function in Manager
/dports/www/domoticz/domoticz-2020.2/hardware/
H A DOpenZWave.cpp1554 if (!m_pManager->IsValueValid(vID)) in AddValue()
2411 if (!m_pManager->IsValueValid(vID)) in UpdateNodeEvent()
2493 if (!m_pManager->IsValueValid(vID)) in UpdateValue()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/docs/changelog/1.3/
H A Drelease-notes.md791 constexpr bool IsValueValid() const