Home
last modified time | relevance | path

Searched refs:IdentifierType (Results 51 – 75 of 907) sorted by relevance

12345678910>>...37

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Mesh/include/
H A DitkSimplexMeshVolumeCalculator.h90 using PointMapType = itk::MapContainer< IdentifierType, InputPointType >;
119 void Visit(IdentifierType cellId, SimplexPolygonType *poly) in Visit()
195 IdentifierType FindCellId(IdentifierType id1, IdentifierType id2, IdentifierType id3);
H A DitkRegularSphereMeshSource.h77 using IndexPairType = std::pair< IdentifierType, IdentifierType >;
78 using PointMapType = itk::MapContainer< IndexPairType, IdentifierType >;
104 …utputMeshType *mesh, const typename OutputMeshType::PointIdentifier *pointIds, IdentifierType idx);
H A DitkSimplexMeshVolumeCalculator.hxx66 IdentifierType SimplexMeshVolumeCalculator< TInputMesh >
67 ::FindCellId(IdentifierType id1, IdentifierType id2, IdentifierType id3) in FindCellId()
222 IdentifierType newId1 = FindCellId(n[0], pointsIt.Index(), n[1]); in Compute()
223 IdentifierType newId2 = FindCellId(n[1], pointsIt.Index(), n[2]); in Compute()
224 IdentifierType newId3 = FindCellId(n[2], pointsIt.Index(), n[0]); in Compute()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Segmentation/Watersheds/include/
H A DitkWatershedSegmentTreeGenerator.h179 const IdentifierType,
180 const IdentifierType);
186 const IdentifierType,
187 const IdentifierType,
222 using HashMapType = std::unordered_map< IdentifierType, bool >;
H A DitkWatershedBoundary.h68 using ImageType = Image< IdentifierType, TDimension >;
91 IdentifierType label;
99 std::list< IdentifierType > offset_list;
107 IdentifierType min_label;
118 using flat_hash_t = std::unordered_map< IdentifierType, flat_region_t >;
H A DitkWatershedSegmentTreeGenerator.hxx118 IdentifierType counter = 0; in MergeEquivalencies()
150 IdentifierType labelFROM; in CompileMergeList()
151 IdentifierType labelTO; in CompileMergeList()
206 IdentifierType toSegLabel, fromSegLabel; in ExtractMergeHierarchy()
293 const IdentifierType FROM, const IdentifierType TO, in PruneMergeSegments()
299 IdentifierType labelTO, labelFROM; in PruneMergeSegments()
421 const IdentifierType FROM, const IdentifierType TO) in MergeSegments()
426 IdentifierType labelTO, labelFROM; in MergeSegments()
/dports/lang/rust/rustc-1.58.1-src/vendor/unicode-security/src/
H A Dgeneral_security_profile.rs6 pub use identifier::IdentifierType;
14 fn identifier_type(self) -> Option<IdentifierType>; in identifier_type() argument
23 fn identifier_type(self) -> Option<IdentifierType> { in identifier_type() argument
/dports/security/acmed/acmed-0.18.0/acmed/src/acme_proto/structs/
H A Dorder.rs2 use crate::identifier::{self, IdentifierType};
79 pub id_type: IdentifierType,
102 use super::{Identifier, IdentifierType};
109 id_type: IdentifierType::Dns, in id_serialize()
124 assert_eq!(id.id_type, IdentifierType::Dns); in id_deserialize_valid()
/dports/devel/loki/loki-0.1.7/include/loki/
H A DCachedFactory.h651 typename IdentifierType,
692 typedef Key< Impl, IdentifierType > MyKey;
854 bool Unregister(const IdentifierType& id) in Unregister()
860 std::vector<IdentifierType>& RegisteredIds() in RegisteredIds()
865 ProductReturn CreateObject(const IdentifierType& id) in CreateObject()
879 ProductReturn CreateObject(const IdentifierType& id, in CreateObject()
894 ProductReturn CreateObject(const IdentifierType& id, in CreateObject()
909 ProductReturn CreateObject(const IdentifierType& id, in CreateObject()
924 ProductReturn CreateObject(const IdentifierType& id, in CreateObject()
940 ProductReturn CreateObject(const IdentifierType& id, in CreateObject()
[all …]
/dports/net/kea/kea-2.0.1/src/lib/dhcpsrv/
H A Dcql_host_data_source.h134 const Host::IdentifierType& identifier_type,
152 const Host::IdentifierType& identifier_type,
170 getAll(const Host::IdentifierType& identifier_type,
313 const Host::IdentifierType& identifier_type,
357 const Host::IdentifierType& identifier_type,
H A Dpgsql_host_data_source.h144 const Host::IdentifierType& identifier_type,
161 const Host::IdentifierType& identifier_type,
178 virtual ConstHostCollection getAll(const Host::IdentifierType& identifier_type,
345 const Host::IdentifierType& identifier_type,
404 const Host::IdentifierType& identifier_type,
H A Dmysql_host_data_source.h116 const Host::IdentifierType& identifier_type,
133 const Host::IdentifierType& identifier_type,
150 virtual ConstHostCollection getAll(const Host::IdentifierType& identifier_type,
295 const Host::IdentifierType& identifier_type,
356 const Host::IdentifierType& identifier_type,
H A Dbase_host_data_source.h114 getAll(const Host::IdentifierType& identifier_type,
290 const Host::IdentifierType& identifier_type,
353 const Host::IdentifierType& identifier_type,
437 const Host::IdentifierType& identifier_type,
452 const Host::IdentifierType& identifier_type,
/dports/net/kea/kea-2.0.1/src/lib/dhcpsrv/testutils/
H A Dmemory_host_data_source.h46 getAll(const Host::IdentifierType& identifier_type,
151 const Host::IdentifierType& identifier_type,
187 const Host::IdentifierType& identifier_type,
244 const Host::IdentifierType& identifier_type,
257 const Host::IdentifierType& identifier_type,
/dports/converters/wkhtmltopdf/qt-5db36ec/src/sql/kernel/
H A Dqsqldriver.cpp53 QSqlDriver::IdentifierType type, const QSqlDriver *driver) in prepareIdentifier()
389 QString QSqlDriver::escapeIdentifier(const QString &identifier, IdentifierType) const in escapeIdentifier()
406 bool QSqlDriver::isIdentifierEscaped(const QString &identifier, IdentifierType type) const in isIdentifierEscaped()
413 Q_ARG(IdentifierType, type)); in isIdentifierEscaped()
432 QString QSqlDriver::stripDelimiters(const QString &identifier, IdentifierType type) const in stripDelimiters()
439 Q_ARG(IdentifierType, type)); in stripDelimiters()
883 bool QSqlDriver::isIdentifierEscapedImplementation(const QString &identifier, IdentifierType type) … in isIdentifierEscapedImplementation()
906 QString QSqlDriver::stripDelimitersImplementation(const QString &identifier, IdentifierType type) c… in stripDelimitersImplementation()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqldriver.h76 enum IdentifierType { FieldName, TableName }; enum
105 virtual QString escapeIdentifier(const QString &identifier, IdentifierType type) const;
126 virtual bool isIdentifierEscaped(const QString &identifier, IdentifierType type) const;
127 virtual QString stripDelimiters(const QString &identifier, IdentifierType type) const;
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqldriver.h76 enum IdentifierType { FieldName, TableName }; enum
105 virtual QString escapeIdentifier(const QString &identifier, IdentifierType type) const;
126 virtual bool isIdentifierEscaped(const QString &identifier, IdentifierType type) const;
127 virtual QString stripDelimiters(const QString &identifier, IdentifierType type) const;
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqldriver.h76 enum IdentifierType { FieldName, TableName }; enum
105 virtual QString escapeIdentifier(const QString &identifier, IdentifierType type) const;
126 virtual bool isIdentifierEscaped(const QString &identifier, IdentifierType type) const;
127 virtual QString stripDelimiters(const QString &identifier, IdentifierType type) const;
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Segmentation/LevelSetsv4/test/
H A DitkLevelSetDomainPartitionImageWithKdTreeTest.cxx37 using IdentifierType = itk::IdentifierType; in itkLevelSetDomainPartitionImageWithKdTreeTest() typedef
78 IdentifierType numberOfLevelSetFunctions = 10; in itkLevelSetDomainPartitionImageWithKdTreeTest()
140 IdentifierType id = index[0]/10; in itkLevelSetDomainPartitionImageWithKdTreeTest()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqldriver.h76 enum IdentifierType { FieldName, TableName }; enum
105 virtual QString escapeIdentifier(const QString &identifier, IdentifierType type) const;
126 virtual bool isIdentifierEscaped(const QString &identifier, IdentifierType type) const;
127 virtual QString stripDelimiters(const QString &identifier, IdentifierType type) const;
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqldriver.h76 enum IdentifierType { FieldName, TableName }; enum
105 virtual QString escapeIdentifier(const QString &identifier, IdentifierType type) const;
126 virtual bool isIdentifierEscaped(const QString &identifier, IdentifierType type) const;
127 virtual QString stripDelimiters(const QString &identifier, IdentifierType type) const;
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqldriver.h76 enum IdentifierType { FieldName, TableName }; enum
105 virtual QString escapeIdentifier(const QString &identifier, IdentifierType type) const;
126 virtual bool isIdentifierEscaped(const QString &identifier, IdentifierType type) const;
127 virtual QString stripDelimiters(const QString &identifier, IdentifierType type) const;
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqldriver.h76 enum IdentifierType { FieldName, TableName }; enum
105 virtual QString escapeIdentifier(const QString &identifier, IdentifierType type) const;
126 virtual bool isIdentifierEscaped(const QString &identifier, IdentifierType type) const;
127 virtual QString stripDelimiters(const QString &identifier, IdentifierType type) const;
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqldriver.h76 enum IdentifierType { FieldName, TableName }; enum
105 virtual QString escapeIdentifier(const QString &identifier, IdentifierType type) const;
126 virtual bool isIdentifierEscaped(const QString &identifier, IdentifierType type) const;
127 virtual QString stripDelimiters(const QString &identifier, IdentifierType type) const;
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/sql/kernel/
H A Dqsqldriver.h76 enum IdentifierType { FieldName, TableName }; enum
105 virtual QString escapeIdentifier(const QString &identifier, IdentifierType type) const;
126 virtual bool isIdentifierEscaped(const QString &identifier, IdentifierType type) const;
127 virtual QString stripDelimiters(const QString &identifier, IdentifierType type) const;

12345678910>>...37