Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp7403 struct NameAndLocation { struct
7407 NameAndLocation( std::string const& _name, SourceLineInfo const& _location );
7418 virtual NameAndLocation const& nameAndLocation() const = 0;
7434 virtual ITrackerPtr findChild( NameAndLocation const& nameAndLocation ) = 0;
7479 NameAndLocation m_nameAndLocation;
7486 … TrackerBase( NameAndLocation const& nameAndLocation, TrackerContext& ctx, ITracker* parent );
7488 NameAndLocation const& nameAndLocation() const override;
7496 ITrackerPtr findChild( NameAndLocation const& nameAndLocation ) override;
7519 … SectionTracker( NameAndLocation const& nameAndLocation, TrackerContext& ctx, ITracker* parent );
7525 … static SectionTracker& acquire( TrackerContext& ctx, NameAndLocation const& nameAndLocation );
[all …]