Searched refs:_source (Results 1 – 3 of 3) sorted by relevance
443 .. _source-code-generation-legacy:
3987 void convertInto( std::string const& _source, T& _dest ) { in convertInto() argument3989 ss << _source; in convertInto()3992 throw std::runtime_error( "Unable to convert " + _source + " to destination type" ); in convertInto()3994 inline void convertInto( std::string const& _source, std::string& _dest ) { in convertInto() argument3995 _dest = _source; in convertInto()3997 inline void convertInto( std::string const& _source, bool& _dest ) { in convertInto() argument3998 std::string sourceLC = _source; in convertInto()4005 …throw std::runtime_error( "Expected a boolean value but did not recognise:\n '" + _source + "'" ); in convertInto()
551 _source,