Home
last modified time | relevance | path

Searched defs:CommentInfo (Results 1 – 2 of 2) sorted by relevance

/external/jsoncpp/include/json/
Dvalue.h460 struct CommentInfo { struct
466 char* comment_;
/external/jsoncpp/src/lib_json/
Djson_value.cpp137 Value::CommentInfo::CommentInfo() : comment_(0) {} in CommentInfo() function in Json::Value::CommentInfo