mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 08:46:46 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user