commit | ea83de2f81dcaed1fcdd54144e798fd46d173542 | [log] [tgz] |
---|---|---|
author | Yuyang Huang <yuyanghuang@google.com> | Fri Jun 21 16:20:06 2024 +0900 |
committer | Yuyang Huang <yuyanghuang@google.com> | Fri Jun 21 12:28:27 2024 +0000 |
tree | 48a4fa50ca8f99be80302bb137f6eaaabdfe47a6 | |
parent | cca17da38fd1c52345b452052829f82a3003d1bc [diff] |
Consolidate addCountAnd{Pass|Drop}IfBytesAtR0Equal() to base class Moved the addCountAndPassIfBytesAtR0Equal() and addCountAndDropIfBytesAtR0Equal() methods to ApfV4GeneratorBase to eliminate code duplication. Since APFv4 does not support addJumpIfBytesatR0Equals(), both APFv4 and APFv6 implementations of these methods are now identical. Bug: 348529358 Test: TH Change-Id: I2b9190d812ce0ebe3b5c13ca0d97322e227b40d8