Home
last modified time | relevance | path

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

/system/core/liblog/
Dlogprint.cpp721 static const unsigned char typeTable[] = {EVENT_TYPE_INT, EVENT_TYPE_LONG, EVENT_TYPE_STRING, in android_log_printBinaryEvent() local
724 if ((*cp >= '1') && (*cp < (char)('1' + (sizeof(typeTable) / sizeof(typeTable[0])))) && in android_log_printBinaryEvent()
725 (type != typeTable[(size_t)(*cp - '1')])) in android_log_printBinaryEvent()