Lines Matching refs:CZString
163 class CZString {
170 CZString(ArrayIndex index);
171 CZString(const char* cstr, DuplicationPolicy allocate);
172 CZString(const CZString& other);
173 ~CZString();
174 CZString& operator=(CZString other);
175 bool operator<(const CZString& other) const;
176 bool operator==(const CZString& other) const;
182 void swap(CZString& other);
189 typedef std::map<CZString, Value> ObjectValues;
191 typedef CppTL::SmallMap<CZString, Value> ObjectValues;