Searched defs:StringAtom (Results 1 – 3 of 3) sorted by relevance
68 StringAtom(const StringAtom& other) noexcept : value_(other.value_) {} in StringAtom() function77 StringAtom(StringAtom&& other) noexcept : value_(other.value_) {} in StringAtom() function
234 StringAtom::StringAtom() : value_(kEmptyString) {} in StringAtom() function in StringAtom236 StringAtom::StringAtom(std::string_view str) noexcept in StringAtom() function in StringAtom
107 TEST(StringAtom, AllocMoreThanASingleSlabOfKeys) { in TEST() argument