Home
last modified time | relevance | path

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

/hardware/interfaces/tests/trie/1.0/default/
DTrie.cpp49 addString(&newTrie, str); in addStrings()
67 void Trie::addString(TrieNode* trieRoot, const std::string& str) { in addString() function in android::hardware::tests::trie::V1_0::implementation::Trie
DTrie.h48 void addString(TrieNode* trieRoot, const std::string& str);