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/ot-br-posix/tests/dbus/ | 
| D | test_dbus_client.cpp | 76 static bool operator==(const otbr::DBus::Ip6Prefix &aLhs, const otbr::DBus::Ip6Prefix &aRhs)  in operator ==()
  | 
| /external/ot-br-posix/src/mdns/ | 
| D | mdns.cpp | 235               [](const TxtEntry &aLhs, const TxtEntry &aRhs) { return aLhs.mName < aRhs.mName; });  in SortTxtList()
  |