Home
last modified time | relevance | path

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

/third_party/jsoncpp/include/json/
Dvalue.h157 JSONCPP_OP_EXPLICIT StaticString(const char* czstring) : c_str_(czstring) {} in StaticString()
440 JSONCPP_OP_EXPLICIT operator bool() const;
826 JSONCPP_OP_EXPLICIT
850 JSONCPP_OP_EXPLICIT
897 JSONCPP_OP_EXPLICIT ValueIterator(const ValueConstIterator& other);
903 JSONCPP_OP_EXPLICIT
Dconfig.h75 #define JSONCPP_OP_EXPLICIT explicit macro
77 #define JSONCPP_OP_EXPLICIT macro
/third_party/jsoncpp/src/lib_json/
Djson_reader.cpp906 JSONCPP_OP_EXPLICIT OurReader(OurFeatures const& features);