Searched defs:StringMapImpl (Results 1 – 2 of 2) sorted by relevance
44 explicit StringMapImpl(unsigned itemSize) : ItemSize(itemSize) {} in StringMapImpl() function 45 StringMapImpl(StringMapImpl &&RHS) in StringMapImpl() function [all...]
46 uint32_t StringMapImpl::hash(StringRef Key) { return xxh3_64bits(Key); } in StringMapImpl() function in StringMapImpl