| 213 | } |
| 214 | |
| 215 | uint32_t AFNodeManager::GetUInt32(const std::string& name) const |
| 216 | { |
| 217 | auto index = GetIndex(name); |
| 218 | ARK_ASSERT_RET_VAL(index > 0, NULL_INT); |
| 219 | |
| 220 | return GetUInt32(index); |
| 221 | } |
| 222 | |
| 223 | int64_t AFNodeManager::GetInt64(const std::string& name) const |
| 224 | { |