Home
last modified time | relevance | path

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

/aosp_15_r20/external/bcc/tests/cc/
H A Dcatch.hpp3978 void convertInto( std::string const& _source, T& _dest ) { in convertInto() function
3985 inline void convertInto( std::string const& _source, std::string& _dest ) { in convertInto() function
3988 inline void convertInto( std::string const& _source, bool& _dest ) { in convertInto() function
3998 inline void convertInto( bool _source, bool& _dest ) { in convertInto() function
4002 inline void convertInto( bool, T& ) { in convertInto() function