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.cc1340 const UndefinedRule *our_rhs = dynamic_cast<const UndefinedRule *>(&rhs); in operator ==() local
1341 return (our_rhs != NULL); in operator ==()
1357 const SameValueRule *our_rhs = dynamic_cast<const SameValueRule *>(&rhs); in operator ==() local
1358 return (our_rhs != NULL); in operator ==()
1376 const OffsetRule *our_rhs = dynamic_cast<const OffsetRule *>(&rhs); in operator ==() local
1377 return (our_rhs && in operator ==()
1378 base_register_ == our_rhs->base_register_ && in operator ==()
1379 offset_ == our_rhs->offset_); in operator ==()
1405 const ValOffsetRule *our_rhs = dynamic_cast<const ValOffsetRule *>(&rhs); in operator ==() local
1406 return (our_rhs && in operator ==()
[all …]