Searched defs:StringAtom (Results 1 – 3 of 3) sorted by relevance
69 StringAtom(const StringAtom& other) noexcept : value_(other.value_) {} in StringAtom() function78 StringAtom(StringAtom&& other) noexcept : value_(other.value_) {} in StringAtom() function
218 StringAtom::StringAtom() : value_(kEmptyString) {} in StringAtom() function in StringAtom220 StringAtom::StringAtom(std::string_view str) noexcept in StringAtom() function in StringAtom
131 TEST(StringAtom, AllocMoreThanASingleSlabOfKeys) { in TEST() argument