Lines Matching defs:fieldCount
90 ALOGV("%s Element: fieldCount: %zu, size bytes: %zu", prefix, mFieldCount, getSizeBytes());
129 uint32_t fieldCount = stream->loadU32();
130 if (!fieldCount) {
138 const Element **subElems = new const Element *[fieldCount];
139 const char **subElemNames = new const char *[fieldCount];
140 size_t *subElemNamesLengths = new size_t[fieldCount];
141 uint32_t *arraySizes = new uint32_t[fieldCount];
143 for (uint32_t ct = 0; ct < fieldCount; ct ++) {
150 const Element *elem = Element::create(rsc, fieldCount, subElems, subElemNames,
152 for (uint32_t ct = 0; ct < fieldCount; ct ++) {