Lines Matching defs:Other

11 OL::OL(const OL &Other) : Field(Other.Field) {}  in OL()
14 OL &OL::operator=(const OL &Other) { in operator =()
37 NU(const NU &Other) : Field(Other.Field) {} in NU()
39 NU &operator=(const NU &Other) { in operator =()
66 WT &WT::operator=(const IL &Other) { return *this; } in operator =()
91 WI &WI::operator=(const WI &Other) { in operator =()
103 MF &MF::operator=(const MF &Other) { in operator =()
140 Empty &Empty::operator=(const Empty &Other) { return *this; } in operator =()
161 BF &BF::operator=(const BF &Other) { in operator =()
178 BC &BC::operator=(const BC &Other) { in operator =()
195 BCWM &BCWM::operator=(const BCWM &Other) { in operator =()
209 MBC &MBC::operator=(const MBC &Other) { in operator =()
220 BCIP &BCIP::operator=(const BCIP &Other) { in operator =()
238 VBC &VBC::operator=(const VBC &Other) { in operator =()
252 IB &IB::operator=(const IB &Other) { in operator =()
270 Template<T> &Template<T>::operator=(const Template<T> &Other) { in operator =()
289 DT1<T> &DT1<T>::operator=(const DT1<T> &Other) { in operator =()
307 DT2<T> &DT2<T>::operator=(const DT2<T> &Other) { in operator =()
329 DA &DA::operator=(const DA &Other) { in operator =()
357 SIB &SIB::operator=(const SIB &Other) { in operator =()
371 CIB &CIB::operator=(const CIB &Other) { in operator =()
387 NCRef &NCRef::operator=(NCRef &Other) { in operator =() argument
419 NRef &NRef::operator=(NRef Other) { in operator =() argument
429 RVR &RVR::operator=(RVR &&Other) { return *this; } in operator =()
436 SF &SF::foo(const SF &Other) { in foo()
445 NR &NR::operator=(const NR &Other) {} in operator =()
452 RM &RM::operator=(const RM &Other) { in operator =()
461 WRV &WRV::operator=(WRV &Other) { in operator =()
469 IL &WRT::operator=(const WRT &Other) { in operator =()
498 OTC::OTC(const OTC &Other) try : Field(Other.Field) { in OTC()
501 OTC &OTC::operator=(const OTC &Other) try { in operator =()