Home
last modified time | relevance | path

Searched refs:GetValueArray (Results 1 – 23 of 23) sorted by relevance

/dports/security/keepass/KeePass-2.49-Source/KeePass/DataExchange/Formats/
H A DMozillaBookmarksJson100.cs98 JsonObject[] v = jo.GetValueArray<JsonObject>("children"); in AddObject()
131 v = jo.GetValueArray<JsonObject>("annos"); in AddObject()
178 JsonObject[] v = joTagsRoot.GetValueArray<JsonObject>("children"); in ImportTags()
196 JsonObject[] vUris = joTag.GetValueArray<JsonObject>("children"); in ImportTags()
H A DBitwardenJson112.cs71 JsonObject[] vGroups = jo.GetValueArray<JsonObject>("folders"); in ImportRoot()
75 JsonObject[] vEntries = jo.GetValueArray<JsonObject>("items"); in ImportRoot()
131 JsonObject[] v = jo.GetValueArray<JsonObject>("fields"); in ImportEntry()
147 JsonObject[] vUris = jo.GetValueArray<JsonObject>("uris"); in ImportLogin()
H A DKeeperJson16.cs62 JsonObject[] v = joRoot.GetValueArray<JsonObject>("records"); in Import()
107 JsonObject[] vFolders = jo.GetValueArray<JsonObject>("folders"); in ImportRecords()
H A DDashlaneJson6.cs75 JsonObject[] vEntries = jo.GetValueArray<JsonObject>(strType); in ImportRoot()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/cont/
H A DArrayHandlePermutation.h166 VTKM_CONT static vtkm::cont::ArrayHandle<T, ValueStorageTag> GetValueArray( in GetValueArray() function
235 VTKM_CONT ValueArrayHandleType GetValueArray() const in GetValueArray() function
237 return StorageType::GetValueArray(this->GetBuffers()); in GetValueArray()
298 vtkmdiy::save(bb, Type(obj).GetValueArray());
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/cont/
H A DArrayHandlePermutation.h198 const ValueArrayType& GetValueArray() const { return this->ValueArray; } in GetValueArray() function
232 , ValueArray(storage->GetValueArray()) in ArrayTransfer()
418 diy::save(bb, storage.GetValueArray());
/dports/security/keepass/KeePass-2.49-Source/KeePass/DataExchange/
H A DJsonObject.cs360 public T[] GetValueArray<T>(string strKey)
372 public T[] GetValueArray<T>(string strKey, T tDefault)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/csharp/src/Apache.Arrow/Flatbuf/
H A DKeyValue.cs36 public byte[] GetValueArray() { return __p.__vector_as_array<byte>(6); } in GetValueArray() method
/dports/databases/arrow/apache-arrow-6.0.1/csharp/src/Apache.Arrow/Flatbuf/
H A DKeyValue.cs36 public byte[] GetValueArray() { return __p.__vector_as_array<byte>(6); } in GetValueArray() method
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/csharp/src/Apache.Arrow/Flatbuf/
H A DKeyValue.cs36 public byte[] GetValueArray() { return __p.__vector_as_array<byte>(6); } in GetValueArray() method
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Numerics/FEM/include/
H A DitkFEMItpackSparseMatrix.h146 doublereal * GetValueArray() in GetValueArray() function
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Registration/Metricsv4/include/
H A DitkObjectToObjectMultiMetricv4.h184 MetricValueArrayType GetValueArray() const;
H A DitkObjectToObjectMultiMetricv4.hxx302 ::GetValueArray() const in GetValueArray() function in itk::ObjectToObjectMultiMetricv4
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dsphinxfilter.cpp686 pFilter->SetValues ( tSettings.GetValueArray(), tSettings.GetNumValues() ); in sphCreateFilter()
690 const SphAttr_t * pValues = tSettings.GetValueArray(); in sphCreateFilter()
H A Dsphinx.h2146 const SphAttr_t * GetValueArray () const { return m_pValues ? m_pValues : &(m_dValues[0]); } in GetValueArray() function
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Registration/Metricsv4/test/
H A DitkObjectToObjectMultiMetricv4Test.cxx139 if( ! itk::Math::FloatAlmostEqual( metricValue, multiVariateMetric->GetValueArray()[i] ) ) in itkObjectToObjectMultiMetricv4TestEvaluate()
142 …does not match that returned from multi-variate metric: " << multiVariateMetric->GetValueArray()[i] in itkObjectToObjectMultiMetricv4TestEvaluate()
/dports/cad/csxcad/CSXCAD-0.6.2-103-g3c4fb66/src/
H A DParameterObjects.cpp347 double* ParameterSet::GetValueArray(double *array) in GetValueArray() function in ParameterSet
614 vars=clParaSet->GetValueArray(vars); in Evaluate()
H A DCSPrimUserDefined.cpp97 vars=clParaSet->GetValueArray(vars); in IsInside()
H A DParameterObjects.h181 double* GetValueArray(double *array);
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinxfilter.cpp1452 pFilter->SetValues ( tSettings.GetValueArray(), tSettings.GetNumValues() ); in CreateFilter()
1455 const SphAttr_t * pValues = tSettings.GetValueArray(); in CreateFilter()
H A Dsphinx.h2545 const SphAttr_t * GetValueArray () const { return m_pValues ? m_pValues : &(m_dValues[0]); } in GetValueArray() function
H A Dsearchd.cpp17316 pDocs = (SphDocID_t*)pFilter->GetValueArray(); in HandleMysqlDelete()
17320 const SphAttr_t* pA = pFilter->GetValueArray(); in HandleMysqlDelete()
/dports/multimedia/gstreamer1/gstreamer-1.16.2/
H A DChangeLog16663 controlsource: fix GetValue and GetValueArray documentation