Home
last modified time | relevance | path

Searched defs:trie (Results 1 – 3 of 3) sorted by relevance

/system/core/property_service/libpropertyinfoserializer/
Dtrie_serializer.cpp60 auto trie = arena_->AllocateObject<TrieNodeInternal>(&trie_offset); in WriteTrieNode() local
/system/core/property_service/libpropertyinfoparser/include/property_info_parser/
Dproperty_info_parser.h186 TrieNode trie(uint32_t offset) const { in trie() function
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp1939 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()