Searched refs:fullname_with_scope_ (Results 1 – 3 of 3) sorted by relevance
40 if (!fullname_with_scope_.empty()) { in fullname_with_scope()41 return fullname_with_scope_; in fullname_with_scope()58 fullname_with_scope_ = name; in fullname_with_scope()59 return fullname_with_scope_; in fullname_with_scope()66 fullname_with_scope_ = id_generator::get_id(shared_from_base<CNode>()); in fullname_with_scope()67 return fullname_with_scope_; in fullname_with_scope()72 fullname_with_scope_ = id_generator::get_id(shared_from_base<CNode>()); in fullname_with_scope()73 return fullname_with_scope_; in fullname_with_scope()78 fullname_with_scope_ = scope()->name() + "/"; in fullname_with_scope()80 fullname_with_scope_ += prim->name(); in fullname_with_scope()[all …]
152 if (!fullname_with_scope_.empty()) { in fullname_with_scope()153 return fullname_with_scope_; in fullname_with_scope()157 …fullname_with_scope_ = scope()->name() + "/" + "data-" + id_generator::get_id(shared_from_base<Val… in fullname_with_scope()158 return fullname_with_scope_; in fullname_with_scope()
106 fullname_with_scope_(""), in AnfNode()222 std::string fullname_with_scope_; variable288 void set_fullname_with_scope(const std::string full_name) { fullname_with_scope_ = full_name; } in set_fullname_with_scope()