| 207 | } |
| 208 | |
| 209 | bool AFCRow::SetUInt32(const uint32_t index, uint32_t value) |
| 210 | { |
| 211 | ARK_ASSERT_RET_VAL(m_pNodeManager != nullptr, false); |
| 212 | |
| 213 | return m_pNodeManager->SetUInt32(index, value); |
| 214 | } |
| 215 | |
| 216 | bool AFCRow::SetUInt64(const uint32_t index, uint64_t value) |
| 217 | { |