Lines Matching refs:operator

597   operator const char*() const { return c_str_; }
701 CZString& operator=(const CZString& other); variable
704 CZString& operator=(CZString&& other); variable
707 bool operator<(CZString const& other) const;
708 bool operator==(CZString const& other) const;
795 Value& operator=(Value other); variable
810 bool operator<(const Value& other) const;
811 bool operator<=(const Value& other) const;
812 bool operator>=(const Value& other) const;
813 bool operator>(const Value& other) const;
814 bool operator==(const Value& other) const;
815 bool operator!=(const Value& other) const;
866 explicit operator bool() const;
886 Value& operator[](ArrayIndex index);
894 Value& operator[](int index);
899 const Value& operator[](ArrayIndex index) const;
904 const Value& operator[](int index) const;
924 Value& operator[](const char* key);
927 const Value& operator[](const char* key) const;
930 Value& operator[](const JSONCPP_STRING& key);
934 const Value& operator[](const JSONCPP_STRING& key) const;
947 Value& operator[](const StaticString& key);
950 Value& operator[](const CppTL::ConstString& key);
953 const Value& operator[](const CppTL::ConstString& key) const;
1178 bool operator==(const SelfType& other) const { return isEqual(other); }
1180 bool operator!=(const SelfType& other) const { return !isEqual(other); }
1182 difference_type operator-(const SelfType& other) const {
1255 SelfType& operator=(const ValueIteratorBase& other);
1257 SelfType operator++(int) {
1263 SelfType operator--(int) {
1269 SelfType& operator--() {
1274 SelfType& operator++() {
1279 reference operator*() const { return deref(); }
1281 pointer operator->() const { return &deref(); }
1306 SelfType& operator=(const SelfType& other);
1308 SelfType operator++(int) {
1314 SelfType operator--(int) {
1320 SelfType& operator--() {
1325 SelfType& operator++() {
1330 reference operator*() const { return deref(); }
1332 pointer operator->() const { return &deref(); }
1720 Value& operator[](JSONCPP_STRING key);
1769 JSON_API JSONCPP_ISTREAM& operator>>(JSONCPP_ISTREAM&, Value&);
1927 Value& operator[](JSONCPP_STRING key);
2144 JSON_API JSONCPP_OSTREAM& operator<<(JSONCPP_OSTREAM&, const Value& root);