Searched refs:mTagCount (Results 1 – 4 of 4) sorted by relevance
130 : mTagCount(0) in VendorTags()133 mTagCount += DemoSections[i].end - DemoSections[i].start; in VendorTags()143 return mTagCount; in getTagCount()
40 int mTagCount;
44 VendorTagDescriptor::VendorTagDescriptor() : mTagCount(0), mVendorOps() {} in VendorTagDescriptor()76 mTagCount = src.mTagCount; in copyFrom()309 desc->mTagCount = tagCount; in createDescriptorFromOps()
102 int32_t mTagCount; variable