Searched refs:childValues_ (Results 1 - 2 of 2) sorted by relevance

/external/jsoncpp/src/lib_json/
H A Djson_writer.cpp375 bool hasChildValue = !childValues_.empty();
382 writeWithIndent( childValues_[index] );
401 assert( childValues_.size() == size );
407 document_ += childValues_[index];
420 childValues_.clear();
430 childValues_.reserve( size );
436 lineLength += int( childValues_[index].length() );
450 childValues_.push_back( value );
652 bool hasChildValue = !childValues_.empty();
659 writeWithIndent( childValues_[inde
684 *document_ << childValues_[index]; local
[all...]
/external/jsoncpp/include/json/
H A Dwriter.h100 ChildValues childValues_; member in class:Json::StyledWriter
158 ChildValues childValues_; member in class:Json::StyledStreamWriter

Completed in 3545 milliseconds