Home
last modified time | relevance | path

Searched defs:tmap (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/containerstreemapcommon_fuzzer/
H A Dcontainerstreemapcommon_fuzzer.h111 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(thread); in ContainersTreeMapClearFuzzTest() local
136 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(thread); in ContainersTreeMapConstructorFuzzTest() local
154 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(thread); in ContainersTreeMapEntriesFuzzTest() local
184 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(thread); in ContainersTreeMapForEachFuzzTest() local
215 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(thread); ContainersTreeMapGetFuzzTest() local
234 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(thread); ContainersTreeMapGetFirstKeyFuzzTest() local
259 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(thread); ContainersTreeMapGetHigherKeyFuzzTest() local
285 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(thread); ContainersTreeMapGetLastKeyFuzzTest() local
310 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(thread); ContainersTreeMapGetLengthFuzzTest() local
336 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(thread); ContainersTreeMapGetLowerKeyFuzzTest() local
362 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(thread); ContainersTreeMapCheckKeyFuzzTest() local
381 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(thread); ContainersTreeMapCheckValueFuzzTest() local
400 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(thread); ContainersTreeMapIsEmptyFuzzTest() local
420 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(thread); ContainersTreeMapKeysFuzzTest() local
444 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(thread); ContainersTreeMapRemoveFuzzTest() local
472 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(thread); ContainersTreeMapReplaceFuzzTest() local
500 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(thread); ContainersTreeMapSetFuzzTest() local
520 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(thread); ContainersTreeMapSetAllFuzzTest() local
547 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(thread); ContainersTreeMapValuesFuzzTest() local
[all...]
/arkcompiler/ets_runtime/ecmascript/containers/
H A Dcontainers_lightweightmap.cpp556 JSHandle<JSAPILightWeightMap> tmap = JSHandle<JSAPILightWeightMap>::Cast(self); in ForEach() local
H A Dcontainers_treemap.cpp267 JSTaggedValue tmap = TaggedTreeMap::SetAll(thread, dmap, smap); in SetAll() local
428 JSHandle<JSAPITreeMap> tmap = JSHandle<JSAPITreeMap>::Cast(self); in ForEach() local
[all...]
/arkcompiler/ets_runtime/ecmascript/containers/tests/
H A Dcontainers_treemap_test.cpp191 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(); in HWTEST_F_L0() local
264 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(); in HWTEST_F_L0() local
354 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(); HWTEST_F_L0() local
456 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(); HWTEST_F_L0() local
547 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(); HWTEST_F_L0() local
734 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(); HWTEST_F_L0() local
854 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(); HWTEST_F_L0() local
1014 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(); HWTEST_F_L0() local
1125 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(); HWTEST_F_L0() local
1268 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(func.GetTaggedValue()); HWTEST_F_L0() local
1343 JSHandle<JSAPITreeMap> tmap = CreateJSAPITreeMap(); HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dtagged_tree_test.cpp275 KeyValueUpdate(JSThread *thread, JSMutableHandle<TaggedTreeMap>& tmap, std::vector<std::string>& strKeyValue, std::vector<JSMutableHandle<JSTaggedValue>>& keyValue, int32_t nums) KeyValueUpdate() argument
326 auto tmap = KeyValueCommon(thread, myKey, myValue, keyValue, static_cast<int32_t>(NODE_NUMBERS)); HWTEST_F_L0() local
347 auto tmap = KeyValueCommon(thread, myKey, myValue, keyValue, static_cast<int32_t>(NODE_NUMBERS)); HWTEST_F_L0() local
380 auto tmap = KeyValueCommon(thread, keyValue, static_cast<int32_t>(NODE_NUMBERS)); HWTEST_F_L0() local
411 auto tmap = KeyValueCommon(thread, myKey, myValue, keyValue, static_cast<int32_t>(NODE_NUMBERS)); HWTEST_F_L0() local
431 auto tmap = KeyValueCommon(thread, keyValue, NODE_NUMBERS); HWTEST_F_L0() local
494 auto tmap = KeyValueCommon(thread, keyValue, static_cast<int32_t>(NODE_NUMBERS)); HWTEST_F_L0() local
728 auto tmap = KeyValueCommon(thread, keyValue, static_cast<int32_t>(NODE_NUMBERS)); HWTEST_F_L0() local
823 auto tmap = RTCommon(thread, keyValue, myKey, myValue, NODE_NUMBERS); HWTEST_F_L0() local
840 auto tmap = RTCommon(thread, keyValue, myKey, myValue, NODE_NUMBERS); HWTEST_F_L0() local
[all...]

Completed in 7 milliseconds