Home
last modified time | relevance | path

Searched refs:PropertyTable (Results 1 – 25 of 192) sorted by relevance

12345678

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/runtime/
H A DPropertyMapHashTable.h88 class PropertyTable {
146 PropertyTable(JSGlobalData&, JSCell*, const PropertyTable&);
188 PropertyTable(const PropertyTable&);
238 inline PropertyTable::PropertyTable(unsigned initialCapacity) in PropertyTable() function
248 inline PropertyTable::PropertyTable(JSGlobalData& globalData, JSCell* owner, const PropertyTable& o… in PropertyTable() function
295 inline PropertyTable::~PropertyTable() in ~PropertyTable()
304 inline PropertyTable::iterator PropertyTable::begin() in begin()
309 inline PropertyTable::iterator PropertyTable::end() in end()
314 inline PropertyTable::const_iterator PropertyTable::begin() const in begin()
319 inline PropertyTable::const_iterator PropertyTable::end() const in end()
[all …]
H A DStructure.cpp537 PropertyTable::iterator end = m_propertyTable->end(); in isSealed()
555 PropertyTable::iterator end = m_propertyTable->end(); in isFrozen()
574 PropertyTable::iterator end = m_propertyTable->end(); in flattenDictionaryStructure()
693 PropertyTable::iterator end = m_propertyTable->end(); in despecifyAllFunctions()
756 m_propertyTable = adoptPtr(new PropertyTable(capacity)); in createPropertyMap()
768 PropertyTable::iterator end = m_propertyTable->end(); in getPropertyNames()
794 PropertyTable::iterator end = m_propertyTable->end(); in visitChildren()
804 void PropertyTable::checkConsistency() in checkConsistency()
806 ASSERT(m_indexSize >= PropertyTable::MinimumTableSize); in checkConsistency()
819 if (entryIndex == PropertyTable::EmptyEntryIndex) in checkConsistency()
[all …]
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Common/
H A DPropertyTable.cpp38 PropertyTable::PropertyTable(const PropertyTable& source) in PropertyTable() function in PropertyTable
46 PropertyTable::~PropertyTable() in ~PropertyTable()
53 PropertyTable& PropertyTable::operator=(const PropertyTable& source) in operator =()
62 void PropertyTable::clear() { in clear()
68 bool PropertyTable::equals(const PropertyTable& other) const { in equals()
97 const AbstractProperty& PropertyTable::
111 AbstractProperty& PropertyTable::
125 const AbstractProperty& PropertyTable::
134 AbstractProperty& PropertyTable::
155 void PropertyTable::replaceProperties in replaceProperties()
[all …]
H A DPropertyTable.h55 class OSIMCOMMON_API PropertyTable {
61 PropertyTable() {} in PropertyTable() function
64 ~PropertyTable();
67 PropertyTable(const PropertyTable& source);
70 PropertyTable& operator=(const PropertyTable& source);
79 bool equals(const PropertyTable& other) const;
83 bool operator==(const PropertyTable& other) const {return equals(other);}
187 const Property<T>& PropertyTable::getProperty(const std::string &name) const { in getProperty()
193 const Property<T>& PropertyTable::getProperty(int index) const { in getProperty()
199 Property<T>& PropertyTable::updProperty(const std::string &name) { in updProperty()
[all …]
/dports/devel/upp/upp/bazaar/plugin/assimp/code/FBX/
H A DFBXProperties.h104 class PropertyTable {
107 PropertyTable();
108 PropertyTable(const Element& element, std::shared_ptr<const PropertyTable> templateProps);
109 ~PropertyTable();
118 const PropertyTable* TemplateProps() const { in TemplateProps()
127 const std::shared_ptr<const PropertyTable> templateProps;
134 T PropertyGet(const PropertyTable& in, const std::string& name, const T& defaultValue) { in PropertyGet()
152 T PropertyGet(const PropertyTable& in, const std::string& name, bool& result, bool useTemplate=fals…
159 const PropertyTable* templ = in.TemplateProps();
H A DFBXProperties.cpp136 PropertyTable::PropertyTable() in PropertyTable() function in Assimp::FBX::PropertyTable
143 PropertyTable::PropertyTable(const Element& element, std::shared_ptr<const PropertyTable> templateP… in PropertyTable() function in Assimp::FBX::PropertyTable
172 PropertyTable::~PropertyTable() in ~PropertyTable()
181 const Property* PropertyTable::Get(const std::string& name) const in Get()
207 DirectPropertyMap PropertyTable::GetUnparsedProperties() const in GetUnparsedProperties()
H A DFBXDocumentUtil.cpp101 std::shared_ptr<const PropertyTable> GetPropertyTable(const Document& doc, in GetPropertyTable()
108 std::shared_ptr<const PropertyTable> templateProps = std::shared_ptr<const PropertyTable>( in GetPropertyTable()
109 static_cast<const PropertyTable*>(NULL)); in GetPropertyTable()
126 return std::make_shared<const PropertyTable>(); in GetPropertyTable()
129 return std::make_shared<const PropertyTable>(*Properties70,templateProps); in GetPropertyTable()
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/FBX/
H A DFBXProperties.h104 class PropertyTable {
107 PropertyTable();
108 PropertyTable(const Element& element, std::shared_ptr<const PropertyTable> templateProps);
109 ~PropertyTable();
118 const PropertyTable* TemplateProps() const { in TemplateProps()
127 const std::shared_ptr<const PropertyTable> templateProps;
134 T PropertyGet(const PropertyTable& in, const std::string& name, const T& defaultValue) { in PropertyGet()
152 T PropertyGet(const PropertyTable& in, const std::string& name, bool& result, bool useTemplate=fals…
159 const PropertyTable* templ = in.TemplateProps();
H A DFBXDocumentUtil.cpp101 std::shared_ptr<const PropertyTable> GetPropertyTable(const Document& doc, in GetPropertyTable()
108 std::shared_ptr<const PropertyTable> templateProps = std::shared_ptr<const PropertyTable>( in GetPropertyTable()
109 static_cast<const PropertyTable *>(nullptr)); in GetPropertyTable()
126 return std::make_shared<const PropertyTable>(); in GetPropertyTable()
129 return std::make_shared<const PropertyTable>(*Properties70,templateProps); in GetPropertyTable()
H A DFBXProperties.cpp170 PropertyTable::PropertyTable() in PropertyTable() function in Assimp::FBX::PropertyTable
177 PropertyTable::PropertyTable(const Element &element, std::shared_ptr<const PropertyTable> templateP… in PropertyTable() function in Assimp::FBX::PropertyTable
203 PropertyTable::~PropertyTable() in ~PropertyTable()
212 const Property* PropertyTable::Get(const std::string& name) const in Get()
238 DirectPropertyMap PropertyTable::GetUnparsedProperties() const in GetUnparsedProperties()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/assimp/code/FBX/
H A DFBXProperties.h104 class PropertyTable {
107 PropertyTable();
108 PropertyTable(const Element& element, std::shared_ptr<const PropertyTable> templateProps);
109 ~PropertyTable();
118 const PropertyTable* TemplateProps() const { in TemplateProps()
127 const std::shared_ptr<const PropertyTable> templateProps;
134 T PropertyGet(const PropertyTable& in, const std::string& name, const T& defaultValue) { in PropertyGet()
152 T PropertyGet(const PropertyTable& in, const std::string& name, bool& result, bool useTemplate=fals…
159 const PropertyTable* templ = in.TemplateProps();
H A DFBXProperties.cpp136 PropertyTable::PropertyTable() in PropertyTable() function in Assimp::FBX::PropertyTable
143 PropertyTable::PropertyTable(const Element& element, std::shared_ptr<const PropertyTable> templateP… in PropertyTable() function in Assimp::FBX::PropertyTable
172 PropertyTable::~PropertyTable() in ~PropertyTable()
181 const Property* PropertyTable::Get(const std::string& name) const in Get()
207 DirectPropertyMap PropertyTable::GetUnparsedProperties() const in GetUnparsedProperties()
H A DFBXDocumentUtil.cpp101 std::shared_ptr<const PropertyTable> GetPropertyTable(const Document& doc, in GetPropertyTable()
108 std::shared_ptr<const PropertyTable> templateProps = std::shared_ptr<const PropertyTable>( in GetPropertyTable()
109 static_cast<const PropertyTable*>(NULL)); in GetPropertyTable()
126 return std::make_shared<const PropertyTable>(); in GetPropertyTable()
129 return std::make_shared<const PropertyTable>(*Properties70,templateProps); in GetPropertyTable()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/assimp/code/FBX/
H A DFBXProperties.h104 class PropertyTable {
107 PropertyTable();
108 PropertyTable(const Element& element, std::shared_ptr<const PropertyTable> templateProps);
109 ~PropertyTable();
118 const PropertyTable* TemplateProps() const { in TemplateProps()
127 const std::shared_ptr<const PropertyTable> templateProps;
134 T PropertyGet(const PropertyTable& in, const std::string& name, const T& defaultValue) { in PropertyGet()
152 T PropertyGet(const PropertyTable& in, const std::string& name, bool& result, bool useTemplate=fals…
159 const PropertyTable* templ = in.TemplateProps();
H A DFBXProperties.cpp136 PropertyTable::PropertyTable() in PropertyTable() function in Assimp::FBX::PropertyTable
143 PropertyTable::PropertyTable(const Element& element, std::shared_ptr<const PropertyTable> templateP… in PropertyTable() function in Assimp::FBX::PropertyTable
172 PropertyTable::~PropertyTable() in ~PropertyTable()
181 const Property* PropertyTable::Get(const std::string& name) const in Get()
207 DirectPropertyMap PropertyTable::GetUnparsedProperties() const in GetUnparsedProperties()
H A DFBXDocumentUtil.cpp101 std::shared_ptr<const PropertyTable> GetPropertyTable(const Document& doc, in GetPropertyTable()
108 std::shared_ptr<const PropertyTable> templateProps = std::shared_ptr<const PropertyTable>( in GetPropertyTable()
109 static_cast<const PropertyTable*>(NULL)); in GetPropertyTable()
126 return std::make_shared<const PropertyTable>(); in GetPropertyTable()
129 return std::make_shared<const PropertyTable>(*Properties70,templateProps); in GetPropertyTable()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/code/
H A DFBXProperties.h111 class PropertyTable
116 PropertyTable();
118 PropertyTable(const Element& element, boost::shared_ptr<const PropertyTable> templateProps);
119 ~PropertyTable();
130 const PropertyTable* TemplateProps() const { in TemplateProps()
140 const boost::shared_ptr<const PropertyTable> templateProps;
147 inline T PropertyGet(const PropertyTable& in, const std::string& name, in PropertyGet()
167 inline T PropertyGet(const PropertyTable& in, const std::string& name, in PropertyGet()
H A DFBXProperties.cpp135 PropertyTable::PropertyTable() in PropertyTable() function in Assimp::FBX::PropertyTable
143 PropertyTable::PropertyTable(const Element& element, boost::shared_ptr<const PropertyTable> templat… in PropertyTable() function in Assimp::FBX::PropertyTable
172 PropertyTable::~PropertyTable() in ~PropertyTable()
181 const Property* PropertyTable::Get(const std::string& name) const in Get()
207 DirectPropertyMap PropertyTable::GetUnparsedProperties() const in GetUnparsedProperties()
H A DFBXDocumentUtil.cpp99 boost::shared_ptr<const PropertyTable> GetPropertyTable(const Document& doc, in GetPropertyTable()
106 boost::shared_ptr<const PropertyTable> templateProps = boost::shared_ptr<const PropertyTable>( in GetPropertyTable()
107 static_cast<const PropertyTable*>(NULL)); in GetPropertyTable()
124 return boost::make_shared<const PropertyTable>(); in GetPropertyTable()
127 return boost::make_shared<const PropertyTable>(*Properties70,templateProps); in GetPropertyTable()
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/code/
H A DFBXProperties.h107 class PropertyTable
111 PropertyTable();
112 PropertyTable(const Element& element, std::shared_ptr<const PropertyTable> templateProps);
113 ~PropertyTable();
123 const PropertyTable* TemplateProps() const { in TemplateProps()
132 const std::shared_ptr<const PropertyTable> templateProps;
139 inline T PropertyGet(const PropertyTable& in, const std::string& name, in PropertyGet()
159 inline T PropertyGet(const PropertyTable& in, const std::string& name, in PropertyGet()
H A DFBXProperties.cpp134 PropertyTable::PropertyTable() in PropertyTable() function in Assimp::FBX::PropertyTable
142 PropertyTable::PropertyTable(const Element& element, std::shared_ptr<const PropertyTable> templateP… in PropertyTable() function in Assimp::FBX::PropertyTable
171 PropertyTable::~PropertyTable() in ~PropertyTable()
180 const Property* PropertyTable::Get(const std::string& name) const in Get()
206 DirectPropertyMap PropertyTable::GetUnparsedProperties() const in GetUnparsedProperties()
H A DFBXDocumentUtil.cpp99 std::shared_ptr<const PropertyTable> GetPropertyTable(const Document& doc, in GetPropertyTable()
106 std::shared_ptr<const PropertyTable> templateProps = std::shared_ptr<const PropertyTable>( in GetPropertyTable()
107 static_cast<const PropertyTable*>(NULL)); in GetPropertyTable()
124 return std::make_shared<const PropertyTable>(); in GetPropertyTable()
127 return std::make_shared<const PropertyTable>(*Properties70,templateProps); in GetPropertyTable()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/code/
H A DFBXProperties.h103 class PropertyTable {
106 PropertyTable();
107 PropertyTable(const Element& element, std::shared_ptr<const PropertyTable> templateProps);
108 ~PropertyTable();
117 const PropertyTable* TemplateProps() const { in TemplateProps()
126 const std::shared_ptr<const PropertyTable> templateProps;
133 T PropertyGet(const PropertyTable& in, const std::string& name, const T& defaultValue) { in PropertyGet()
151 T PropertyGet(const PropertyTable& in, const std::string& name, bool& result) { in PropertyGet()
H A DFBXProperties.cpp135 PropertyTable::PropertyTable() in PropertyTable() function in Assimp::FBX::PropertyTable
143 PropertyTable::PropertyTable(const Element& element, std::shared_ptr<const PropertyTable> templateP… in PropertyTable() function in Assimp::FBX::PropertyTable
172 PropertyTable::~PropertyTable() in ~PropertyTable()
181 const Property* PropertyTable::Get(const std::string& name) const in Get()
207 DirectPropertyMap PropertyTable::GetUnparsedProperties() const in GetUnparsedProperties()
H A DFBXDocumentUtil.cpp100 std::shared_ptr<const PropertyTable> GetPropertyTable(const Document& doc, in GetPropertyTable()
107 std::shared_ptr<const PropertyTable> templateProps = std::shared_ptr<const PropertyTable>( in GetPropertyTable()
108 static_cast<const PropertyTable*>(NULL)); in GetPropertyTable()
125 return std::make_shared<const PropertyTable>(); in GetPropertyTable()
128 return std::make_shared<const PropertyTable>(*Properties70,templateProps); in GetPropertyTable()

12345678