Lines Matching refs:Assign

69           Assign(c);
76 Assign(data, length);
82 Assign(str);
88 Assign(tuple);
95 Assign(readable);
100 self_type& operator=( char_type c ) { Assign(c); return *this; }
101 self_type& operator=( const char_type* data ) { Assign(data); return *this; }
102 self_type& operator=( const self_type& str ) { Assign(str); return *this; }
103 self_type& operator=( const substring_type& str ) { Assign(str); return *this; }
104 self_type& operator=( const substring_tuple_type& tuple ) { Assign(tuple); return *this; }
105 self_type& operator=( const abstract_string_type& readable ) { Assign(readable); return *this; }
482 self_type& operator=( char_type c ) { Assign(c); return *this; }
483 self_type& operator=( const char_type* data ) { Assign(data); return *this; }
484 self_type& operator=( const substring_type& str ) { Assign(str); return *this; }
485 self_type& operator=( const substring_tuple_type& tuple ) { Assign(tuple); return *this; }
486 self_type& operator=( const abstract_string_type& readable ) { Assign(readable); return *this; }
523 Assign(c);
530 Assign(data, length);
536 Assign(str);
543 Assign(str);
549 Assign(tuple);
556 Assign(readable);
560 self_type& operator=( char_type c ) { Assign(c); return *this; }
561 self_type& operator=( const char_type* data ) { Assign(data); return *this; }
562 self_type& operator=( const self_type& str ) { Assign(str); return *this; }
563 self_type& operator=( const substring_type& str ) { Assign(str); return *this; }
564 self_type& operator=( const substring_tuple_type& tuple ) { Assign(tuple); return *this; }
565 self_type& operator=( const abstract_string_type& readable ) { Assign(readable); return *this; }
597 Assign(str);
620 self_type& operator=( char_type c ) { Assign(c); return *this; }
621 self_type& operator=( const char_type* data ) { Assign(data); return *this; }
622 self_type& operator=( const self_type& str ) { Assign(str); return *this; }
623 self_type& operator=( const substring_type& str ) { Assign(str); return *this; }
624 self_type& operator=( const substring_tuple_type& tuple ) { Assign(tuple); return *this; }
625 self_type& operator=( const abstract_string_type& readable ) { Assign(readable); return *this; }
707 self_type& operator=( const substring_type& str ) { Assign(str); return *this; }
708 self_type& operator=( const substring_tuple_type& tuple ) { Assign(tuple); return *this; }
709 self_type& operator=( const abstract_string_type& readable ) { Assign(readable); return *this; }