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
123 const auto& element_type = type.IsGeneric() ? (*type.GetTypeParameters().at(0)) : type; in GetRustName() local186 const auto& element_type = type.IsArray() ? type : *type.GetTypeParameters().at(0); in UsesOptionInNullableVector() local
374 const auto& element_type = *c.type.GetTypeParameters().at(0); in WriteToParcelFor() local600 const auto& element_type = *c.type.GetTypeParameters().at(0); in CreateFromParcelFor() local791 const auto& element_type = *c.type.GetTypeParameters().at(0); in ReadFromParcelFor() local
155 const AidlTypeSpecifier* element_type = &aidl; in GetTypeInfo() local
178 using element_type = std::decay_t<decltype(retval[0])>; in vld1() local