Searched refs:offsetVector (Results 1 – 3 of 3) sorted by relevance
71 KeyedVector<uint32_t, uint32_t> offsetVector; in write() local82 offsetVector.add(mNamedIfds.keyAt(i), totalSize); in write()86 size_t offVecSize = offsetVector.size(); in write()108 uint32_t ifdKey = offsetVector.keyAt(i); in write()126 assert(offsetVector[i] == endOut.getCurrentOffset()); in write()
155 DynamicVector<Offset<fbs::NanoappListEntry>> &offsetVector, uint64_t appId, in addNanoappListEntry() argument160 if (!offsetVector.push_back(offset)) { in addNanoappListEntry()167 DynamicVector<Offset<fbs::NanoappListEntry>> &offsetVector, in finishNanoappListResponse() argument170 builder.CreateVector<Offset<fbs::NanoappListEntry>>(offsetVector); in finishNanoappListResponse()
132 DynamicVector<NanoappListEntryOffset> &offsetVector, uint64_t appId,148 DynamicVector<NanoappListEntryOffset> &offsetVector,