Searched refs:typeValueVector (Results 1 – 1 of 1) sorted by relevance
207 … std::shared_ptr<std::vector<std::pair<std::string, std::shared_ptr<EntryValue>>>> typeValueVector) in CreateMultiTypeData() argument217 if (typeValueVector == nullptr || typeValueVector->empty()) { in CreateMultiTypeData()222 for (const auto &item : *typeValueVector) { in CreateMultiTypeData()226 typeValueVector->begin()->first); in CreateMultiTypeData()493 …std::shared_ptr<std::vector<std::pair<std::string, std::shared_ptr<EntryValue>>>> typeValueVector = in JSCreateData() local500 if (!CheckArgsVector(env, argv[0], typeValueVector)) { in JSCreateData()503 return CreateMultiTypeData(env, typeValueVector); in JSCreateData()