Home
last modified time | relevance | path

Searched defs:AddToTrie (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/core/property_service/libpropertyinfoserializer/
H A Dtrie_builder.cpp34 bool TrieBuilder::AddToTrie(const std::string& name, const std::string& context, in AddToTrie() function in android::properties::TrieBuilder
41 bool TrieBuilder::AddToTrie(const std::string& name, const std::string* context, in AddToTrie() function in android::properties::TrieBuilder
/aosp_15_r20/external/icing/icing/legacy/index/
H A Dicing-dynamic-trie_test.cc61 static void AddToTrie(IcingDynamicTrie* trie, uint32_t num_keys) { in AddToTrie() function in icing::lib::__anon53ceebb40111::IcingDynamicTrieTest