Home
last modified time | relevance | path

Searched refs:JSONCPP_MOVE (Results 1 – 3 of 3) sorted by relevance

/third_party/jsoncpp/include/json/
Dconfig.h96 #define JSONCPP_MOVE(value) std::move(value) macro
103 #define JSONCPP_MOVE(value) value macro
/third_party/jsoncpp/src/lib_json/
Djson_writer.cpp646 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()
Djson_value.cpp195 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()