Searched refs:toKeys (Results 1 – 1 of 1) sorted by relevance
2001 std::vector<std::string> toKeys; in IterByKeys() local2009 toKeys.push_back(*it); in IterByKeys()2011 size_t lenToKeys = toKeys.size(); in IterByKeys()2013 napi_create_string_utf8(env, toKeys[i].c_str(), toKeys[i].length(), &napiStr); in IterByKeys()2021 std::vector<std::string> toKeys; in IterByValues() local2031 toKeys.push_back(*(it + 1)); in IterByValues()2033 size_t lenToKeys = toKeys.size(); in IterByValues()2035 napi_create_string_utf8(env, toKeys[i].c_str(), toKeys[i].length(), &napiStr); in IterByValues()