Searched defs:_dest (Results 1 – 5 of 5) sorted by relevance
24 _dest: label
109 #define bkey_copy(_dest, _src) memcpy(_dest, _src, bkey_bytes(_src)) argument
1934 CPVRTString& CPVRTString::substitute(const char* _src, const char* _dest, bool _all) in substitute()
3978 void convertInto( std::string const& _source, T& _dest ) { in convertInto()3985 inline void convertInto( std::string const& _source, std::string& _dest ) { in convertInto()3988 inline void convertInto( std::string const& _source, bool& _dest ) { in convertInto()3998 inline void convertInto( bool _source, bool& _dest ) { in convertInto()