Home
last modified time | relevance | path

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

/base/security/selinux_adapter/framework/policycoreutils/src/
H A Dsehap_contexts_trie.cpp59 for (const std::string& word : words) { in Insert()
60 if (word == "*") { in Insert()
63 if (node->children[word] == nullptr) { in Insert()
64 node->children[word] = new (std::nothrow) SehapContextsTrie(); in Insert()
65 if (node->children[word] == nullptr) { in Insert()
70 node = node->children[word]; in Insert()
90 const std::string& word = words[i]; in Search() local
91 auto child = root->FindChild(word); in Search()
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/parse/
H A Dparse_vmallocinfo.cpp38 string word; in CaclVmalloclValue() local
40 while (ss >> word) { in CaclVmalloclValue()
41 words.push_back(word); in CaclVmalloclValue()
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dget_hardware_info.cpp77 string word; in GetValue() local
79 while (ss >> word) { in GetValue()
80 words.push_back(word); in GetValue()
/base/startup/hvb/libhvb/src/utils/
H A Dhvb_util.c76 uint64_t word; in hvb_htobe64() member
88 return ret.word; in hvb_htobe64()
/base/telephony/call_manager/utils/src/
H A Dcall_number_utils.cpp146 std::string word; in ProcessSpace() local
149 while (streamNum >> word) { in ProcessSpace()
150 store += word; in ProcessSpace()
/base/telephony/sms_mms/services/sms/
H A Dsms_persist_helper.cpp344 std::string word; in TrimSpace() local
347 while (streamNum >> word) { in TrimSpace()
348 store += word; in TrimSpace()

Completed in 4 milliseconds