Home
last modified time | relevance | path

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

/system/core/property_service/libpropertyinfoparser/include/property_info_parser/
Dproperty_info_parser.h53 uint32_t num_exact_matches; member
126 uint32_t num_exact_matches() const { return trie_node_base_->num_exact_matches; } in num_exact_matches() function
/system/core/property_service/libpropertyinfoserializer/
Dproperty_info_serializer_test.cpp52 EXPECT_EQ(0U, root_node.num_exact_matches()); in TEST()
75 EXPECT_EQ(3U, test_node.num_exact_matches()); in TEST()
97 EXPECT_EQ(0U, node.num_exact_matches()); in TEST()
117 EXPECT_EQ(1U, long_string_node.num_exact_matches()); in TEST()
Dtrie_serializer.cpp86 trie->num_exact_matches = sorted_exact_matches.size(); in WriteTrieNode()
/system/core/property_service/libpropertyinfoparser/
Dproperty_info_parser.cpp147 for (uint32_t i = 0; i < trie_node.num_exact_matches(); ++i) { in GetPropertyInfoIndexes()