Searched refs:cResult (Results 1 – 1 of 1) sorted by relevance
103 std::vector<std::string> cResult = getPropertyNames(); in jniGetPropertyNames() local104 auto paredResult = jni::JArrayClass<jstring>::newArray(cResult.size()); in jniGetPropertyNames()105 for (size_t i = 0; i < cResult.size(); i++) { in jniGetPropertyNames()106 paredResult->setElement(i, jni::make_jstring(cResult[i]).get()); in jniGetPropertyNames()