commit | 98668649d59329cee2108c5556d15bb121014578 | [log] [tgz] |
---|---|---|
author | Yuyang Huang <yuyanghuang@google.com> | Thu Mar 20 20:31:24 2025 +0900 |
committer | Yuyang Huang <yuyanghuang@google.com> | Thu Mar 20 23:51:43 2025 +0900 |
tree | 0cde7a6de2a65e6bdea54d085ac43ea8087807e8 | |
parent | 9c4a7610173e9f612f9c589e4ea758c33e6372a2 [diff] |
Make findMatchInDataBytes() non-private This commit refactors the findMatchInDataBytes() method by making it non-private and consolidating all boundary check logic within the method itself. This change improves code organization and allows the method to be used more broadly. Test: TH Change-Id: I45273c4ca0cbe8169c80b7196fa57bdbdb5382b6