Home
last modified time | relevance | path

Searched refs:hasCommentForValue (Results 1 – 4 of 4) sorted by relevance

/external/jsoncpp/include/json/
Dwriter.h117 bool hasCommentForValue(const Value& value);
180 bool hasCommentForValue(const Value& value);
/external/jsoncpp/src/lib_json/
Djson_writer.cpp443 bool StyledWriter::hasCommentForValue(const Value& value) { in hasCommentForValue() function in Json::StyledWriter
659 bool StyledStreamWriter::hasCommentForValue(const Value& value) { in hasCommentForValue() function in Json::StyledStreamWriter
/external/protobuf/conformance/third_party/jsoncpp/
Djson.h1899 bool hasCommentForValue(const Value& value);
1963 bool hasCommentForValue(const Value& value);
Djsoncpp.cpp4492 if (hasCommentForValue(value[index])) { in isMultineArray()
4565 bool StyledWriter::hasCommentForValue(const Value& value) { in hasCommentForValue() function in Json::StyledWriter
4711 if (hasCommentForValue(value[index])) { in isMultineArray()
4780 bool StyledStreamWriter::hasCommentForValue(const Value& value) { in hasCommentForValue() function in Json::StyledStreamWriter
4821 static bool hasCommentForValue(const Value& value);
4994 if (hasCommentForValue(value[index])) { in isMultineArray()
5069 bool BuiltStyledStreamWriter::hasCommentForValue(const Value& value) { in hasCommentForValue() function in Json::BuiltStyledStreamWriter