Searched defs:aLhs (Results 1 – 3 of 3) sorted by relevance
| /external/ot-br-posix/tests/unit/ |
| D | test_dbus_message.cpp | 63 bool operator==(const TestStruct &aLhs, const TestStruct &aRhs) in operator ==() 68 bool operator==(const otbr::DBus::ChannelQuality &aLhs, const otbr::DBus::ChannelQuality &aRhs) in operator ==() 73 bool operator==(const otbr::DBus::ChildInfo &aLhs, const otbr::DBus::ChildInfo &aRhs) in operator ==() 84 bool operator==(const otbr::DBus::NeighborInfo &aLhs, const otbr::DBus::NeighborInfo &aRhs) in operator ==() 95 bool operator==(const otbr::DBus::LeaderData &aLhs, const otbr::DBus::LeaderData &aRhs) in operator ==() 102 bool operator==(const otbr::DBus::ActiveScanResult &aLhs, const otbr::DBus::ActiveScanResult &aRhs) in operator ==() 111 bool operator==(const otbr::DBus::Ip6Prefix &aLhs, const otbr::DBus::Ip6Prefix &aRhs) in operator ==() 119 bool operator==(const otbr::DBus::ExternalRoute &aLhs, const otbr::DBus::ExternalRoute &aRhs) in operator ==()
|
| /external/openthread/src/core/radio/ |
| D | radio.cpp | 112 inline uint64_t UintSafeMinus(uint64_t aLhs, uint64_t aRhs) { return aLhs > aRhs ? (aLhs - aRhs) : … in UintSafeMinus()
|
| /external/ot-br-posix/tests/dbus/ |
| D | test_dbus_client.cpp | 87 static bool operator==(const otbr::DBus::Ip6Prefix &aLhs, const otbr::DBus::Ip6Prefix &aRhs) in operator ==()
|