Searched refs:MAX_MESSAGE_USERS (Results 1 – 2 of 2) sorted by relevance
1095 static const std::size_t MAX_MESSAGE_USERS; variable
47 const std::size_t NotificationRequest::MAX_MESSAGE_USERS {1000};1381 …vsize = (vsize < NotificationRequest::MAX_MESSAGE_USERS) ? vsize : NotificationRequest::MAX_MESSAG… in ReadFromParcel()