Home
last modified time | relevance | path

Searched refs:m_objectMap (Results 1 – 22 of 22) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNPJSObject.cpp57 : m_objectMap(0) in NPJSObject()
63 m_objectMap->npJSObjectDestroyed(this); in ~NPJSObject()
73 ASSERT(!m_objectMap); in initialize()
76 m_objectMap = objectMap; in initialize()
97 ExecState* exec = m_objectMap->globalExec(); in hasMethod()
117 ExecState* exec = m_objectMap->globalExec(); in invoke()
129 ExecState* exec = m_objectMap->globalExec(); in invokeDefault()
143 ExecState* exec = m_objectMap->globalExec(); in hasProperty()
163 ExecState* exec = m_objectMap->globalExec(); in getProperty()
189 …JSValue jsValue = m_objectMap->convertNPVariantToJSValue(exec, m_objectMap->globalObject(), *value… in setProperty()
[all …]
H A DJSNPObject.cpp54 , m_objectMap(objectMap) in JSNPObject()
70 m_objectMap->jsNPObjectDestroyed(this); in ~JSNPObject()
92 m_objectMap->convertJSValueToNPVariant(exec, exec->argument(i), arguments[i]); in callMethod()
97 NPRuntimeObjectMap::PluginProtector protector(m_objectMap); in callMethod()
131 m_objectMap->convertJSValueToNPVariant(exec, exec->argument(i), arguments[i]); in callObject()
136 NPRuntimeObjectMap::PluginProtector protector(m_objectMap); in callObject()
175 NPRuntimeObjectMap::PluginProtector protector(m_objectMap); in callConstructor()
299 m_objectMap->convertJSValueToNPVariant(exec, value, variant); in put()
304 NPRuntimeObjectMap::PluginProtector protector(m_objectMap); in put()
334 NPRuntimeObjectMap::PluginProtector protector(m_objectMap); in getOwnPropertyNames()
[all …]
H A DJSNPObject.h76 NPRuntimeObjectMap* m_objectMap; variable
H A DNPJSObject.h92 NPRuntimeObjectMap* m_objectMap; variable
/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/AbcCoreHDF5/
H A DHDF5Hierarchy.cpp155 for( ObjectMap::iterator it = m_objectMap.begin(); in clear()
156 it != m_objectMap.end(); ++it ) in clear()
161 m_objectMap.clear(); in clear()
171 m_objectMap[parentRef].m_children.push_back( in addObject()
187 AttrInfoArray& attrs = m_objectMap[parentRef].m_attrs; in addAttr()
252 AttrInfoArray& attrs = m_objectMap[iParentRef].m_attrs; in attrExists()
266 AttrInfoArray& attrs = m_objectMap[iParentRef].m_attrs; in readMetaDataString()
283 AttrInfoArray& attrs = m_objectMap[iParentRef].m_attrs; in readMaskInfo()
330 for( ObjectMap::iterator itp = m_objectMap.begin(); in makeCompactObjectHierarchy()
331 itp != m_objectMap.end(); ++itp ) in makeCompactObjectHierarchy()
[all …]
H A DHDF5Hierarchy.h104 ChildInfoArray& children = m_objectMap[objectRef].m_children; in visitAllChildObjects()
119 AttrInfoArray& attrs = m_objectMap[objectRef].m_attrs; in visitAllAttributes()
223 ObjectMap m_objectMap; variable
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Model/
H A DOctree.h188 ObjectMap m_objectMap; variable
209 assertResult(MapUtils::insertOrFail(m_objectMap, object, node)); in addObject()
213 typename ObjectMap::iterator it = m_objectMap.find(object); in removeObject()
214 if (it == m_objectMap.end()) in removeObject()
220 m_objectMap.erase(it); in removeObject()
224 typename ObjectMap::iterator it = m_objectMap.find(object); in updateObject()
225 if (it == m_objectMap.end()) in updateObject()
238 MapUtils::insertOrReplace(m_objectMap, object, newParent); in updateObject()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/core/model/
H A Dnames.cc273 std::map<Ptr<Object>, NameNode *> m_objectMap; member in ns3::NamesPriv
300 …for (std::map<Ptr<Object>, NameNode *>::iterator i = m_objectMap.begin (); i != m_objectMap.end ()… in Clear()
306 m_objectMap.clear (); in Clear()
417 m_objectMap[object] = newNode; in Add()
549 std::map<Ptr<Object>, NameNode *>::iterator i = m_objectMap.find (object); in FindName()
550 if (i == m_objectMap.end ()) in FindName()
567 std::map<Ptr<Object>, NameNode *>::iterator i = m_objectMap.find (object); in FindPath()
568 if (i == m_objectMap.end ()) in FindPath()
736 std::map<Ptr<Object>, NameNode *>::iterator i = m_objectMap.find (object); in IsNamed()
737 if (i == m_objectMap.end ()) in IsNamed()
/dports/math/kig/kig-21.12.3/geogebra/
H A Dgeogebratransformer.cpp63 else if( m_objectMap.contains( objectLabel ) ) in attribute()
65 m_currentArgStack.push_back( m_objectMap[objectLabel] ); in attribute()
200 if ( !m_objectMap.contains( m_currentObjectLabel ) ) in endElement()
205 m_objectMap.insert( m_currentObjectLabel, oc ); in endElement()
275 m_objectMap.clear(); in startElement()
H A Dgeogebratransformer.h103 QMap<QByteArray, ObjectCalcer *> m_objectMap; variable
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/serialization/
H A Ditemrepository.h127 delete[] m_objectMap; in ~Bucket()
263 unsigned short index = m_objectMap[localHash]; in findIndex()
314 Q_ASSERT(m_objectMap[localHash] == 0); in index()
315 m_objectMap[localHash] = insertedAt; in index()
404 Q_ASSERT(!m_objectMap[localHash] || index); in index()
410 if (m_objectMap[localHash] == 0) in index()
411 m_objectMap[localHash] = insertedAt; in index()
564 Q_ASSERT(m_objectMap[localHash] == 0); in deleteItem()
638 uint currentIndex = m_objectMap[a]; in visitAllItems()
663 uint currentIndex = m_objectMap[a]; in finalCleanup()
[all …]
/dports/devel/gammaray/GammaRay-2.11.3/common/
H A Dendpoint.cpp204 Q_ASSERT(!m_objectMap.contains(object)); in registerObject()
205 m_objectMap[object] = obj; in registerObject()
306 ObjectInfo *info = m_objectMap.value(obj, nullptr); in slotObjectDestroyed()
316 m_objectMap.remove(obj); in slotObjectDestroyed()
390 m_objectMap.insert(oi->object, oi); in insertObjectInfo()
409 m_objectMap.remove(oi->object); in removeObjectInfo()
H A Dendpoint.h251 QHash<QObject *, ObjectInfo *> m_objectMap; variable
/dports/security/opensaml/opensaml-3.2.1/saml/saml2/metadata/impl/
H A DChainingMetadataProvider.cpp156 m_objectMap.insert(pair<const XMLObject*,const MetadataProvider*>(entity,m)); in remember()
160 …map<const XMLObject*,const MetadataProvider*>::const_iterator i = m_objectMap.find(role.getParent(… in getProvider()
161 return (i != m_objectMap.end()) ? i->second : nullptr; in getProvider()
166 map<const XMLObject*,const MetadataProvider*> m_objectMap; member
274 t->m_objectMap.clear(); in unlock()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/source_exporter/wxPdfDocument/include/wx/
H A Dpdfparser.h177 wxPdfObjectMap* GetObjectMap() { return m_objectMap; } in GetObjectMap()
327 wxPdfObjectMap* m_objectMap; ///< Map for object queue elements variable
/dports/astro/stellarium/stellarium-0.21.3/src/core/
H A DStelOBJ.hpp236 inline const ObjectMap& getObjectMap() const { return m_objectMap; } in getObjectMap()
320 ObjectMap m_objectMap; member in StelOBJ
H A DStelOBJ.cpp234 m_objectMap.insert(obj.name, m_objects.size()-1); in getCurrentObject()
693 m_objectMap.remove(state.currentObject->name); in addObject()
701 m_objectMap.insert(obj.name,m_objects.size()-1); in addObject()
/dports/textproc/libwps/libwps-0.4.12/src/lib/
H A DWPS4Text.cpp482 , m_objectMap() in State()
515 std::map<long, Object> m_objectMap; member
553 for (auto it : m_state->m_objectMap) in numPages()
569 for (auto it : m_state->m_objectMap) in sendObjects()
882 if (m_state->m_objectMap.find(actPos) == m_state->m_objectMap.end()) in readText()
888 WPS4TextInternal::Object const &obj = m_state->m_objectMap[actPos]; in readText()
2307 if (m_state->m_objectMap.find(bot) != m_state->m_objectMap.end()) in objectDataParser()
2379 m_state->m_objectMap[bot] = obj; in objectDataParser()
H A DWPS8Text.cpp352 , m_objectMap() in State()
425 std::map<long, Object> m_objectMap; member
902 if (m_state->m_objectMap.find(objPos) == m_state->m_objectMap.end()) in readText()
907 auto const &obj = m_state->m_objectMap.find(objPos)->second; in readText()
1601 if (m_state->m_objectMap.find(bot) != m_state->m_objectMap.end()) in objectDataParser()
1657 m_state->m_objectMap[bot] = m_state->m_object = obj; in objectDataParser()
/dports/textproc/libwps03/libwps-0.3.1/src/lib/
H A DWPS8Text.cpp331 m_object(), m_objectMap(), m_tokenMap(), m_tcdMap(), in State()
403 std::map<long, Object> m_objectMap; member
864 if (m_state->m_objectMap.find(objPos) == m_state->m_objectMap.end()) in readText()
869 WPS8TextInternal::Object const &obj = m_state->m_objectMap.find(objPos)->second; in readText()
1572 if (m_state->m_objectMap.find(bot) != m_state->m_objectMap.end()) in objectDataParser()
1630 m_state->m_objectMap[bot] = m_state->m_object = obj; in objectDataParser()
H A DWPS4Text.cpp427 m_objectMap(), m_dateTimeMap(), m_plcList(), m_knownPLC() in State()
457 std::map<long, Object> m_objectMap; member
781 if (m_state->m_objectMap.find(actPos) == m_state->m_objectMap.end()) in readText()
787 WPS4TextInternal::Object const &obj = m_state->m_objectMap[actPos]; in readText()
2213 if (m_state->m_objectMap.find(bot) != m_state->m_objectMap.end()) in objectDataParser()
2263 m_state->m_objectMap[bot] = obj; in objectDataParser()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/source_exporter/wxPdfDocument/src/
H A Dpdfparser.cpp74 m_objectMap = new wxPdfObjectMap(); in wxPdfParser()
117 delete m_objectMap; in ~wxPdfParser()
170 (*m_objectMap)[originalObjectId] = newEntry; in AppendObject()