Searched refs:tokenIdListSize (Results 1 – 1 of 1) sorted by relevance
42 uint32_t tokenIdListSize = 0; in Unmarshalling() local43 RELEASE_IF_FALSE(in.ReadUint32(tokenIdListSize), permStateChangeScopeParcel); in Unmarshalling()44 RELEASE_IF_FALSE(tokenIdListSize <= TOKENIDS_LIST_SIZE_MAX, permStateChangeScopeParcel); in Unmarshalling()45 for (uint32_t i = 0; i < tokenIdListSize; i++) { in Unmarshalling()