Home
last modified time | relevance | path

Searched refs:final_match (Results 1 – 1 of 1) sorted by relevance

/system/core/property_service/libpropertyinfoserializer/
Dproperty_info_serializer_test.cpp120 auto final_match = long_string_node.exact_match(0); in TEST() local
121 EXPECT_STREQ("string", serialized_trie.data() + final_match->name_offset); in TEST()
122 EXPECT_STREQ("4th", property_info_area->context(final_match->context_index)); in TEST()
123 EXPECT_STREQ("4th", property_info_area->type(final_match->type_index)); in TEST()