Home
last modified time | relevance | path

Searched refs:IsRegisteredObjectType (Results 1 – 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/
Dimporter.cpp44 bool Importer::IsRegisteredObjectType(const ObjectId& oid) const in IsRegisteredObjectType() function in Serialization::Importer
145 if (IsRegisteredObjectType(node->GetObjectId())) { in ImportObject()
332 …(node && IsRegisteredObjectType(node->GetObjectId())) || interface_cast<IBuiltinValueNode<RefUri>>… in ImportPointer()
Dimporter.h68 bool IsRegisteredObjectType(const ObjectId& oid) const; in META_BEGIN_NAMESPACE()