Searched refs:RecordLength (Results 1 – 2 of 2) sorted by relevance
2522 unsigned RecordLength = Record.size(); in ParseMetadataAttachment() local2523 if (Record.empty() || (RecordLength - 1) % 2 == 1) in ParseMetadataAttachment()2526 for (unsigned i = 1; i != RecordLength; i = i+2) { in ParseMetadataAttachment()
2785 unsigned RecordLength = Record.size(); in ParseMetadataAttachment() local2786 if (Record.empty() || (RecordLength - 1) % 2 == 1) in ParseMetadataAttachment()2789 for (unsigned i = 1; i != RecordLength; i = i+2) { in ParseMetadataAttachment()