Lines Matching defs:PGOHandler
36 class PGOHandler {
42 PGOHandler()
48 PGOHandler(TrackType type, int meta)
54 PGOHandler(TrackType type, int meta, bool isSymbol)
118 bool operator!=(const PGOHandler &right) const
123 bool operator==(const PGOHandler &right) const
132 using PropertyDesc = std::pair<CString, PGOHandler>;
143 virtual void InsertKeyAndDesc(const CString &key, const PGOHandler &handler) = 0;
144 virtual bool UpdateKeyAndDesc(const CString &key, const PGOHandler &handler) = 0;
180 void InsertKeyAndDesc(const PGOHandler &handler, PropertyDesc &desc);
205 void InsertKeyAndDesc(const CString &key, const PGOHandler &handler) override;
206 bool UpdateKeyAndDesc(const CString &key, const PGOHandler &handler) override;
261 void InsertKeyAndDesc(const CString &key, const PGOHandler &handler) override;
262 bool UpdateKeyAndDesc(const CString &key, const PGOHandler &handler) override;
339 PGOLayoutDescInfo(const CString &key, PGOHandler handler) : handler_(handler)
365 PGOHandler GetHandler() const
372 PGOHandler handler_;