Searched refs:commentsBefore_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
H A Djson_reader.cpp91 commentsBefore_(),
106 commentsBefore_(),
158 commentsBefore_ = "";
167 if ( collectComments_ && !commentsBefore_.empty() )
168 root.setComment( commentsBefore_, commentAfter );
193 if ( collectComments_ && !commentsBefore_.empty() )
195 currentValue().setComment( commentsBefore_, commentBefore );
196 commentsBefore_ = "";
410 if ( !commentsBefore_.empty() )
411 commentsBefore_
[all...]
/external/jsoncpp/src/lib_json/
H A Djson_reader.cpp89 commentsBefore_(),
104 commentsBefore_(),
156 commentsBefore_ = "";
165 if ( collectComments_ && !commentsBefore_.empty() )
166 root.setComment( commentsBefore_, commentAfter );
191 if ( collectComments_ && !commentsBefore_.empty() )
193 currentValue().setComment( commentsBefore_, commentBefore );
194 commentsBefore_ = "";
408 if ( !commentsBefore_.empty() )
409 commentsBefore_
[all...]
/external/jsoncpp/include/json/
H A Dreader.h180 std::string commentsBefore_; member in class:Json::Reader

Completed in 439 milliseconds