Searched defs:element_type (Results 1 – 4 of 4) sorted by relevance
31 using element_type = jint; typedef42 using element_type = jbyte; typedef53 using element_type = const char; typedef72 using element_type = typename JTypeTraits<T>::element_type; typedef in JArray
307 ObjPtr<mirror::Class> element_type = type->GetComponentType(); in Write() local538 size_t element_type = WriteTypeDeclaration(desc.substr(1)); in WriteTypeDeclaration() local
108 const auto& element_type = type.IsGeneric() ? (*type.GetTypeParameters().at(0)) : type; in GetRustName() local
139 using element_type = std::decay_t<decltype(retval[0])>; in vld1() local