Home
last modified time | relevance | path

Searched refs:pCrawl (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/netmanager_base/utils/common_utils/include/
H A Dsuffix_match_trie.h82 TrieNode *pCrawl = root_; in Insert() local
88 if (!pCrawl->children[i]) in Insert()
89 pCrawl->children[i] = CreateNode(); in Insert()
90 pCrawl = pCrawl->children[i]; in Insert()
92 pCrawl->terminal = true; in Insert()
93 pCrawl->val = val; in Insert()
110 TrieNode *pCrawl = root_; in Update() local
112 for (auto it = key.rbegin(); pCrawl && it != key.rend(); it++) { in Update()
117 pCrawl in Update()
141 TrieNode *pCrawl = root_; LongestSuffixMatch() local
[all...]

Completed in 1 milliseconds