Searched defs:element_type (Results 1 – 5 of 5) 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
193 const auto& element_type = type.IsArray() ? type : *type.GetTypeParameters().at(0); in UsesOptionInNullableVector() local225 const auto& element_type = type.IsGeneric() ? (*type.GetTypeParameters().at(0)) : type; in RustNameOf() local
409 const auto& element_type = *c.type.GetTypeParameters().at(0); in WriteToParcelFor() local641 const auto& element_type = *c.type.GetTypeParameters().at(0); in CreateFromParcelFor() local832 const auto& element_type = *c.type.GetTypeParameters().at(0); in ReadFromParcelFor() local
160 const AidlTypeSpecifier* element_type = &aidl; in GetTypeInfo() local
264 using element_type = std::decay_t<decltype(retval[0])>; in vld1() local