Searched refs:FixedAttributeSize (Results 1 – 2 of 2) sorted by relevance
33 FixedAttributeSize.reset(); in clear()60 FixedAttributeSize = FixedSizeInfo(); in extract()78 if (FixedAttributeSize) in extract()79 ++FixedAttributeSize->NumAddrs; in extract()83 if (FixedAttributeSize) in extract()84 ++FixedAttributeSize->NumRefAddrs; in extract()93 if (FixedAttributeSize) in extract()101 if (FixedAttributeSize) in extract()108 FixedAttributeSize.reset(); in extract()213 if (FixedAttributeSize) in getFixedAttributesByteSize()[all …]
179 Optional<FixedSizeInfo> FixedAttributeSize; variable