Searched refs:item_count (Results 1 – 1 of 1) sorted by relevance
363 uint32_t item_count; in parse() local368 if (!source()->getUInt32Var(offset, &item_count, itemFieldSize)) { in parse()372 ALOGV("item_count %lld", (long long) item_count); in parse()376 for (size_t i = 0; i < item_count; i++) { in parse()