Home
last modified time | relevance | path

Searched defs:StringMaker (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/bcc/tests/cc/
H A Dcatch.hpp1670 struct StringMaker : struct
1674 struct StringMaker<T*> { struct
1676 static std::string convert( U* p ) { in convert()
1685 struct StringMaker<R C::*> { struct
1686 static std::string convert( R C::* p ) { in convert()
1740 struct StringMaker<std::tuple<Types...>> { struct
1742 static std::string convert( const std::tuple<Types...>& tuple ) in convert()