Home
last modified time | relevance | path

Searched refs:hashSet (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/
H A Djs-apis-hashset.md39 hashSet.add(1);
40 hashSet.add(2);
41 hashSet.add(3);
42 hashSet.add(4);
43 hashSet.add(5);
44 let res = hashSet.length;
139 hashSet.add("squirrel");
219 hashSet.add("sparrow");
247 hashSet.add("sparrow");
248 hashSet.clear();
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-arkts/
H A Djs-apis-hashset.md39 hashSet.add(1);
40 hashSet.add(2);
41 hashSet.add(3);
42 hashSet.add(4);
43 hashSet.add(5);
44 let res = hashSet.length;
139 hashSet.add("squirrel");
219 hashSet.add("sparrow");
247 hashSet.add("sparrow");
248 hashSet.clear();
[all …]
/ohos5.0/commonlibrary/ets_utils/
H A DREADME.md3150 hashSet.add(1);
3151 hashSet.add(2);
3158 hashSet.add(1);
3159 hashSet.add(2);
3166 hashSet.add(1);
3167 hashSet.add(2);
3173 hashSet.add(1);
3174 hashSet.add(2);
3175 let hashSet = hashSet.remove(1);
3181 hashSet.add(1);
[all …]
/ohos5.0/foundation/distributedhardware/distributed_input/common/include/
H A Dwhite_list_util.cpp242 for (const auto &hashSet : hashSets) { in GetCombKeysHash() local
243 targetSet.insert(hashSet + std::to_string(lastKey[0]) + std::to_string(lastKeyAction[0])); in GetCombKeysHash()