Searched defs:needThis (Results 1 – 1 of 1) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/utils/ |
D | memory_reporter.h | 117 void ReportMemoryUsage(const std::string &member, const T &t, bool needThis) in ReportMemoryUsage() 123 void ReportMemoryUsage(const std::string &member, const std::vector<T> &that, bool needThis) in ReportMemoryUsage() 138 void ReportMemoryUsage(const std::string &member, const std::shared_ptr<T> &that, bool needThis) in ReportMemoryUsage() 153 void ReportMemoryUsage(const std::string &member, const std::unique_ptr<T> &that, bool needThis) in ReportMemoryUsage() 168 void ReportMemoryUsage(const std::string &member, const std::map<K, V> &that, bool needThis) in ReportMemoryUsage()
|