Searched refs:Equals (Results 1 – 9 of 9) sorted by relevance
36 bool Descriptor::Equals(const Descriptor& other) const { in Equals() function in bluetooth::Descriptor41 bool Descriptor::operator==(const Descriptor& rhs) const { return Equals(rhs); } in operator ==()44 return !Equals(rhs); in operator !=()
39 bool Service::Equals(const Service& other) const { in Equals() function in bluetooth::Service45 bool Service::operator==(const Service& rhs) const { return Equals(rhs); } in operator ==()47 bool Service::operator!=(const Service& rhs) const { return !Equals(rhs); } in operator !=()
40 bool Characteristic::Equals(const Characteristic& other) const { in Equals() function in bluetooth::Characteristic48 return Equals(rhs); in operator ==()52 return !Equals(rhs); in operator !=()
32 bool Equals(const Descriptor& other) const;
41 bool Equals(const Characteristic& other) const;
41 bool Equals(const Service& other) const;
35 return ::google::protobuf::util::MessageDifferencer::Equals(lhs, rhs); in ProtosEqual()152 TEST(AppLaunchEventTest, Equals) { in TEST() argument
365 if (!MessageDifferencer::Equals(manifest_, *verifiedManifest)) { in VerifyManifestMatches()
1200 TEST(PurePathTest, Equals) { in TEST() argument