Lines Matching refs:resultObj
801 NickName resultObj;
804 return resultObj;
806 resultObj.nickName = GetStringValueByKey(env, nickNameObj, "nickName");
807 return resultObj;
812 Note resultObj;
816 return resultObj;
818 resultObj.noteContent = GetStringValueByKey(env, noteObj, "noteContent");
819 return resultObj;
825 Organization resultObj;
828 return resultObj;
830 resultObj.name = GetStringValueByKey(env, organizationObject, "name");
831 resultObj.title = GetStringValueByKey(env, organizationObject, "title");
832 return resultObj;