Searched refs:rxRef1 (Results 1 – 1 of 1) sorted by relevance
187 inline bool operator==( const ScfRef< Type >& rxRef1, const ScfRef< Type >& rxRef2 ) in operator ==() argument189 return rxRef1.get() == rxRef2.get(); in operator ==()193 inline bool operator!=( const ScfRef< Type >& rxRef1, const ScfRef< Type >& rxRef2 ) in operator !=() argument195 return rxRef1.get() != rxRef2.get(); in operator !=()199 inline bool operator<( const ScfRef< Type >& rxRef1, const ScfRef< Type >& rxRef2 ) in operator <() argument201 return rxRef1.get() < rxRef2.get(); in operator <()205 inline bool operator>( const ScfRef< Type >& rxRef1, const ScfRef< Type >& rxRef2 ) in operator >() argument207 return rxRef1.get() > rxRef2.get(); in operator >()211 inline bool operator<=( const ScfRef< Type >& rxRef1, const ScfRef< Type >& rxRef2 ) in operator <=() argument213 return rxRef1.get() <= rxRef2.get(); in operator <=()[all …]
Completed in 11 milliseconds