Home | History | Annotate | Download | only in Object

Lines Matching defs:NamePair

17 SectionMap::NamePair SectionMap::NullName;
20 // SectionMap::NamePair
22 SectionMap::NamePair::NamePair()
26 SectionMap::NamePair::NamePair(const std::string& pFrom, const std::string& pTo)
31 bool SectionMap::NamePair::isNull() const
39 const SectionMap::NamePair& SectionMap::find(const std::string& pFrom) const
45 SectionMap::NamePair& SectionMap::find(const std::string& pFrom)
51 const SectionMap::NamePair&
63 SectionMap::NamePair&
75 SectionMap::NamePair& SectionMap::append(const std::string &pFrom,
79 NamePair& result = find(pFrom);
86 NamePair entry(pFrom, pTo);
91 bool SectionMap::matched(const NamePair& pNamePair,