diff options
| author | 2024-12-04 15:08:42 -0500 | |
|---|---|---|
| committer | 2025-01-03 15:58:37 -0500 | |
| commit | eb057d3eb942520b2e6b0fb5c5d910cd9765a37b (patch) | |
| tree | 084eea666efccdf65d043578698b49356ae01d5c /libs/androidfw/StringPool.cpp | |
| parent | cdff97f1f5b958a8d0a3977b3d62dcd12a89b49e (diff) | |
[kairos] introduce Incremental type
This type is a specialization of State<Map<K, V>> that models
"incremental" updates to the Map, via a new `MapPatch<K, V>` alias.
There are situations where it is useful to react to only what has
changed between two states; normally this is accomplished by diffing the
two states, but Incremental allows you to avoid performing the diff and
instead operating on the already-known "patch".
Flag: EXEMPT unused
Test: atest kairos-tests
Change-Id: I2829ffc149fb2e1888a11003908068e0ccc8fb35
Diffstat (limited to 'libs/androidfw/StringPool.cpp')
0 files changed, 0 insertions, 0 deletions