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.cpp123 const auto& element_type = type.IsGeneric() ? (*type.GetTypeParameters().at(0)) : type; in GetRustName() local
186 const auto& element_type = type.IsArray() ? type : *type.GetTypeParameters().at(0); in UsesOptionInNullableVector() local
Daidl_to_java.cpp374 const auto& element_type = *c.type.GetTypeParameters().at(0); in WriteToParcelFor() local
600 const auto& element_type = *c.type.GetTypeParameters().at(0); in CreateFromParcelFor() local
791 const auto& element_type = *c.type.GetTypeParameters().at(0); in ReadFromParcelFor() local
Daidl_to_ndk.cpp155 const AidlTypeSpecifier* element_type = &aidl; in GetTypeInfo() local
/system/media/audio_utils/include/audio_utils/
Dintrinsic_utils.h178 using element_type = std::decay_t<decltype(retval[0])>; in vld1() local