Home
last modified time | relevance | path

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

/libnativehelper/include_platform_header_only/nativehelper/detail/
Dsignature_checker.h154 constexpr bool IsValidJniDescriptorStart(char shorty) { in IsValidJniDescriptorStart()
280 constexpr char shorty() { in shorty() function
813 char shorty = type_descriptor.size() >= 1 ? type_descriptor[0] : '\0'; in DEFINE_JNI_TYPE_TRAIT() local