Home
last modified time | relevance | path

Searched refs:document_ (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/jsoncpp/src/lib_json/
A Djson_writer.cpp374 document_.clear(); in write()
378 return document_; in write()
409 document_ += '['; in writeValue()
416 document_ += ']'; in writeValue()
441 document_.clear(); in write()
447 document_ += '\n'; in write()
448 return document_; in write()
590 char last = document_[document_.length() - 1]; in writeIndent()
615 document_ += '\n'; in writeCommentBeforeValue()
627 document_ += '\n'; in writeCommentBeforeValue()
[all …]
A Djson_reader.cpp93 document_.assign(document.begin(), document.end()); in parse()
94 const char* begin = document_.c_str(); in parse()
95 const char* end = begin + document_.length(); in parse()
982 String document_{}; member in Json::OurReader
/AliOS-Things-master/components/oss/src/external/json/
A Djsoncpp.cpp4531 document_.clear(); in write()
4535 return document_; in write()
4566 document_ += '['; in writeValue()
4573 document_ += ']'; in writeValue()
4599 document_.clear(); in write()
4605 document_ += "\n"; in write()
4606 return document_; in write()
4747 char last = document_[document_.length() - 1]; in writeIndent()
4772 document_ += "\n"; in writeCommentBeforeValue()
4785 document_ += "\n"; in writeCommentBeforeValue()
[all …]
A Djson.h1607 JSONCPP_STRING document_; variable
1982 JSONCPP_STRING document_; variable
2048 JSONCPP_STRING document_; variable
2121 JSONCPP_OSTREAM* document_; variable
/AliOS-Things-master/components/jsoncpp/include/json/
A Dwriter.h191 String document_; variable
258 String document_; variable
332 OStream* document_; variable
A Dreader.h232 String document_; variable

Completed in 25 milliseconds