Lines Matching refs:CZString
547 class CZString {
554 CZString(ArrayIndex index);
555 CZString(char const* str, unsigned length, DuplicationPolicy allocate);
556 CZString(CZString const& other);
557 ~CZString();
558 CZString& operator=(CZString other);
559 bool operator<(CZString const& other) const;
560 bool operator==(CZString const& other) const;
568 void swap(CZString& other);
584 typedef std::map<CZString, Value> ObjectValues;
586 typedef CppTL::SmallMap<CZString, Value> ObjectValues;