| 205 | } |
| 206 | |
| 207 | int32_t AFNodeManager::GetInt32(const std::string& name) const |
| 208 | { |
| 209 | auto index = GetIndex(name); |
| 210 | ARK_ASSERT_RET_VAL(index > 0, NULL_INT); |
| 211 | |
| 212 | return GetInt32(index); |
| 213 | } |
| 214 | |
| 215 | uint32_t AFNodeManager::GetUInt32(const std::string& name) const |
| 216 | { |