Home
last modified time | relevance | path

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

/dports/databases/kbibtex/kbibtex-0.9.2/src/data/
H A Dvalue.cpp267 const MacroKey *otherMacroKey = dynamic_cast<const MacroKey *>(&other); in operator ==() local
268 if (otherMacroKey != nullptr) { in operator ==()
269 return otherMacroKey->text() == text(); in operator ==()