Searched refs:getDebugInterfacePrefix (Results 1 – 2 of 2) sorted by relevance
341 std::string getDebugInterfacePrefix() const override { in getDebugInterfacePrefix() function in __anon52819bea0311::TrivialIterator443 std::string getDebugInterfacePrefix() const override { in getDebugInterfacePrefix() function in __anon52819bea0311::DedupIterator578 std::string getDebugInterfacePrefix() const override { in getDebugInterfacePrefix() function in __anon52819bea0311::FilterIterator579 return std::string("filter<") + wrap->getDebugInterfacePrefix() + ">"; in getDebugInterfacePrefix()635 std::string getDebugInterfacePrefix() const override { in getDebugInterfacePrefix() function in __anon52819bea0311::PadIterator636 return std::string("pad<") + wrap->getDebugInterfacePrefix() + ">"; in getDebugInterfacePrefix()722 std::string getDebugInterfacePrefix() const override { in getDebugInterfacePrefix() function in __anon52819bea0311::NonEmptySubSectIterator723 return std::string("ne_sub<") + delegate->getDebugInterfacePrefix() + ">"; in getDebugInterfacePrefix()885 std::string getDebugInterfacePrefix() const override { in getDebugInterfacePrefix() function in __anon52819bea0311::SubSectIterator886 return std::string("subsect<") + wrap->getDebugInterfacePrefix() + ">"; in getDebugInterfacePrefix()[all …]
184 virtual std::string getDebugInterfacePrefix() const = 0;