Searched refs:hashMapConstructID (Results 1 – 2 of 2) sorted by relevance
40 jmethodID hashMapConstructID; member71 hashMapConstructID = env->GetMethodID(hashMapClazz, "<init>", "()V"); in init()72 CHECK(hashMapConstructID != NULL); in init()128 fields.hashMapClazz, fields.hashMapConstructID)); in convertLabelsToMap()
227 jmethodID hashMapConstructID = in ConvertMessageToMap() local230 if (hashMapConstructID == NULL) { in ConvertMessageToMap()244 jobject hashMap = env->NewObject(hashMapClazz.get(), hashMapConstructID); in ConvertMessageToMap()