Home
last modified time | relevance | path

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

/libnativehelper/platform_include/nativehelper/detail/
Dsignature_checker.h155 constexpr bool IsValidJniDescriptorStart(char shorty) { in IsValidJniDescriptorStart() argument
160 if (c == shorty) { in IsValidJniDescriptorStart()
281 constexpr char shorty() { in shorty() function
814 char shorty = type_descriptor.size() >= 1 ? type_descriptor[0] : '\0'; in DEFINE_JNI_TYPE_TRAIT() local
815 if (shorty == 'L') { in DEFINE_JNI_TYPE_TRAIT()