Searched refs:getJNITypeStr (Results 1 – 1 of 1) sorted by relevance
195 const char* getJNITypeStr (void);198 const char* getJNITypeStr<int> (void) in getJNITypeStr() function204 const char* getJNITypeStr<float> (void) in getJNITypeStr() function210 const char* getJNITypeStr<string> (void) in getJNITypeStr() function216 const char* getJNITypeStr<vector<string> > (void) in getJNITypeStr() function272 const jfieldID fieldId = env->GetStaticFieldID(cls, fieldName, getJNITypeStr<FieldType>()); in getStaticField()303 const jfieldID fieldId = env->GetFieldID(cls, fieldName, getJNITypeStr<FieldType>()); in getField()