Lines Matching refs:CZString
260 class CZString {
263 CZString(ArrayIndex index);
264 CZString(char const* str, unsigned length, DuplicationPolicy allocate);
265 CZString(CZString const& other);
266 CZString(CZString&& other);
267 ~CZString();
268 CZString& operator=(const CZString& other);
269 CZString& operator=(CZString&& other);
271 bool operator<(CZString const& other) const;
272 bool operator==(CZString const& other) const;
280 void swap(CZString& other);
295 typedef std::map<CZString, Value> ObjectValues;