Home
last modified time | relevance | path

Searched refs:shorty_shorty (Results 1 – 1 of 1) sorted by relevance

/libnativehelper/platform_include/nativehelper/detail/
Dsignature_checker.h819 auto shorty_shorty = type_descriptor.substr(/*start*/0, /*size*/2u); in DEFINE_JNI_TYPE_TRAIT() local
820 if (shorty_shorty == "[[" || shorty_shorty == "[L") { in DEFINE_JNI_TYPE_TRAIT()