Lines Matching refs:CZString
590 class CZString {
597 CZString(ArrayIndex index);
598 CZString(char const* str, unsigned length, DuplicationPolicy allocate);
599 CZString(CZString const& other);
601 CZString(CZString&& other);
603 ~CZString();
604 CZString& operator=(CZString other);
605 bool operator<(CZString const& other) const;
606 bool operator==(CZString const& other) const;
614 void swap(CZString& other);
630 typedef std::map<CZString, Value> ObjectValues;
632 typedef CppTL::SmallMap<CZString, Value> ObjectValues;