26eba2879d
Currently, we only check if the name of a given node in the trie is a prefix match and the prefix matches array of the final node. This is incorrect however, as the prefix matches array of intermediate nodes may contain the prefix for a given property. This change adds that check and test cases for this case. Bug: 36001741 Test: new unit tests Change-Id: I9f58ebc559f2ac591aa44df9e71205704bf18f66 |
||
---|---|---|
.. | ||
include/property_info_serializer | ||
Android.bp | ||
property_info_serializer.cpp | ||
property_info_serializer_test.cpp | ||
trie_builder.cpp | ||
trie_builder.h | ||
trie_builder_test.cpp | ||
trie_node_arena.h | ||
trie_serializer.cpp | ||
trie_serializer.h |