Lines Matching refs:actualKey
3391 CZString actualKey( in resolveReference()
3393 ObjectValues::iterator it = value_.map_->lower_bound(actualKey); in resolveReference()
3394 if (it != value_.map_->end() && (*it).first == actualKey) in resolveReference()
3397 ObjectValues::value_type defaultValue(actualKey, nullRef); in resolveReference()
3411 CZString actualKey( in resolveReference()
3413 ObjectValues::iterator it = value_.map_->lower_bound(actualKey); in resolveReference()
3414 if (it != value_.map_->end() && (*it).first == actualKey) in resolveReference()
3417 ObjectValues::value_type defaultValue(actualKey, nullRef); in resolveReference()
3436 CZString actualKey(key, static_cast<unsigned>(cend-key), CZString::noDuplication); in find()
3437 ObjectValues::const_iterator it = value_.map_->find(actualKey); in find()
3500 CZString actualKey(key, static_cast<unsigned>(cend-key), CZString::noDuplication); in removeMember()
3501 ObjectValues::iterator it = value_.map_->find(actualKey); in removeMember()