Home
last modified time | relevance | path

Searched refs:our_rhs (Results 1 – 1 of 1) sorted by relevance

/external/google-breakpad/src/common/dwarf/
Ddwarf2reader.cc909 const UndefinedRule *our_rhs = dynamic_cast<const UndefinedRule *>(&rhs); in operator ==() local
910 return (our_rhs != NULL); in operator ==()
926 const SameValueRule *our_rhs = dynamic_cast<const SameValueRule *>(&rhs); in operator ==() local
927 return (our_rhs != NULL); in operator ==()
945 const OffsetRule *our_rhs = dynamic_cast<const OffsetRule *>(&rhs); in operator ==() local
946 return (our_rhs && in operator ==()
947 base_register_ == our_rhs->base_register_ && in operator ==()
948 offset_ == our_rhs->offset_); in operator ==()
974 const ValOffsetRule *our_rhs = dynamic_cast<const ValOffsetRule *>(&rhs); in operator ==() local
975 return (our_rhs && in operator ==()
[all …]