Searched refs:element_type (Results 1 – 4 of 4) sorted by relevance
31 using element_type = jint; typedef34 static constexpr element_type* (JNIEnv::*const getArrayElements)(array_type, jboolean*) =36 static constexpr void (JNIEnv::*const releaseArrayElements)(array_type, element_type*, jint) =42 using element_type = jbyte; typedef45 static constexpr element_type* (JNIEnv::*const getArrayElements)(array_type, jboolean*) =47 static constexpr void (JNIEnv::*const releaseArrayElements)(array_type, element_type*, jint) =53 using element_type = const char; typedef56 static constexpr element_type* (JNIEnv::*const getArrayElements)(array_type, jboolean*) =58 static constexpr void (JNIEnv::*const releaseArrayElements)(array_type, element_type*) =72 using element_type = typename JTypeTraits<T>::element_type; typedef in JArray[all …]
108 const auto& element_type = type.IsGeneric() ? (*type.GetTypeParameters().at(0)) : type; in GetRustName() local109 const string& element_type_name = element_type.GetName(); in GetRustName()129 if (TypeIsInterface(element_type, typenames)) { in GetRustName()130 return "binder::Strong<dyn " + GetRawRustName(element_type) + ">"; in GetRustName()133 return GetRawRustName(element_type); in GetRustName()
139 using element_type = std::decay_t<decltype(retval[0])>; in vld1() local140 constexpr size_t subelements = sizeof(element_type) / sizeof(F); in vld1()143 retval[i] = vld1<element_type>(f); in vld1()
228 typedef T element_type;