refactor: Align identifier naming with develop

Restore NOLINT-protected headers and apply develop's identifier naming
conventions to files modified in this branch.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Pratik Mankawde
2026-05-05 15:30:12 +01:00
parent 875911f156
commit afc3835d0a
14 changed files with 1144 additions and 1116 deletions

View File

@@ -106,28 +106,28 @@ template <>
inline SerializedTypeID
STUInt128::getSType() const
{
return StiUinT128;
return STI_UINT128;
}
template <>
inline SerializedTypeID
STUInt160::getSType() const
{
return StiUinT160;
return STI_UINT160;
}
template <>
inline SerializedTypeID
STUInt192::getSType() const
{
return StiUinT192;
return STI_UINT192;
}
template <>
inline SerializedTypeID
STUInt256::getSType() const
{
return StiUinT256;
return STI_UINT256;
}
template <int Bits>