Home
last modified time | relevance | path

Searched refs:GeneratorTargetSearchIndex (Results 1 – 12 of 12) sorted by relevance

/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmGlobalGenerator.cxx1816 this->GeneratorTargetSearchIndex.clear(); in ClearGeneratorMembers()
2348 this->GeneratorTargetSearchIndex[gt->GetName()] = gt; in IndexGeneratorTarget()
2375 this->GeneratorTargetSearchIndex[id] = const_cast<cmGeneratorTarget*>(gt); in IndexGeneratorTargetUniquely()
2408 auto const it = this->GeneratorTargetSearchIndex.find(name); in FindGeneratorTargetImpl()
2409 if (it != this->GeneratorTargetSearchIndex.end()) { in FindGeneratorTargetImpl()
H A DcmGlobalGenerator.h640 GeneratorTargetMap GeneratorTargetSearchIndex; variable
H A DcmLocalGenerator.h596 GeneratorTargetMap GeneratorTargetSearchIndex; variable
H A DcmLocalGenerator.cxx730 this->GeneratorTargetSearchIndex.emplace(gt_ptr->GetName(), gt_ptr); in AddGeneratorTarget()
749 auto ti = this->GeneratorTargetSearchIndex.find(name); in FindLocalNonAliasGeneratorTarget()
750 if (ti != this->GeneratorTargetSearchIndex.end()) { in FindLocalNonAliasGeneratorTarget()
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmGlobalGenerator.cxx1816 this->GeneratorTargetSearchIndex.clear(); in ClearGeneratorMembers()
2348 this->GeneratorTargetSearchIndex[gt->GetName()] = gt; in IndexGeneratorTarget()
2375 this->GeneratorTargetSearchIndex[id] = const_cast<cmGeneratorTarget*>(gt); in IndexGeneratorTargetUniquely()
2408 auto const it = this->GeneratorTargetSearchIndex.find(name); in FindGeneratorTargetImpl()
2409 if (it != this->GeneratorTargetSearchIndex.end()) { in FindGeneratorTargetImpl()
H A DcmGlobalGenerator.h640 GeneratorTargetMap GeneratorTargetSearchIndex; variable
H A DcmLocalGenerator.h596 GeneratorTargetMap GeneratorTargetSearchIndex; variable
H A DcmLocalGenerator.cxx730 this->GeneratorTargetSearchIndex.emplace(gt_ptr->GetName(), gt_ptr); in AddGeneratorTarget()
749 auto ti = this->GeneratorTargetSearchIndex.find(name); in FindLocalNonAliasGeneratorTarget()
750 if (ti != this->GeneratorTargetSearchIndex.end()) { in FindLocalNonAliasGeneratorTarget()
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmGlobalGenerator.cxx1816 this->GeneratorTargetSearchIndex.clear(); in ClearGeneratorMembers()
2348 this->GeneratorTargetSearchIndex[gt->GetName()] = gt; in IndexGeneratorTarget()
2375 this->GeneratorTargetSearchIndex[id] = const_cast<cmGeneratorTarget*>(gt); in IndexGeneratorTargetUniquely()
2408 auto const it = this->GeneratorTargetSearchIndex.find(name); in FindGeneratorTargetImpl()
2409 if (it != this->GeneratorTargetSearchIndex.end()) { in FindGeneratorTargetImpl()
H A DcmGlobalGenerator.h640 GeneratorTargetMap GeneratorTargetSearchIndex; variable
H A DcmLocalGenerator.h596 GeneratorTargetMap GeneratorTargetSearchIndex; variable
H A DcmLocalGenerator.cxx730 this->GeneratorTargetSearchIndex.emplace(gt_ptr->GetName(), gt_ptr); in AddGeneratorTarget()
749 auto ti = this->GeneratorTargetSearchIndex.find(name); in FindLocalNonAliasGeneratorTarget()
750 if (ti != this->GeneratorTargetSearchIndex.end()) { in FindLocalNonAliasGeneratorTarget()