Searched refs:tempKeys (Results 1 – 4 of 4) sorted by relevance
160 std::vector<uint32_t> tempKeys; variable162 tempKeys.push_back(static_cast<uint32_t>(attrKey));192 EXPECT_TRUE(data.WriteUInt32Vector(tempKeys));595 std::vector<uint32_t> tempKeys; variable597 tempKeys.push_back(static_cast<uint32_t>(attrKey));624 EXPECT_TRUE(data.WriteUInt32Vector(tempKeys));
633 std::vector<uint32_t> tempKeys; in ProcGetPropertyById() local634 if (!data.ReadUInt32Vector(&tempKeys)) { in ProcGetPropertyById()644 for (auto &key : tempKeys) { in ProcGetPropertyById()
213 std::vector<uint32_t> tempKeys; in ParseContextForGetPropertyById() local214 if (ParseUInt32Array(env, argv[1], tempKeys) != napi_ok) { in ParseContextForGetPropertyById()221 for (const auto &item : tempKeys) { in ParseContextForGetPropertyById()
307 std::vector<uint32_t> tempKeys; in ParseGetPropKeys() local308 if (ParseUInt32Array(env, napiKeys, tempKeys) != napi_ok) { in ParseGetPropKeys()312 for (const auto &item : tempKeys) { in ParseGetPropKeys()