Searched defs:longStr (Results 1 – 6 of 6) sorted by relevance
47 … std::string longStr = "abcdefghijklmnopqrstuvwxyz0123456789 abcdefghijklmnopqrstuvwxyz0123456789"; variable
572 char* longStr = new char[strLen + 1]; variable646 char* longStr = new char[strLen + 1]; variable
200 std::string longStr; variable
146 std::string longStr(maxStrLen, 'a'); variable
298 std::string longStr(maxStrLen, 'a'); variable822 std::string longStr(maxStrLen, 'a'); variable
82 char longStr[LONG_STR_MAX_SIZE + 1] = {0}; in GetNotificationLongTextContentDetailed() local