Home
last modified time | relevance | path

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

/aosp12/system/teeui/libteeui_jni/
H A 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
/aosp12/art/compiler/debug/
H A Delf_debug_info_writer.h307 ObjPtr<mirror::Class> element_type = type->GetComponentType(); in Write() local
538 size_t element_type = WriteTypeDeclaration(desc.substr(1)); in WriteTypeDeclaration() local
/aosp12/system/tools/aidl/
H A Daidl_to_rust.cpp108 const auto& element_type = type.IsGeneric() ? (*type.GetTypeParameters().at(0)) : type; in GetRustName() local
/aosp12/system/media/audio_utils/include/audio_utils/
H A Dintrinsic_utils.h139 using element_type = std::decay_t<decltype(retval[0])>; in vld1() local