Lines Matching refs:actualKey
3358 CZString actualKey( in resolveReference()
3360 ObjectValues::iterator it = value_.map_->lower_bound(actualKey); in resolveReference()
3361 if (it != value_.map_->end() && (*it).first == actualKey) in resolveReference()
3364 ObjectValues::value_type defaultValue(actualKey, nullRef); in resolveReference()
3378 CZString actualKey( in resolveReference()
3380 ObjectValues::iterator it = value_.map_->lower_bound(actualKey); in resolveReference()
3381 if (it != value_.map_->end() && (*it).first == actualKey) in resolveReference()
3384 ObjectValues::value_type defaultValue(actualKey, nullRef); in resolveReference()
3403 CZString actualKey(key, static_cast<unsigned>(end-key), CZString::noDuplication); in find()
3404 ObjectValues::const_iterator it = value_.map_->find(actualKey); in find()
3467 CZString actualKey(key, static_cast<unsigned>(end-key), CZString::noDuplication); in removeMember()
3468 ObjectValues::iterator it = value_.map_->find(actualKey); in removeMember()