Lines Matching full:arithmetic
43 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in DecodeUnsigned()
47 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in DecodeUnsigned()
102 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic)
105 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic)
109 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic)
113 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic)
117 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic)
143 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in DecodeSigned()
176 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in EncodeUnsigned()
182 out[i++] = byte; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in EncodeUnsigned()
202 out[i++] = byte; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in EncodeSigned()