Searched refs:RefNode (Results 1 – 11 of 11) sorted by relevance
222 using RefNode = BuiltinValueNode<RefUri, ClassId::RefNode>; in META_BEGIN_NAMESPACE() local265 SupportedType<RefUri, RefNode> in META_BEGIN_NAMESPACE()
95 return ISerNode::Ptr(new RefNode { uri }); in CreateObjectRefNode()354 res = ISerNode::Ptr(new RefNode(uri)); in ExportWeakPtr()
255 node.reset(new RefNode(n.GetValue())); in Visit()
103 registry.RegisterObjectType<Serialization::RefNode>(); in RegisterBuiltInObjects()120 registry.UnregisterObjectType<Serialization::RefNode>(); in UnRegisterBuiltInObjects()
132 META_REGISTER_CLASS(RefNode, "776bd8ab-a135-4108-bae3-233ce615b90b", ObjectCategoryBits::NO_CATEGOR…
45 return ISerNode::Ptr(new RefNode(BASE_NS::move(uri))); in ImportRef()
227 uint32_t hashCode = term->RefNode().lock()->GetHash(); in ByteCodeWriteWalk()
304 auto structName = GenConfigStructName(ConfigTerm::CastFrom(term)->RefNode().lock()); in GenTermDefinition()508 std::string refPath = HcsBuildObjectPath(term->RefNode().lock()); in PrintTermImplement()
237 std::weak_ptr<AstObject> RefNode();
818 std::weak_ptr<AstObject> ConfigTerm::RefNode() in RefNode() function in ConfigTerm
673 RefNode() { method in ConfigTerm