Searched refs:ItemSize (Results 1 – 6 of 6) sorted by relevance
21 ItemSize = itemSize; in StringMapImpl()96 char *ItemStr = (char*)BucketItem+ItemSize; in LookupBucketFor()140 char *ItemStr = (char*)BucketItem+ItemSize; in FindKey()159 const char *VStr = (char*)V + ItemSize; in RemoveKey()
50 unsigned ItemSize; variable55 NumBuckets(0), NumItems(0), NumTombstones(0), ItemSize(itemSize) {} in StringMapImpl()59 ItemSize(RHS.ItemSize) { in StringMapImpl()66 StringMapImpl(unsigned InitSize, unsigned ItemSize);
45 const uint32_t ItemSize = 4; in getStringOffsetSectionItem() local46 uint32_t Offset = Index * ItemSize; in getStringOffsetSectionItem()47 if (StringOffsetSection.size() < Offset + ItemSize) in getStringOffsetSectionItem()
56 #define OT_COUNT(Name, ItemSize) ((unsigned int) sizeof(((struct TABLE_NAME*)0)->Name) \ argument57 / (unsigned int)(ItemSize) \
370 unsigned ItemSize = getCurrentSection().first->isVirtualSection() ? 0 : 1; in EmitZeros() local371 insert(new MCFillFragment(0, ItemSize, NumBytes)); in EmitZeros()
237 virtual int ItemSize() const = 0;258 virtual int ItemSize() const { return SIZE; } in ItemSize() function