Searched refs:cppValue (Results 1 – 2 of 2) sorted by relevance
90 uint32_t cppValue = UINT32_MAX; variable92 napi_create_uint32(env, cppValue, &napiValue);108 const char cppValue[] = "中文,English,123456,!@#"; variable109 size_t cppValueStrLength = strlen(cppValue);111 napi_create_string_utf8(env, cppValue, cppValueStrLength, &napiValue);
1957 std::string cppValue = temp; in Set() local1962 *(it + 1) = cppValue; in Set()1974 searchParams.push_back(cppValue); in Set()