Home | History | Annotate | Download | only in veridex

Lines Matching full:existing

31     auto existing = type_map_.find(name);
32 if (existing != type_map_.end()) {
34 type_infos_[class_def.class_idx_.index_] = *existing->second;
90 auto existing = type_map_.find(name);
91 if (existing == type_map_.end()) {
101 existing = type_map_.find(klass_name);
102 if (existing == type_map_.end()) {
108 existing->second->GetKind(), last_array + 1, existing->second->GetClassDef());
115 cls = existing->second;