Home
last modified time | relevance | path

Searched defs:element_type (Results 1 – 5 of 5) sorted by relevance

/system/teeui/libteeui_jni/
Dlibteeui_jni.cpp31 using element_type = jint; typedef
42 using element_type = jbyte; typedef
53 using element_type = const char; typedef
72 using element_type = typename JTypeTraits<T>::element_type; typedef in JArray
/system/tools/aidl/
Daidl_to_rust.cpp193 const auto& element_type = type.IsArray() ? type : *type.GetTypeParameters().at(0); in UsesOptionInNullableVector() local
225 const auto& element_type = type.IsGeneric() ? (*type.GetTypeParameters().at(0)) : type; in RustNameOf() local
Daidl_to_java.cpp409 const auto& element_type = *c.type.GetTypeParameters().at(0); in WriteToParcelFor() local
641 const auto& element_type = *c.type.GetTypeParameters().at(0); in CreateFromParcelFor() local
832 const auto& element_type = *c.type.GetTypeParameters().at(0); in ReadFromParcelFor() local
Daidl_to_ndk.cpp160 const AidlTypeSpecifier* element_type = &aidl; in GetTypeInfo() local
/system/media/audio_utils/include/audio_utils/
Dintrinsic_utils.h264 using element_type = std::decay_t<decltype(retval[0])>; in vld1() local