Lines Matching refs:const_iterator

1051   for (Errors::const_iterator itError = errors_.begin();  in getFormattedErrorMessages()
1067 for (Errors::const_iterator itError = errors_.begin(); in getStructuredErrors()
2078 for (Errors::const_iterator itError = errors_.begin(); in getFormattedErrorMessages()
2094 for (Errors::const_iterator itError = errors_.begin(); in getStructuredErrors()
3450 ObjectValues::const_iterator itLast = value_.map_->end(); in size()
3535 ObjectValues::const_iterator it = value_.map_->find(key); in operator []()
3611 ObjectValues::const_iterator it = value_.map_->find(actualKey); in find()
3767 ObjectValues::const_iterator it = value_.map_->begin(); in getMemberNames()
3768 ObjectValues::const_iterator itEnd = value_.map_->end(); in getMemberNames()
3968 Value::const_iterator Value::begin() const { in begin()
3973 return const_iterator(value_.map_->begin()); in begin()
3978 return const_iterator(); in begin()
3981 Value::const_iterator Value::end() const { in end()
3986 return const_iterator(value_.map_->end()); in end()
3991 return const_iterator(); in end()
4056 InArgs::const_iterator itInArg = in.begin(); in makePath()
4086 InArgs::const_iterator& itInArg, in addPathInArg()
4103 for (Args::const_iterator it = args_.begin(); it != args_.end(); ++it) { in resolve()
4129 for (Args::const_iterator it = args_.begin(); it != args_.end(); ++it) { in resolve()
4148 for (Args::const_iterator it = args_.begin(); it != args_.end(); ++it) { in make()
4775 JSONCPP_STRING::const_iterator iter = comment.begin(); in writeCommentBeforeValue()
4991 JSONCPP_STRING::const_iterator iter = comment.begin(); in writeCommentBeforeValue()
5279 JSONCPP_STRING::const_iterator iter = comment.begin(); in writeCommentBeforeValue()