summaryrefslogtreecommitdiff
path: root/libs/ftl/algorithm_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SF: Clean up ftl::SmallMap lookup fallbacksDominik Laskowski2023-04-181-0/+16
| | | | | | | | | Avoid std::cref to a local variable, which is not intuitive and incurs construction in the non-fallback case. Bug: 185536303 Test: ftl_test Change-Id: I1c5a94bdab105a04f8230fe762bdc433eea5c97a
* FTL: Add find_ifDominik Laskowski2022-09-011-0/+50
Bug: 185536303 Test: ftl_test Change-Id: I16b63d63da181c7f79d62af9d7a91639342d8c95