HomeSort by relevance Sort by last modified time
    Searched refs:lastValue_ (Results 1 - 4 of 4) sorted by null

  /external/jsoncpp/include/json/
reader.h 238 Value* lastValue_;
  /external/jsoncpp/src/lib_json/
json_reader.cpp 81 lastValue_(), commentsBefore_(), features_(Features::all()),
86 lastValue_(), commentsBefore_(), features_(features), collectComments_() {
123 lastValue_ = 0;
218 lastValue_ = &currentValue();
360 assert(lastValue_ != 0);
361 lastValue_->setComment(std::string(begin, end), placement);
  /external/protobuf/conformance/third_party/jsoncpp/
jsoncpp.cpp 276 lastValue_(), commentsBefore_(), features_(Features::all()),
281 lastValue_(), commentsBefore_(), features_(features), collectComments_() {
318 lastValue_ = 0;
424 lastValue_ = &currentValue();
580 assert(lastValue_ != 0);
581 lastValue_->setComment(normalized, placement);
    [all...]
json.h     [all...]

Completed in 171 milliseconds