Home
last modified time | relevance | path

Searched refs:SchemaType (Results 1 – 25 of 871) sorted by relevance

12345678910>>...35

/dports/devel/py-avro/avro-1.11.0/avro/test/
H A Dtest_compatibility.py26 SchemaType,
144 INT_STRING_UNION_SCHEMA = UnionSchema([SchemaType.INT, SchemaType.STRING], names=Names())
145 STRING_INT_UNION_SCHEMA = UnionSchema([SchemaType.STRING, SchemaType.INT], names=Names())
146 INT_FLOAT_UNION_SCHEMA = UnionSchema([SchemaType.INT, SchemaType.FLOAT], names=Names())
147 INT_LONG_UNION_SCHEMA = UnionSchema([SchemaType.INT, SchemaType.LONG], names=Names())
149 [SchemaType.INT, SchemaType.LONG, SchemaType.FLOAT, SchemaType.DOUBLE],
153 [{"type": SchemaType.NULL}, {"type": SchemaType.ARRAY, "items": SchemaType.INT}],
157 [{"type": SchemaType.NULL}, {"type": SchemaType.MAP, "values": SchemaType.INT}],
264 "type": [SchemaType.INT, SchemaType.STRING],
396 UNION_INT_BOOLEAN = UnionSchema([{"type": SchemaType.INT}, {"type": SchemaType.BOOLEAN}])
[all …]
/dports/devel/py-avro/avro-1.11.0/avro/
H A Dcompatibility.py70 SchemaType.NULL,
71 SchemaType.BOOLEAN,
72 SchemaType.INT,
73 SchemaType.LONG,
74 SchemaType.FLOAT,
75 SchemaType.DOUBLE,
76 SchemaType.BYTES,
77 SchemaType.STRING,
234 if reader.type in {SchemaType.NULL, SchemaType.BOOLEAN, SchemaType.INT}:
241 if writer.type in {SchemaType.INT, SchemaType.LONG}:
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/schema/
H A Dqxsdschemahelper_p.h118 static bool isValidlySubstitutable(const SchemaType::Ptr &type,
119 const SchemaType::Ptr &otherType,
126 static bool isSimpleDerivationOk(const SchemaType::Ptr &derivedType,
127 const SchemaType::Ptr &baseType,
128 const SchemaType::DerivationConstraints &constraints);
134 static bool isComplexDerivationOk(const SchemaType::Ptr &derivedType,
135 const SchemaType::Ptr &baseType,
136 const SchemaType::DerivationConstraints &constraints);
146 const SchemaType::Ptr &type,
168 static void foundSubstitutionGroupTypeInheritance(const SchemaType::Ptr &headType,
[all …]
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/schema/
H A Dqxsdschemahelper_p.h114 static bool isValidlySubstitutable(const SchemaType::Ptr &type,
115 const SchemaType::Ptr &otherType,
122 static bool isSimpleDerivationOk(const SchemaType::Ptr &derivedType,
123 const SchemaType::Ptr &baseType,
124 const SchemaType::DerivationConstraints &constraints);
130 static bool isComplexDerivationOk(const SchemaType::Ptr &derivedType,
131 const SchemaType::Ptr &baseType,
132 const SchemaType::DerivationConstraints &constraints);
142 const SchemaType::Ptr &type,
164 static void foundSubstitutionGroupTypeInheritance(const SchemaType::Ptr &headType,
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/type/
H A Dqschematype.cpp48 SchemaType::SchemaType() in SchemaType() function in SchemaType
52 SchemaType::~SchemaType() in ~SchemaType()
56 bool SchemaType::isSimpleType() const in isSimpleType()
70 bool SchemaType::isComplexType() const in isComplexType()
75 bool SchemaType::isDefinedBySchema() const in isDefinedBySchema()
H A Dqschematype_p.h78 class SchemaType : public SchemaComponent
82 typedef QExplicitlySharedDataPointer<SchemaType> Ptr;
83 typedef QHash<QXmlName, SchemaType::Ptr> Hash;
84 typedef QList<SchemaType::Ptr> List;
134 SchemaType();
135 virtual ~SchemaType();
205 virtual SchemaType::Ptr wxsSuperType() const = 0;
213 virtual bool wxsTypeMatches(const SchemaType::Ptr &other) const = 0;
241 Q_DECLARE_OPERATORS_FOR_FLAGS(SchemaType::DerivationConstraints)
H A Dqanytype.cpp54 bool AnyType::wxsTypeMatches(const SchemaType::Ptr &other) const in wxsTypeMatches()
78 SchemaType::Ptr AnyType::wxsSuperType() const in wxsSuperType()
80 return SchemaType::Ptr(); in wxsSuperType()
83 SchemaType::TypeCategory AnyType::category() const in category()
93 SchemaType::DerivationMethod AnyType::derivationMethod() const in derivationMethod()
98 SchemaType::DerivationConstraints AnyType::derivationConstraints() const in derivationConstraints()
100 return SchemaType::DerivationConstraints(); in derivationConstraints()
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/type/
H A Dqschematype.cpp46 SchemaType::SchemaType() in SchemaType() function in SchemaType
50 SchemaType::~SchemaType() in ~SchemaType()
54 bool SchemaType::isSimpleType() const in isSimpleType()
68 bool SchemaType::isComplexType() const in isComplexType()
73 bool SchemaType::isDefinedBySchema() const in isDefinedBySchema()
H A Dqschematype_p.h74 class SchemaType : public SchemaComponent
78 typedef QExplicitlySharedDataPointer<SchemaType> Ptr;
79 typedef QHash<QXmlName, SchemaType::Ptr> Hash;
80 typedef QList<SchemaType::Ptr> List;
130 SchemaType();
131 virtual ~SchemaType();
201 virtual SchemaType::Ptr wxsSuperType() const = 0;
209 virtual bool wxsTypeMatches(const SchemaType::Ptr &other) const = 0;
237 Q_DECLARE_OPERATORS_FOR_FLAGS(SchemaType::DerivationConstraints)
H A Dqanytype.cpp52 bool AnyType::wxsTypeMatches(const SchemaType::Ptr &other) const in wxsTypeMatches()
76 SchemaType::Ptr AnyType::wxsSuperType() const in wxsSuperType()
78 return SchemaType::Ptr(); in wxsSuperType()
81 SchemaType::TypeCategory AnyType::category() const in category()
91 SchemaType::DerivationMethod AnyType::derivationMethod() const in derivationMethod()
96 SchemaType::DerivationConstraints AnyType::derivationConstraints() const in derivationConstraints()
98 return SchemaType::DerivationConstraints(); in derivationConstraints()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/
H A DXmlILStorageConverter.cs33 return new XmlAtomicValue(runtime.GetXmlType(index).SchemaType, value); in StringToAtomicValue()
37 return new XmlAtomicValue(runtime.GetXmlType(index).SchemaType, value); in DecimalToAtomicValue()
41 return new XmlAtomicValue(runtime.GetXmlType(index).SchemaType, value); in Int64ToAtomicValue()
45 return new XmlAtomicValue(runtime.GetXmlType(index).SchemaType, value); in Int32ToAtomicValue()
49 return new XmlAtomicValue(runtime.GetXmlType(index).SchemaType, value); in BooleanToAtomicValue()
53 return new XmlAtomicValue(runtime.GetXmlType(index).SchemaType, value); in DoubleToAtomicValue()
57 return new XmlAtomicValue(runtime.GetXmlType(index).SchemaType, value); in SingleToAtomicValue()
61 return new XmlAtomicValue(runtime.GetXmlType(index).SchemaType, value); in DateTimeToAtomicValue()
65 return new XmlAtomicValue(runtime.GetXmlType(index).SchemaType, value); in XmlQualifiedNameToAtomicValue()
69 return new XmlAtomicValue(runtime.GetXmlType(index).SchemaType, value); in TimeSpanToAtomicValue()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Xsl/Runtime/
H A DXmlILStorageConverter.cs32 return new XmlAtomicValue(runtime.GetXmlType(index).SchemaType, value); in StringToAtomicValue()
37 return new XmlAtomicValue(runtime.GetXmlType(index).SchemaType, value); in DecimalToAtomicValue()
42 return new XmlAtomicValue(runtime.GetXmlType(index).SchemaType, value); in Int64ToAtomicValue()
47 return new XmlAtomicValue(runtime.GetXmlType(index).SchemaType, value); in Int32ToAtomicValue()
52 return new XmlAtomicValue(runtime.GetXmlType(index).SchemaType, value); in BooleanToAtomicValue()
57 return new XmlAtomicValue(runtime.GetXmlType(index).SchemaType, value); in DoubleToAtomicValue()
62 return new XmlAtomicValue(runtime.GetXmlType(index).SchemaType, value); in SingleToAtomicValue()
67 return new XmlAtomicValue(runtime.GetXmlType(index).SchemaType, value); in DateTimeToAtomicValue()
72 return new XmlAtomicValue(runtime.GetXmlType(index).SchemaType, value); in XmlQualifiedNameToAtomicValue()
77 return new XmlAtomicValue(runtime.GetXmlType(index).SchemaType, value); in TimeSpanToAtomicValue()
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/shared_core/include/shared_core/json/rapidjson/
H A Dschema.h146 template <typename SchemaType>
162 template <typename SchemaType>
372 const SchemaType* schema;
1403 const SchemaType* not_;
1539 typeless_ = static_cast<SchemaType*>(allocator_->Malloc(sizeof(SchemaType)));
1628 SchemaType* schema;
1653SchemaType* s = new (allocator_->Malloc(sizeof(SchemaType))) SchemaType(this, pointer, v, document…
1731 SchemaType* typeless_;
1767 typedef typename SchemaDocumentType::SchemaType SchemaType;
2196 const SchemaType& root,
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/third_party/rapidjson/src/include/rapidjson/
H A Dschema.h146 template <typename SchemaType>
162 template <typename SchemaType>
372 const SchemaType* schema;
1405 const SchemaType* not_;
1541 typeless_ = static_cast<SchemaType*>(allocator_->Malloc(sizeof(SchemaType)));
1630 SchemaType* schema;
1655SchemaType* s = new (allocator_->Malloc(sizeof(SchemaType))) SchemaType(this, pointer, v, document…
1733 SchemaType* typeless_;
1769 typedef typename SchemaDocumentType::SchemaType SchemaType;
2198 const SchemaType& root,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/rapidjson/src/include/rapidjson/
H A Dschema.h146 template <typename SchemaType>
162 template <typename SchemaType>
372 const SchemaType* schema;
1405 const SchemaType* not_;
1541 typeless_ = static_cast<SchemaType*>(allocator_->Malloc(sizeof(SchemaType)));
1630 SchemaType* schema;
1655SchemaType* s = new (allocator_->Malloc(sizeof(SchemaType))) SchemaType(this, pointer, v, document…
1733 SchemaType* typeless_;
1769 typedef typename SchemaDocumentType::SchemaType SchemaType;
2198 const SchemaType& root,
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/extra/rapidjson/include/rapidjson/
H A Dschema.h146 template <typename SchemaType>
162 template <typename SchemaType>
372 const SchemaType* schema;
1405 const SchemaType* not_;
1541 typeless_ = static_cast<SchemaType*>(allocator_->Malloc(sizeof(SchemaType)));
1630 SchemaType* schema;
1655SchemaType* s = new (allocator_->Malloc(sizeof(SchemaType))) SchemaType(this, pointer, v, document…
1733 SchemaType* typeless_;
1769 typedef typename SchemaDocumentType::SchemaType SchemaType;
2198 const SchemaType& root,
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/rlottie/src/lottie/rapidjson/
H A Dschema.h146 template <typename SchemaType>
162 template <typename SchemaType>
372 const SchemaType* schema;
1405 const SchemaType* not_;
1541 typeless_ = static_cast<SchemaType*>(allocator_->Malloc(sizeof(SchemaType)));
1630 SchemaType* schema;
1655SchemaType* s = new (allocator_->Malloc(sizeof(SchemaType))) SchemaType(this, pointer, v, document…
1733 SchemaType* typeless_;
1769 typedef typename SchemaDocumentType::SchemaType SchemaType;
2198 const SchemaType& root,
[all …]
/dports/misc/mnn/MNN-1.2.0/3rd_party/rapidjson/
H A Dschema.h146 template <typename SchemaType>
162 template <typename SchemaType>
372 const SchemaType* schema;
1405 const SchemaType* not_;
1541 typeless_ = static_cast<SchemaType*>(allocator_->Malloc(sizeof(SchemaType)));
1630 SchemaType* schema;
1655SchemaType* s = new (allocator_->Malloc(sizeof(SchemaType))) SchemaType(this, pointer, v, document…
1733 SchemaType* typeless_;
1769 typedef typename SchemaDocumentType::SchemaType SchemaType;
2198 const SchemaType& root,
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/extra/rapidjson/include/rapidjson/
H A Dschema.h146 template <typename SchemaType>
162 template <typename SchemaType>
372 const SchemaType* schema;
1405 const SchemaType* not_;
1541 typeless_ = static_cast<SchemaType*>(allocator_->Malloc(sizeof(SchemaType)));
1630 SchemaType* schema;
1655SchemaType* s = new (allocator_->Malloc(sizeof(SchemaType))) SchemaType(this, pointer, v, document…
1733 SchemaType* typeless_;
1769 typedef typename SchemaDocumentType::SchemaType SchemaType;
2198 const SchemaType& root,
[all …]
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/src/third_party/rapidjson/rapidjson/
H A Dschema.h146 template <typename SchemaType>
162 template <typename SchemaType>
372 const SchemaType* schema;
1403 const SchemaType* not_;
1539 typeless_ = static_cast<SchemaType*>(allocator_->Malloc(sizeof(SchemaType)));
1628 SchemaType* schema;
1653SchemaType* s = new (allocator_->Malloc(sizeof(SchemaType))) SchemaType(this, pointer, v, document…
1731 SchemaType* typeless_;
1767 typedef typename SchemaDocumentType::SchemaType SchemaType;
2196 const SchemaType& root,
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/extra/rapidjson/include/rapidjson/
H A Dschema.h146 template <typename SchemaType>
162 template <typename SchemaType>
372 const SchemaType* schema;
1405 const SchemaType* not_;
1541 typeless_ = static_cast<SchemaType*>(allocator_->Malloc(sizeof(SchemaType)));
1630 SchemaType* schema;
1655SchemaType* s = new (allocator_->Malloc(sizeof(SchemaType))) SchemaType(this, pointer, v, document…
1733 SchemaType* typeless_;
1769 typedef typename SchemaDocumentType::SchemaType SchemaType;
2198 const SchemaType& root,
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/extra/rapidjson/include/rapidjson/
H A Dschema.h146 template <typename SchemaType>
162 template <typename SchemaType>
372 const SchemaType* schema;
1405 const SchemaType* not_;
1541 typeless_ = static_cast<SchemaType*>(allocator_->Malloc(sizeof(SchemaType)));
1630 SchemaType* schema;
1655SchemaType* s = new (allocator_->Malloc(sizeof(SchemaType))) SchemaType(this, pointer, v, document…
1733 SchemaType* typeless_;
1769 typedef typename SchemaDocumentType::SchemaType SchemaType;
2198 const SchemaType& root,
[all …]
/dports/games/blockattack/blockattack-game-2.7.0/source/code/Libs/include/cereal/external/rapidjson/
H A Dschema.h146 template <typename SchemaType>
162 template <typename SchemaType>
372 const SchemaType* schema;
1406 const SchemaType* not_;
1542 typeless_ = static_cast<SchemaType*>(allocator_->Malloc(sizeof(SchemaType)));
1631 SchemaType* schema;
1656SchemaType* s = new (allocator_->Malloc(sizeof(SchemaType))) SchemaType(this, pointer, v, document…
1734 SchemaType* typeless_;
1770 typedef typename SchemaDocumentType::SchemaType SchemaType;
2199 const SchemaType& root,
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/extra/rapidjson/include/rapidjson/
H A Dschema.h146 template <typename SchemaType>
162 template <typename SchemaType>
372 const SchemaType* schema;
1405 const SchemaType* not_;
1541 typeless_ = static_cast<SchemaType*>(allocator_->Malloc(sizeof(SchemaType)));
1630 SchemaType* schema;
1655SchemaType* s = new (allocator_->Malloc(sizeof(SchemaType))) SchemaType(this, pointer, v, document…
1733 SchemaType* typeless_;
1769 typedef typename SchemaDocumentType::SchemaType SchemaType;
2198 const SchemaType& root,
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/discord-rpc/thirdparty/include/rapidjson/
H A Dschema.h146 template <typename SchemaType>
162 template <typename SchemaType>
372 const SchemaType* schema;
1405 const SchemaType* not_;
1541 typeless_ = static_cast<SchemaType*>(allocator_->Malloc(sizeof(SchemaType)));
1630 SchemaType* schema;
1655SchemaType* s = new (allocator_->Malloc(sizeof(SchemaType))) SchemaType(this, pointer, v, document…
1733 SchemaType* typeless_;
1769 typedef typename SchemaDocumentType::SchemaType SchemaType;
2198 const SchemaType& root,
[all …]

12345678910>>...35