| 696 | } |
| 697 | |
| 698 | uint32_t AFNodeManager::GetIndex(const std::string& name) const |
| 699 | { |
| 700 | ARK_ASSERT_RET_VAL(class_meta_ != nullptr, NULL_INT); |
| 701 | |
| 702 | return class_meta_->GetIndex(name); |
| 703 | } |
| 704 | |
| 705 | AFINode* AFNodeManager::FindData(const uint32_t index) |
| 706 | { |