Searched refs:other_ (Results 1 – 7 of 7) sorted by relevance
45 auto other_ = static_cast<const BoolImm &>(other); in operator ==() local46 return *this == other_; in operator ==()55 auto other_ = static_cast<const Int8Imm &>(other); in operator ==() local56 return *this == other_; in operator ==()64 auto other_ = static_cast<const Int16Imm &>(other); in operator ==() local65 return *this == other_; in operator ==()73 auto other_ = static_cast<const Int32Imm &>(other); in operator ==() local74 return *this == other_; in operator ==()82 auto other_ = static_cast<const Int64Imm &>(other); in operator ==() local83 return *this == other_; in operator ==()[all …]
164 auto other_ = static_cast<const MetaTensor &>(other); variable165 return *this == other_;
215 auto &other_ = static_cast<const Tensor &>(other); variable216 return *this == other_;
188 other_ = other; in OsrPopupJSOtherClientTestHandler()236 client = other_; in OnBeforePopup()275 other_ = nullptr; in OnBeforeClose()309 CefRefPtr<CefClient> other_; member in __anon4b5a18ed0211::OsrPopupJSOtherClientTestHandler
151 : other_(other), in sp_array_creator()155 return reinterpret_cast<T*>(other_.allocate(size_)); in create()159 other_.deallocate(reinterpret_cast<type*>(base), size_); in destroy()163 typename boost::allocator_rebind<A, type>::type other_; member in boost::detail::sp_array_creator
60 auto other_ = static_cast<const SymbolicKeyInstance &>(other); variable61 return *this == other_;
132 unsigned char other_ ) in checkSymbol() argument151 BOOST_CHECK_EQUAL( other, other_ ); in checkSymbol()