Searched refs:JSONCPP_MOVE (Results 1 – 3 of 3) sorted by relevance
96 #define JSONCPP_MOVE(value) std::move(value) macro103 #define JSONCPP_MOVE(value) value macro
646 indentation_(JSONCPP_MOVE(indentation)), addChildValues_(), in StyledStreamWriter()916 : rightMargin_(74), indentation_(JSONCPP_MOVE(indentation)), cs_(cs), in BuiltStyledStreamWriter()917 colonSymbol_(JSONCPP_MOVE(colonSymbol)), in BuiltStyledStreamWriter()918 nullSymbol_(JSONCPP_MOVE(nullSymbol)), in BuiltStyledStreamWriter()919 endingLineFeedSymbol_(JSONCPP_MOVE(endingLineFeedSymbol)), in BuiltStyledStreamWriter()
195 Exception::Exception(String msg) : msg_(JSONCPP_MOVE(msg)) {} in Exception()1153 (*this)[i] = JSONCPP_MOVE((*this)[i - 1]); in insert()1155 (*this)[index] = JSONCPP_MOVE(newValue); in insert()1180 *removed = JSONCPP_MOVE(it->second); in insert()1504 : key_(JSONCPP_MOVE(key)), kind_(kindKey) {} in insert()