Searched refs:ItemSize (Results 1 – 7 of 7) sorted by relevance
20 ItemSize = itemSize; in StringMapImpl()93 char *ItemStr = (char*)BucketItem+ItemSize; in LookupBucketFor()137 char *ItemStr = (char*)BucketItem+ItemSize; in FindKey()156 const char *VStr = (char*)V + ItemSize; in RemoveKey()
32 ItemSize = itemSize; in StringMapImpl()110 char *ItemStr = (char*)BucketItem+ItemSize; in LookupBucketFor()154 char *ItemStr = (char*)BucketItem+ItemSize; in FindKey()173 const char *VStr = (char*)V + ItemSize; in RemoveKey()
52 unsigned ItemSize; variable58 NumBuckets(0), NumItems(0), NumTombstones(0), ItemSize(itemSize) {} in StringMapImpl()62 ItemSize(RHS.ItemSize) { in StringMapImpl()69 StringMapImpl(unsigned InitSize, unsigned ItemSize);
68 const uint32_t ItemSize = 4; in getStringOffsetSectionItem() local69 uint32_t Offset = Index * ItemSize; in getStringOffsetSectionItem()70 if (StringOffsetSection.size() < Offset + ItemSize) in getStringOffsetSectionItem()
71 unsigned ItemSize; variable73 explicit StringMapImpl(unsigned itemSize) : ItemSize(itemSize) { in StringMapImpl()80 StringMapImpl(unsigned InitSize, unsigned ItemSize);
56 #define OT_COUNT(Name, ItemSize) ((unsigned int) sizeof(((struct TABLE_NAME*)0)->Name) \ argument57 / (unsigned int)(ItemSize) \
237 virtual int ItemSize() const = 0;258 virtual int ItemSize() const { return SIZE; } in ItemSize() function