Lines Matching refs:CZString
687 class CZString {
694 CZString(ArrayIndex index);
695 CZString(char const* str, unsigned length, DuplicationPolicy allocate);
696 CZString(CZString const& other);
698 CZString(CZString&& other);
700 ~CZString();
701 CZString& operator=(const CZString& other);
704 CZString& operator=(CZString&& other);
707 bool operator<(CZString const& other) const;
708 bool operator==(CZString const& other) const;
716 void swap(CZString& other);
732 typedef std::map<CZString, Value> ObjectValues;
734 typedef CppTL::SmallMap<CZString, Value> ObjectValues;