Home | History | Annotate | Download | only in vkjson

Lines Matching refs:object_

870   JsonWriterVisitor() : object_(Json::objectValue) {}
875 object_[key] = ToJsonValue(*value);
882 object_[key] = ArrayToJsonValue(count, *value);
886 Json::Value get_object() const { return object_; }
889 Json::Value object_;
1038 : object_(object), errors_(errors) {}
1041 return ReadValue(object_, key, value, errors_);
1048 Json::Value json_value = (*object_)[key];
1062 Json::Value* object_;