Searched defs:trie (Results 1 – 3 of 3) sorted by relevance
/system/core/property_service/libpropertyinfoserializer/ |
D | trie_serializer.cpp | 60 auto trie = arena_->AllocateObject<TrieNodeInternal>(&trie_offset); in WriteTrieNode() local
|
/system/core/property_service/libpropertyinfoparser/include/property_info_parser/ |
D | property_info_parser.h | 186 TrieNode trie(uint32_t offset) const { in trie() function
|
/system/tools/hidl/test/hidl_test/ |
D | hidl_test_client.cpp | 1939 trieInterface->newTrie([&](const TrieNode& trie) { in TEST_F() 1940 trieInterface->addStrings(trie, {"a", "ba"}, [&](const TrieNode& trie) { in TEST_F() 1947 trieInterface->addStrings(trie, {"", "ab", "bab"}, [&](const TrieNode& trie) { in TEST_F() 1977 trieInterface->newTrie([&](const TrieNode& trie) { in TEST_F() 1984 trie, hidl_vec<hidl_string>(strings.begin(), strings.end()), [&](const TrieNode& trie) { in TEST_F()
|